|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface WSWebServiceStats.ServiceStats
Web service stats
Field Summary | |
---|---|
static int |
DispatchedRequestCount
Total number of requests that are dispatched by service to target code (CountStatistic). |
static int |
DispatchResponseTime
The average time in between the dispatch of a request and the receipt of reply (TimeStatistic). |
static java.lang.String |
NAME
Stats name of the services logical group under a given Web service application. |
static int |
PayloadSize
The average payload size, in bytes, of a received request and reply (AverageStatistic). |
static int |
ProcessedRequestCount
Total number of of requests that are dispatched with corresponding replies that are returned successfully (CountStatistic). |
static int |
ReceivedRequestCount
Total number of requests that are received by service (CountStatistic). |
static int |
ReplyPayloadSize
The average payload size, in bytes, of a reply (AverageStatistic). |
static int |
ReplyResponseTime
The average time between the dispatch of the reply and the return of the reply (TimeStatistic). |
static int |
RequestPayloadSize
The average payload size, in bytes, of a request (AverageStatistic). |
static int |
RequestResponseTime
The average time in between the receipt of a request and the dispatch for processing of the request (TimeStatistic). |
static int |
ResponseTime
The average time in between the receipt of a request and the return of the reply (TimeStatistic). |
Field Detail |
---|
static final java.lang.String NAME
<server>
|
|__Web services+
|
|__<webService_application_1>
|
|__Services+
|__<service_1>
static final int ReceivedRequestCount
static final int DispatchedRequestCount
static final int ProcessedRequestCount
static final int ResponseTime
static final int RequestResponseTime
static final int DispatchResponseTime
static final int ReplyResponseTime
static final int PayloadSize
static final int RequestPayloadSize
static final int ReplyPayloadSize
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |