com.ibm.websphere.pmi.stat

Interface WSWLMStats.ClientStats

Enclosing interface:
WSWLMStats

  1. public static interface WSWLMStats.ClientStats
WebSphere WLM client stats

Field Summary

Modifier and Type Field and Description
  1. static
  2. int
ClientClusterUpdateCount
The number of times that this client has received new server cluster information (CountStatistic).
  1. static
  2. int
ClientResponseTime
The response time, in milliseconds, for IIOP requests sent by this client (TimeStatistic).
  1. static
  2. java.lang.String
NAME
Stats name of the WLM client
<server>
|
|__Workload Management+
  |
  |__client
  1. static
  2. int
OutgoingIIOPRequestCount
The number of outgoing IIOP requests sent from this client (CountStatistic).

Field Detail

NAME

  1. static final java.lang.String NAME
Stats name of the WLM client
<server>
|
|__Workload Management+
  |
  |__client
See Also:

OutgoingIIOPRequestCount

  1. static final int OutgoingIIOPRequestCount
The number of outgoing IIOP requests sent from this client (CountStatistic).
See Also:

ClientClusterUpdateCount

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

ClientResponseTime

  1. static final int ClientResponseTime
The response time, in milliseconds, for IIOP requests sent by this client (TimeStatistic).
See Also: