A structure to retrieve load average-statistics. More...
#include <SystemInfo.h>
Public Member Functions | |
LoadAvgStat & | refresh () |
bool | operator== (const LoadAvgStat &other) const |
bool | operator!= (const LoadAvgStat &other) const |
Public Attributes | |
double | loadavg [3] |
A structure to retrieve load average-statistics.
Reports loadavg normalized over number of cores.
Definition at line 89 of file SystemInfo.h.
|
inline |
Definition at line 92 of file SystemInfo.h.
bool LoadAvgStat::operator== | ( | const LoadAvgStat & | other | ) | const |
Definition at line 80 of file SystemInfo.cc.
LoadAvgStat & Hypertable::LoadAvgStat::refresh | ( | ) |
Definition at line 458 of file SystemInfo.cc.
double Hypertable::LoadAvgStat::loadavg[3] |
Definition at line 96 of file SystemInfo.h.