|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
WebSphere Servlet stats interface
Field Summary | |
---|---|
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). |
Field Detail |
public static final java.lang.String NAME
<server>
|
|__Web Applications+
|
|__<web_application_1>
|
|__Servlets+
public static final int RequestCount
public static final int ConcurrentRequests
public static final int ServiceTime
public static final int ErrorCount
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |