Sun GlassFish Enterprise Server v3 Administration Guide

Web Module Servlet Statistics

Use the following dotted name pattern for web module servlet statistics:

server.applications.web-module.virtual-server.servlet.statistic
server.applications.application.web-module.virtual-server.servlet.statistic

The available web module servlet statistics are shown in the following table.

Table 8–36 Web Module Servlet Statistics

Statistic 

Data Type 

Description 

errorcount

CountStatistic 

Cumulative number of cases where the response code is greater than or equal to 400. 

maxtime

CountStatistic 

Maximum amount of time the web container waits for requests. 

processingtime

CountStatistic 

Cumulative value of the amount of time required to process each request. The processing time is the average of request processing times divided by the request count.  

requestcount

CountStatistic 

The total number of requests processed so far.  

servicetime

CountStatistic 

Aggregate response time in milliseconds.