com.ibm.websphere.pmi.stat
Interface WSWLMStats.ClientStats
Enclosing interface:
- public static interface WSWLMStats.ClientStats
Field Summary
Modifier and Type | Field and Description |
---|---|
|
ClientClusterUpdateCount
The number of times that this client has received new server cluster information (CountStatistic).
|
|
ClientResponseTime
The response time, in milliseconds, for IIOP requests sent by this client (TimeStatistic).
|
|
NAME
Stats name of the WLM client
<server> | |__Workload Management+ | |__client |
|
OutgoingIIOPRequestCount
The number of outgoing IIOP requests sent from this client (CountStatistic).
|
Field Detail
NAME
- static final java.lang.String NAME
See Also:
OutgoingIIOPRequestCount
- static final int OutgoingIIOPRequestCount
The number of outgoing IIOP requests sent from this client (CountStatistic).
See Also:
ClientClusterUpdateCount
- static final int ClientClusterUpdateCount
The number of times that this client has received new server cluster information (CountStatistic).
See Also:
ClientResponseTime
- static final int ClientResponseTime
The response time, in milliseconds, for IIOP requests sent by this client (TimeStatistic).
See Also:
<server>
|
|__Workload Management+
|
|__client