IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.pmi.stat
Interface WSWLMStats.ServerStats

Enclosing interface:
WSWLMStats

public static interface WSWLMStats.ServerStats

WebSphere WLM server stats


Field Summary
static int ConcurrentRequestCount
          The number of IIOP requests that are currently processing in this server (RangeStatistic).
static int IIOPRequestCount
          The number of incoming IIOP requests that this server has received (CountStatistic).
static int NoAffinityIIOPRequestCount
          The number of incoming IIOP requests that this server has received with no affinity (CountStatistic).
static int NonWLMEnabledIIOPRequestCount
          The number of incoming IIOP requests that this server has received with no workload management enablement (CountStatistic).
static int ServerClusterUpdateCount
          The number of times that this server received new server cluster information (CountStatistic).
static int ServerResponseTime
          The response time, in milliseconds, for IIOP requests that are serviced by this server (TimeStatistic).
static int StrongAffinityIIOPRequestCount
          The number of incoming IIOP requests that this server has received with strong affinity (CountStatistic).
static int WLMClientsServicedCount
          The number of workload management-enabled clients that this server has serviced (CountStatistic).
 

Field Detail

IIOPRequestCount

static final int IIOPRequestCount
The number of incoming IIOP requests that this server has received (CountStatistic).

See Also:
Constant Field Values

StrongAffinityIIOPRequestCount

static final int StrongAffinityIIOPRequestCount
The number of incoming IIOP requests that this server has received with strong affinity (CountStatistic).

See Also:
Constant Field Values

NoAffinityIIOPRequestCount

static final int NoAffinityIIOPRequestCount
The number of incoming IIOP requests that this server has received with no affinity (CountStatistic).

See Also:
Constant Field Values

NonWLMEnabledIIOPRequestCount

static final int NonWLMEnabledIIOPRequestCount
The number of incoming IIOP requests that this server has received with no workload management enablement (CountStatistic).

See Also:
Constant Field Values

ServerClusterUpdateCount

static final int ServerClusterUpdateCount
The number of times that this server received new server cluster information (CountStatistic).

See Also:
Constant Field Values

WLMClientsServicedCount

static final int WLMClientsServicedCount
The number of workload management-enabled clients that this server has serviced (CountStatistic).

See Also:
Constant Field Values

ConcurrentRequestCount

static final int ConcurrentRequestCount
The number of IIOP requests that are currently processing in this server (RangeStatistic).

See Also:
Constant Field Values

ServerResponseTime

static final int ServerResponseTime
The response time, in milliseconds, for IIOP requests that are serviced by this server (TimeStatistic).

See Also:
Constant Field Values

IBM WebSphere Application ServerTM
Release 8