com.ibm.websphere.pmi.stat

Interface WSWebServiceStats.ServiceStats

Enclosing interface:
WSWebServiceStats

  1. public static interface WSWebServiceStats.ServiceStats
Web service stats

Field Summary

Modifier and Type Field and Description
  1. static
  2. int
DispatchedRequestCount
Total number of requests that are dispatched by service to target code (CountStatistic).
  1. static
  2. int
DispatchResponseTime
The average time in between the dispatch of a request and the receipt of reply (TimeStatistic).
  1. static
  2. java.lang.String
NAME
Stats name of the services logical group under a given Web service application.
  1. static
  2. int
PayloadSize
The average payload size, in bytes, of a received request and reply (AverageStatistic).
  1. static
  2. int
ProcessedRequestCount
Total number of of requests that are dispatched with corresponding replies that are returned successfully (CountStatistic).
  1. static
  2. int
ReceivedRequestCount
Total number of requests that are received by service (CountStatistic).
  1. static
  2. int
ReplyPayloadSize
The average payload size, in bytes, of a reply (AverageStatistic).
  1. static
  2. int
ReplyResponseTime
The average time between the dispatch of the reply and the return of the reply (TimeStatistic).
  1. static
  2. int
RequestPayloadSize
The average payload size, in bytes, of a request (AverageStatistic).
  1. static
  2. int
RequestResponseTime
The average time in between the receipt of a request and the dispatch for processing of the request (TimeStatistic).
  1. static
  2. int
ResponseTime
The average time in between the receipt of a request and the return of the reply (TimeStatistic).

Field Detail

NAME

  1. static final java.lang.String NAME
Stats name of the services logical group under a given Web service application.

<server>
|
|__Web services+
  |
  |__<webService_application_1>
    |
    |__Services+
      |__<service_1>

See Also:

ReceivedRequestCount

  1. static final int ReceivedRequestCount
Total number of requests that are received by service (CountStatistic).
See Also:

DispatchedRequestCount

  1. static final int DispatchedRequestCount
Total number of requests that are dispatched by service to target code (CountStatistic).
See Also:

ProcessedRequestCount

  1. static final int ProcessedRequestCount
Total number of of requests that are dispatched with corresponding replies that are returned successfully (CountStatistic).
See Also:

ResponseTime

  1. static final int ResponseTime
The average time in between the receipt of a request and the return of the reply (TimeStatistic).
See Also:

RequestResponseTime

  1. 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

  1. static final int DispatchResponseTime
The average time in between the dispatch of a request and the receipt of reply (TimeStatistic).
See Also:

ReplyResponseTime

  1. static final int ReplyResponseTime
The average time between the dispatch of the reply and the return of the reply (TimeStatistic).
See Also:

PayloadSize

  1. static final int PayloadSize
The average payload size, in bytes, of a received request and reply (AverageStatistic).
See Also:

RequestPayloadSize

  1. static final int RequestPayloadSize
The average payload size, in bytes, of a request (AverageStatistic).
See Also:

ReplyPayloadSize

  1. static final int ReplyPayloadSize
The average payload size, in bytes, of a reply (AverageStatistic).
See Also: