com.ibm.websphere.pmi.stat
Interface WSWebServiceStats.ServiceStats
Enclosing interface:
- public static interface WSWebServiceStats.ServiceStats
Field Summary
Modifier and Type | Field and Description |
---|---|
|
DispatchedRequestCount
Total number of requests that are dispatched by service to target code (CountStatistic).
|
|
DispatchResponseTime
The average time in between the dispatch of a request and the receipt of reply (TimeStatistic).
|
|
NAME
Stats name of the services logical group under a given Web service application.
|
|
PayloadSize
The average payload size, in bytes, of a received request and reply (AverageStatistic).
|
|
ProcessedRequestCount
Total number of of requests that are dispatched with corresponding replies that are returned successfully (CountStatistic).
|
|
ReceivedRequestCount
Total number of requests that are received by service (CountStatistic).
|
|
ReplyPayloadSize
The average payload size, in bytes, of a reply (AverageStatistic).
|
|
ReplyResponseTime
The average time between the dispatch of the reply and the return of the reply (TimeStatistic).
|
|
RequestPayloadSize
The average payload size, in bytes, of a request (AverageStatistic).
|
|
RequestResponseTime
The average time in between the receipt of a request and the dispatch for processing of the request (TimeStatistic).
|
|
ResponseTime
The average time in between the receipt of a request and the return of the reply (TimeStatistic).
|
Field Detail
NAME
- static final java.lang.String NAME
See Also:
ReceivedRequestCount
- static final int ReceivedRequestCount
Total number of requests that are received by service (CountStatistic).
See Also:
DispatchedRequestCount
- static final int DispatchedRequestCount
Total number of requests that are dispatched by service to target code (CountStatistic).
See Also:
ProcessedRequestCount
- static final int ProcessedRequestCount
Total number of of requests that are dispatched with corresponding replies that are returned successfully (CountStatistic).
See Also:
ResponseTime
- static final int ResponseTime
The average time in between the receipt of a request and the return of the reply (TimeStatistic).
See Also:
RequestResponseTime
- static final int RequestResponseTime
The average time in between the receipt of a request and the dispatch for processing of the request (TimeStatistic).
See Also:
DispatchResponseTime
- static final int DispatchResponseTime
The average time in between the dispatch of a request and the receipt of reply (TimeStatistic).
See Also:
ReplyResponseTime
- static final int ReplyResponseTime
The average time between the dispatch of the reply and the return of the reply (TimeStatistic).
See Also:
PayloadSize
- static final int PayloadSize
The average payload size, in bytes, of a received request and reply (AverageStatistic).
See Also:
RequestPayloadSize
- static final int RequestPayloadSize
The average payload size, in bytes, of a request (AverageStatistic).
See Also:
ReplyPayloadSize
- static final int ReplyPayloadSize
The average payload size, in bytes, of a reply (AverageStatistic).
See Also:
<server>
|
|__Web services+
|
|__<webService_application_1>
|
|__Services+
|__<service_1>