#include <dynamic-graph/process-list.hh>

Public Member Functions | |
| void | init () |
| Read /proc/state file to extract CPU count. | |
| void | ProcessCPULine (unsigned int cpunb, std::istringstream &aCPULine) |
| void | readProcStat () |
| Update CPU data information from /proc/stat. | |
| template<class Archive > | |
| void | serialize (Archive &ar, const unsigned int version) |
Public Attributes | |
| unsigned int | cpuNb_ |
| Number of CPU. | |
| CPUData | gCPUData_ |
| Global CPU information. | |
| std::vector< CPUData > | vCPUData_ |
| Vector of CPU informations. | |
Friends | |
| class | boost::serialization::access |
| Friend class for serialization. | |
This class gathers information on a computer. This includes a list of CPU
Definition at line 128 of file process-list.hh.