com.ibm.websphere.pmi.stat

Interface WSWebAppStats.ServletStats

Enclosing interface:
WSWebAppStats

  1. public static interface WSWebAppStats.ServletStats
WebSphere Servlet stats interface

Field Summary

Modifier and Type Field and Description
  1. static
  2. int
ConcurrentRequests
Number of requests that are concurrently processed (RangeStatistic).
  1. static
  2. int
ErrorCount
Total number of errors in a servlet or JSP (CountStatistic).
  1. static
  2. java.lang.String
NAME
Stats name of the Servlets logical group under a given web application.
  1. static
  2. int
RequestCount
Total number of requests a servlet or JSP processed (CountStatistic).
  1. static
  2. int
ServiceTime
The response time (ms) of a servlet or JSP request (TimeStatistic).

Field Detail

NAME

  1. 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:

RequestCount

  1. static final int RequestCount
Total number of requests a servlet or JSP processed (CountStatistic).
See Also:

ConcurrentRequests

  1. static final int ConcurrentRequests
Number of requests that are concurrently processed (RangeStatistic).
See Also:

ServiceTime

  1. static final int ServiceTime
The response time (ms) of a servlet or JSP request (TimeStatistic).
See Also:

ErrorCount

  1. static final int ErrorCount
Total number of errors in a servlet or JSP (CountStatistic).
See Also: