IBM WebSphere Application ServerTM
Release 8

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

Enclosing interface:
WSWLMStats

public static interface WSWLMStats.ClientStats

WebSphere WLM client stats


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

Field Detail

NAME

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

See Also:
Constant Field Values

OutgoingIIOPRequestCount

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

See Also:
Constant Field Values

ClientClusterUpdateCount

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

See Also:
Constant Field Values

ClientResponseTime

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

See Also:
Constant Field Values

IBM WebSphere Application ServerTM
Release 8