com.ibm.websphere.pmi.stat

Interface WSWLMStats.ServerStats

Enclosing interface:
WSWLMStats

  1. public static interface WSWLMStats.ServerStats
WebSphere WLM server stats

Field Summary

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

Field Detail

IIOPRequestCount

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

StrongAffinityIIOPRequestCount

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

NoAffinityIIOPRequestCount

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

NonWLMEnabledIIOPRequestCount

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

ServerClusterUpdateCount

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

WLMClientsServicedCount

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

ConcurrentRequestCount

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

ServerResponseTime

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