hce-node application
1.4.3
HCE Hierarchical Cluster Engine node application
|
#include <ProcFileSystem.h>
Public Member Functions | |
ProcFileSystem () | |
~ProcFileSystem () | |
char * | getUptime () |
unsigned long long | getTotalMem () |
unsigned long long | getFreeMem () |
unsigned long long | getFreeMemSelf () |
unsigned long long | getRunTime () |
unsigned long | getUTime () |
unsigned long | getSTime () |
char * | getHostName () |
int | setHostName (char *hostname) |
unsigned long long | getShmAll () |
int | setShmAll (unsigned long long) |
unsigned long long | getShmMax () |
int | setShmMax (unsigned long long) |
unsigned long long | getVmSize () |
unsigned long long | getVmRSS () |
Definition at line 8 of file ProcFileSystem.h.
|
inline |
Definition at line 11 of file ProcFileSystem.h.
|
inline |
Definition at line 14 of file ProcFileSystem.h.
unsigned long long ProcFileSystem::getFreeMem | ( | ) |
Definition at line 88 of file ProcFileSystem.cpp.
unsigned long long ProcFileSystem::getFreeMemSelf | ( | ) |
char * ProcFileSystem::getHostName | ( | ) |
Definition at line 181 of file ProcFileSystem.cpp.
unsigned long long ProcFileSystem::getRunTime | ( | ) |
Definition at line 165 of file ProcFileSystem.cpp.
unsigned long long ProcFileSystem::getShmAll | ( | ) |
Definition at line 200 of file ProcFileSystem.cpp.
unsigned long long ProcFileSystem::getShmMax | ( | ) |
Definition at line 229 of file ProcFileSystem.cpp.
unsigned long ProcFileSystem::getSTime | ( | ) |
Definition at line 148 of file ProcFileSystem.cpp.
unsigned long long ProcFileSystem::getTotalMem | ( | ) |
char * ProcFileSystem::getUptime | ( | ) |
Definition at line 36 of file ProcFileSystem.cpp.
unsigned long ProcFileSystem::getUTime | ( | ) |
Definition at line 131 of file ProcFileSystem.cpp.
unsigned long long ProcFileSystem::getVmRSS | ( | ) |
Definition at line 286 of file ProcFileSystem.cpp.
unsigned long long ProcFileSystem::getVmSize | ( | ) |
int ProcFileSystem::setHostName | ( | char * | hostname | ) |
Definition at line 187 of file ProcFileSystem.cpp.
int ProcFileSystem::setShmAll | ( | unsigned long long | shmall | ) |
Definition at line 214 of file ProcFileSystem.cpp.
int ProcFileSystem::setShmMax | ( | unsigned long long | shmmax | ) |
Definition at line 243 of file ProcFileSystem.cpp.