Skip navigation.

Administration Console Online Help

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

 


Web Service --> Monitoring --> Servlets

Tasks     Related Topics

Overview

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

Note: A Web Service is packaged as a Web Application that has an additional deployment descriptor: webservices.xml. For this reason, the monitoring information displayed by the Administration Console for a Web Service is the similar to the monitoring information displayed for a Web Application.

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 Web Service was last deployed.

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

Table 0-1 Web Service Servlets Monitoring Statistics

Statistic

Description

Execution Time Average

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

Execution Time High

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

Execution Time Low

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

Exeuction Time Total

Displays the average amount of time 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

Configuring and Deploying a New Web Service

Viewing Deployed Web Services

Undeploying Deployed Web Services

Deleting a Web Service

Viewing Web Service Deployment Descriptors

Configuring Web Service Reliable SOAP Messaging

Related Topics

 

Skip navigation bar  Back to Top Previous Next