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::LoadAvgStat Struct Reference

A structure to retrieve load average-statistics. More...

#include <SystemInfo.h>

Public Member Functions

LoadAvgStatrefresh ()
 
bool operator== (const LoadAvgStat &other) const
 
bool operator!= (const LoadAvgStat &other) const
 

Public Attributes

double loadavg [3]
 

Detailed Description

A structure to retrieve load average-statistics.

Reports loadavg normalized over number of cores.

Definition at line 89 of file SystemInfo.h.

Member Function Documentation

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

Member Data Documentation

double Hypertable::LoadAvgStat::loadavg[3]

Definition at line 96 of file SystemInfo.h.


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