A collector of system performance or resource utilization statistics. More...
#include <SystemStats.h++>

Public Member Functions | |
| virtual | ~SystemStats () throw () |
| Destructor. | |
| virtual void | reset ()=0 throw () |
| Reset the stats object. | |
| virtual bool | collect ()=0 throw () |
| Collect (update) the stats represented by this object. | |
A collector of system performance or resource utilization statistics.
| virtual ~SystemStats | ( | ) | throw () [inline, virtual] |
Destructor.
| virtual bool collect | ( | ) | throw () [pure virtual] |
Collect (update) the stats represented by this object.
Implemented in CPUStats, LoadAverageStats, and MemoryStats.
| virtual void reset | ( | ) | throw () [pure virtual] |
Reset the stats object.
Implemented in CPUStats, LoadAverageStats, and MemoryStats.
1.6.3