23 #ifndef __ccxx_LoadAverageStats_hxx 24 #define __ccxx_LoadAverageStats_hxx 49 {
return(_load1Min); }
53 {
return(_load5Min); }
57 {
return(_load15Min); }
73 #endif // __ccxx_LoadAverageStats_hxx A collector of system performance or resource utilization statistics.
Definition: SystemStats.h++:37
double getLoad1Min() const
Get the load average over the last 1 minute period.
Definition: LoadAverageStats.h++:48
double getLoad5Min() const
Get the load average over the last 5 minute period.
Definition: LoadAverageStats.h++:52
System "load average" statistics.
Definition: LoadAverageStats.h++:37
#define COMMONCPP_API
Definition: Common.h++:126
#define CCXX_COPY_DECLS(CLASS)
Inlines declarations of a copy constructor and assignment operator for the class CLASS.
Definition: Common.h++:295
Definition: AllocationMap.c++:25
double getLoad15Min() const
Get the load average over the last 15 minute period.
Definition: LoadAverageStats.h++:56