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

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