IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.pmi.stat
Interface WSSystemStats


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

NAME

static final java.lang.String NAME
System data stats name

See Also:
Constant Field Values

CPUUsageSinceLastMeasurement

static final int CPUUsageSinceLastMeasurement
The average CPU utilization since the last query (CountStatistic).

See Also:
Constant Field Values

CPUUsageSinceServerStarted

static final int CPUUsageSinceServerStarted
The average CPU utilization since the server was started (AverageStatistic).

See Also:
Constant Field Values

FreeMemory

static final int FreeMemory
A snapshot of free memory (in KB) - CountStatistic.

See Also:
Constant Field Values

IBM WebSphere Application ServerTM
Release 8