com.ibm.websphere.pmi.stat
Interface WSWebAppStats.ServletStats
Enclosing interface:
- public static interface WSWebAppStats.ServletStats
Field Summary
Modifier and Type | Field and Description |
---|---|
|
ConcurrentRequests
Number of requests that are concurrently processed (RangeStatistic).
|
|
ErrorCount
Total number of errors in a servlet or JSP (CountStatistic).
|
|
NAME
Stats name of the Servlets logical group under a given web application.
|
|
RequestCount
Total number of requests a servlet or JSP processed (CountStatistic).
|
|
ServiceTime
The response time (ms) of a servlet or JSP request (TimeStatistic).
|
Field Detail
NAME
- static final java.lang.String NAME
See Also:
RequestCount
- static final int RequestCount
Total number of requests a servlet or JSP processed (CountStatistic).
See Also:
ConcurrentRequests
- static final int ConcurrentRequests
Number of requests that are concurrently processed (RangeStatistic).
See Also:
ServiceTime
- static final int ServiceTime
The response time (ms) of a servlet or JSP request (TimeStatistic).
See Also:
ErrorCount
- static final int ErrorCount
Total number of errors in a servlet or JSP (CountStatistic).
See Also:
<server>
|
|__Web Applications+
|
|__<web_application_1>
|
|__Servlets+