Onthe Monitoring Statistics page, clickVir tual Server Statistics.
Clickthe virtual server name.
Onthe Virtual Server Monitoring Statistics page, clickWeb Applications.
Selectthe web application for which to view statistics from theWeb Application pull-down
menu.

WebApplication Statistics

Thefollowing table shows an example of the Web Application statistics displayed in the Admin
Console:
TABLE2–8 WebApplicationStatistics
Numberof JSPs Loaded 1
Numberof JSPs Reloaded 1
TotalNumber of Sessions Serviced 2
Numberof Sessions Active 2
PeakNumber of ActiveSessions 2
Numberof Sessions Rejected 0
Numberof Sessions Expired 0
AverageTime (seconds) that expired sessions had
beenalive
0
LongestTime (seconds) for which an expired session
wasalive
0
Formore information on tuning, see “Tuning Java Web Application Performance”on page 78.
Alsosee Sun Java System Web Server 7.0 Update 1 Developer’s Guideto Java Web Applications.
JDBC ResourceInformation
AJDBC resource is a named group of JDBC connections to a database. A JDBC resource denes
theproperties used to create a connection pool. Each JDBC resource uses a JDBC driver to
establisha connection to a physical database when the server is started. A pool of connections is
createdwhen the rst request for connection is made on the pool after you start Web Server.
AJDBC-based application or resource draws a connection from the pool, uses it, and when no
longerneeded, returns it to the connection pool by closing the connection. If two or more JDBC
resourcespoint to the same pool denition, they use the same pool of connections at run time.
3
4
5
6
UsingMonitoringData to TuneYour Server
SunJavaSystem Web Server 7.0 Update 1 Performance Tuning,Sizing, and Scaling Guide 72