com.ibm.websphere.pmi.stat
Interface WSWLMStats.ServerStats
Enclosing interface:
- public static interface WSWLMStats.ServerStats
Field Summary
Modifier and Type | Field and Description |
---|---|
|
ConcurrentRequestCount
The number of IIOP requests that are currently processing in this server (RangeStatistic).
|
|
IIOPRequestCount
The number of incoming IIOP requests that this server has received (CountStatistic).
|
|
NoAffinityIIOPRequestCount
The number of incoming IIOP requests that this server has received with no affinity (CountStatistic).
|
|
NonWLMEnabledIIOPRequestCount
The number of incoming IIOP requests that this server has received with no workload management enablement (CountStatistic).
|
|
ServerClusterUpdateCount
The number of times that this server received new server cluster information (CountStatistic).
|
|
ServerResponseTime
The response time, in milliseconds, for IIOP requests that are serviced by this server (TimeStatistic).
|
|
StrongAffinityIIOPRequestCount
The number of incoming IIOP requests that this server has received with strong affinity (CountStatistic).
|
|
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:
StrongAffinityIIOPRequestCount
- static final int StrongAffinityIIOPRequestCount
The number of incoming IIOP requests that this server has received with strong affinity (CountStatistic).
See Also:
NoAffinityIIOPRequestCount
- static final int NoAffinityIIOPRequestCount
The number of incoming IIOP requests that this server has received with no affinity (CountStatistic).
See Also:
NonWLMEnabledIIOPRequestCount
- static final int NonWLMEnabledIIOPRequestCount
The number of incoming IIOP requests that this server has received with no workload management enablement (CountStatistic).
See Also:
ServerClusterUpdateCount
- static final int ServerClusterUpdateCount
The number of times that this server received new server cluster information (CountStatistic).
See Also:
WLMClientsServicedCount
- static final int WLMClientsServicedCount
The number of workload management-enabled clients that this server has serviced (CountStatistic).
See Also:
ConcurrentRequestCount
- static final int ConcurrentRequestCount
The number of IIOP requests that are currently processing in this server (RangeStatistic).
See Also:
ServerResponseTime
- static final int ServerResponseTime
The response time, in milliseconds, for IIOP requests that are serviced by this server (TimeStatistic).
See Also: