ROOT » CORE » BASE » CpuInfo_t

class CpuInfo_t


TSystem

Abstract base class defining a generic interface to the underlying
Operating System.
This is not an ABC in the strict sense of the (C++) word. For
every member function there is an implementation (often not more
than a call to AbstractMethod() which prints a warning saying
that the method should be overridden in a derived class), which
allows a simple partial implementation for new OS'es.


Function Members (Methods)

public:
virtual~CpuInfo_t()
static TClass*Class()
CpuInfo_t()
CpuInfo_t(const CpuInfo_t&)
virtual TClass*IsA() const
CpuInfo_t&operator=(const CpuInfo_t&)
virtual voidShowMembers(TMemberInspector& insp) const
virtual voidStreamer(TBuffer&)
voidStreamerNVirtual(TBuffer& ClassDef_StreamerNVirtual_b)

Data Members

public:
Float_tfIdlecpu idle percentage
Float_tfLoad15mcpu load average over 15 m
Float_tfLoad1mcpu load average over 1 m
Float_tfLoad5mcpu load average over 5 m
Float_tfSyscpu sys load in percentage
Float_tfTotalcpu user+sys load in percentage
Float_tfUsercpu user load in percentage

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

CpuInfo_t()
{ }
virtual ~CpuInfo_t()
{ }
TSystem& operator=(const CpuInfo_t& )