Sun GlassFish Enterprise Server v3 Prelude Administration Guide

Web Statistics

The web container fits into the tree of objects as shown in Web Tree Hierarchy.

The available web statistics shown in the following sections:

Web JSP Statistics

Use the following dotted name pattern for web JSP statistics:

server.web.jsp.statistic

The available web JSP statistics are shown in the following table.

Table 10–16 Web JSP Statistics

Statistic 

Description 

activejspsloadedcount-count

Number of currently loaded JSPs 

maxjspsloadedcount-count

Maximum number of JSPs loaded which were active 

totaljspsloadedcount-count

Cumulative number of JSP pages that have been loaded into the web module 

Web Request Statistics

Use the following dotted name pattern for web request statistics:

server.web.request.statistic

The available web request statistics are shown in the following table.

Table 10–17 Web Request Statistics

Statistic 

Description 

errorcount-count

Cumulative value of the error count, with error count representing the number of cases where the response code was greater than or equal to 400 

maxtime-count

Longest response time for a request; not a cumulative value, but the largest response time from among the response times 

processingtime-count

Cumulative value of the times taken to process each request, with processing time being the average of request processing times over the request count 

requestcount-count

Cumulative number of the requests processed so far 

Web Servlet Statistics

Use the following dotted name pattern for web servlet statistics:

server.web.servlet.statistic

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

Table 10–18 Web Servlet Statistics

Statistic 

Description 

activeservletsloadedcount-count

Number of currently loaded servlets 

maxservletsloadedcount-count

Maximum number of servlets loaded which were active 

totalservletsloadedcount-count

Cumulative number of servlets that have been loaded into the web module 

Web Session Statistics

Use the following dotted name pattern for web session statistics:

server.web.session.statistic

The available web session statistics are shown in the following table.

Table 10–19 Web Session Statistics

Statistic 

Description 

activatedsessionstotal-count

Total number of activated sessions 

activesessionscurrent-count

Number of currently active sessions 

activesessionshigh-count

Maximum number of concurrently active sessions 

expiredsessionstotal-count

Total number of expired sessions 

passivatedsessionstotal-count

Total number of passivated sessions 

persistedsessionstotal-count

Total number of persisted sessions 

rejectedsessionstotal-count

Total number of rejected sessions 

sessionstotal-count

Total number of sessions created