Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
|
Public Types | |
enum | Type { GLOBAL_CPU_USAGE , GLOBAL_FREE_MEM , GLOBAL_PROC_COUNT , FS_FREE_SPACE , FS_FREE_INODES , PROC_CPU_USAGE , PROC_VM_SIZE , PROC_FREE_FILE_DESC , PROC_LIFE_TIME , PROC_COUNT } |
Type of this ResMon Entry. More... | |
Public Attributes | |
Type | type |
Type of this ResMon Entry. | |
string | name |
ResMon Entry name. | |
long | value |
ResMon Entry value. | |
Definition at line 14 of file ResMon.idl.
enum res_mon::Entry::Type |
Definition at line 17 of file ResMon.idl.
string res_mon::Entry::name |
Definition at line 33 of file ResMon.idl.
Type res_mon::Entry::type |
Definition at line 31 of file ResMon.idl.
long res_mon::Entry::value |
Definition at line 35 of file ResMon.idl.