Java API
HSM Dinamo
Loading...
Looking for...
No entries 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 ( )
Return
Number of open sessions.

getCpuUsage()

int getCpuUsage ( )
Return
Percentage of CPU usage.

getMemUsage()

int getMemUsage ( )
Return
Percentage of memory use.

getSwapUsage()

int getSwapUsage ( )
Return
Percentage of swap usage.