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