Java API
HSM Dinamo
Loading...
Searching...
No entry found
HSMStatInfo Class Reference

Contains HSM usage statistics (sessions, CPU and memory). More...

Public Methods

int getSessionCount ()
 
int getCpuUsage ()
 
int getMemUsage ()
 
int getSwapUsage ()
 

Protected members

 HSMStatInfo (int sessionCount, int cpuUsage, int memUsed, int swapUsed)
 

Detailed description

Contains HSM usage statistics (sessions, CPU and memory).

Builders and Destructors

HSMStatInfo()

HSMStatInfo ( int sessionCount,
int cpuUsage,
int memUsed,
int swapUsed )
protected
Parameters
sessionCountNumber of open sessions at HSM.
cpuUsageHSM CPU usage in percent (%).
memUsedSize of memory used in memUnit units.
swapUsedSize of swap memory used in memUnit units.

Function documentation

getSessionCount()

int getSessionCount ( )
Returns
Number of open sessions.

getCpuUsage()

int getCpuUsage ( )
Returns
Percentage of CPU usage.

getMemUsage()

int getMemUsage ( )
Returns
Percentage of memory use.

getSwapUsage()

int getSwapUsage ( )
Returns
Percentage of swap usage.