Skip navigation.

Administration Console Online Help

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents Index

 


Web Application --> Monitor --> Servlets

Tasks     Related Topics

Overview

This tab displays a table that contains the list of servlets associated with this servlet.

You can tailor this console page to display some or all of the underlying counts from which the statistics are calculated, by clicking Customize this View, and selecting the desired data from the list of available columns.

The statistics and underlying counts reflect activity since the servlet was last deployed.

The following table describes the monitoring statistics available for each servlet:

Table 0-1 Servlets Monitoring Statistics

Statistic

Description

Execution Time Average

Displays the average amount of time (in milliseconds) it took to execute all invocations of the servlet since it was most recently deployed.

Execution Time High

Displays the average amount of time (in milliseconds) the single longest invocation of the servlet has executed since it was most recently deployed.

Execution Time Low

Displays the average amount of time (in milliseconds) the single shortest invocation of the servlet has executed since it was most recently deployed.

Exeuction Time Total

Displays the average amount of time (in milliseconds) all invocations of the servlet have executed since it was most recently deployed.

Invocation Total Count

Displays the total number of times the servlet has been invoked since WebLogic Server started.

Machine

Displays the name of the computer upon which the WebLogic Server that deploys this servlet is running.

Name

Displays the name of the servlet as used by the management subsystem of WebLogic Server.

Pool Max Capacity

Displays the maximum capacity of this servlet for single thread model servlets.

Reload Total Count

Displays the total number of times WebLogic Server has reloaded the servlet since it was last deployed. WebLogic Server typically reloads a servlet if it has been modified.

Server

Displays WebLogic Server instance with which the servlet is associated.

Servlet Name

Displays the name of the servlet, as defined by the <servlet-name> element in the Web Application's web.xml deployment descriptor.

Servlet Path

Displays the URL pattern used to invoke the servlet, as defined in the <url-pattern> child element of the <servlet-mapping> element in the web.xml deployment descriptor for this Web Application.

Tasks

Designating a Default Web Application

Deploying a New Web Application

Testing the Deployment

Viewing Deployed Web Applications

Stopping Deployed Web Applications

Adding or Editing Web Application Deployment Notes

Deleting a Web Application

Monitoring Web Applications and Servlets

Viewing and Updating Run-Time Descriptor Elements

Related Topics

Developing Web Applications for WebLogic Server

 

Skip navigation bar  Back to Top Previous Next