|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface WSWebAppStats.ServletStats
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 |
---|
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
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |