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