A structure to retrieve CPU statistics (system wide cpu times, idle time etc). More...
#include <SystemInfo.h>
Public Member Functions | |
CpuStat & | refresh () |
bool | operator== (const CpuStat &other) const |
bool | operator!= (const CpuStat &other) const |
Public Attributes | |
double | user |
double | sys |
double | nice |
double | idle |
double | wait |
double | irq |
double | soft_irq |
double | stolen |
double | total |
A structure to retrieve CPU statistics (system wide cpu times, idle time etc).
Definition at line 66 of file SystemInfo.h.
|
inline |
Definition at line 69 of file SystemInfo.h.
bool CpuStat::operator== | ( | const CpuStat & | other | ) | const |
Definition at line 66 of file SystemInfo.cc.
CpuStat & Hypertable::CpuStat::refresh | ( | ) |
Definition at line 419 of file SystemInfo.cc.
double Hypertable::CpuStat::idle |
Definition at line 77 of file SystemInfo.h.
double Hypertable::CpuStat::irq |
Definition at line 79 of file SystemInfo.h.
double Hypertable::CpuStat::nice |
Definition at line 76 of file SystemInfo.h.
double Hypertable::CpuStat::soft_irq |
Definition at line 80 of file SystemInfo.h.
double Hypertable::CpuStat::stolen |
Definition at line 81 of file SystemInfo.h.
double Hypertable::CpuStat::sys |
Definition at line 75 of file SystemInfo.h.
double Hypertable::CpuStat::total |
Definition at line 82 of file SystemInfo.h.
double Hypertable::CpuStat::user |
Definition at line 74 of file SystemInfo.h.
double Hypertable::CpuStat::wait |
Definition at line 78 of file SystemInfo.h.