Oracle iPlanet Web Server 7.0.9 Performance Tuning, Sizing, and Scaling Guide

Web Application Information

Web application statistics are displayed through the Admin Console, wadm get-config-stats command), and stats-xml only. They are not shown in perfdump.

ProcedureTo Access Web Application Statistics From the Admin Console

  1. From the Common Tasks page, choose the Monitoring tab.

  2. Click the configuration name to view web application statistics for the configuration. To view web application statistics for the instance, click the Instance sub tab and the instance name.

  3. On the Monitoring Statistics page, click Virtual Server Statistics.

  4. Click the virtual server name.

  5. On the Virtual Server Monitoring Statistics page, click Web Applications.

  6. Select the web application for which to view statistics from the Web Application pull-down menu.

Web Application Statistics

The following table shows an example of the Web Application statistics displayed in the Admin Console:

Table 2–8 Web Application Statistics

Number of JSPs Loaded 

1 

Number of JSPs Reloaded 

1 

Total Number of Sessions Serviced 

2 

Number of Sessions Active 

2 

Peak Number of Active Sessions 

2 

Number of Sessions Rejected 

0 

Number of Sessions Expired 

0 

Average Time (seconds) that expired sessions had been alive 

0 

Longest Time (seconds) for which an expired session was alive 

0 

For more information on tuning, see Tuning Java Web Application Performance. Also see Oracle iPlanet Web Server 7.0.9 Developer’s Guide to Java Web Applications.