0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
Hypertable::CpuStat Struct Reference

A structure to retrieve CPU statistics (system wide cpu times, idle time etc). More...

#include <SystemInfo.h>

Public Member Functions

CpuStatrefresh ()
 
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
 

Detailed Description

A structure to retrieve CPU statistics (system wide cpu times, idle time etc).

Definition at line 66 of file SystemInfo.h.

Member Function Documentation

bool Hypertable::CpuStat::operator!= ( const CpuStat other) const
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.

Member Data Documentation

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.


The documentation for this struct was generated from the following files: