|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WSSystemStats
WebSphere system stats interface.
System stats are structured as follows in the PMI tree:
<server>
|
|__System Data
Field Summary | |
---|---|
static int |
CPUUsageSinceLastMeasurement
The average CPU utilization since the last query (CountStatistic). |
static int |
CPUUsageSinceServerStarted
The average CPU utilization since the server was started (AverageStatistic). |
static int |
FreeMemory
A snapshot of free memory (in KB) - CountStatistic. |
static java.lang.String |
NAME
System data stats name |
Field Detail |
---|
static final java.lang.String NAME
static final int CPUUsageSinceLastMeasurement
static final int CPUUsageSinceServerStarted
static final int FreeMemory
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |