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