Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

Domain Application Deployment: Monitoring: Environment Monitoring: Servlets

Column Display     

Use this page to monitor the servlets associated with this Web application, as well as the following information about each servlet:

Column Display

Name Description
Servlet Name

Provides the name of this instance of a servlet.

MBean Attribute:
ServletRuntimeMBean.ServletName

Context Root

Returns the context root (context path) for the web application.

MBean Attribute:
WebAppComponentRuntimeMBean.ContextRoot

Application

The name of the Web application.

MBean Attribute:
ApplicationRuntimeMBean.ApplicationName

Server

The name of the server that this Web application is running on.

Machine

The name of the machine that this Web application is running on.

Reload Total Count

Provides a total count of the number of times this servlet has been reloaded.

MBean Attribute:
ServletRuntimeMBean.ReloadTotalCount

Invocation Total Count

Provides a total count of the times this servlet has been invoked.

MBean Attribute:
ServletRuntimeMBean.InvocationTotalCount

Pool Max Capacity

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

MBean Attribute:
ServletRuntimeMBean.PoolMaxCapacity

Execution Time Total

Provides the total amount of time all invocations of the servlet have executed since created.

MBean Attribute:
ServletRuntimeMBean.ExecutionTimeTotal

Execution Time High

Provides the amount of time the single longest invocation of the servlet has executed since created.

MBean Attribute:
ServletRuntimeMBean.ExecutionTimeHigh

Execution Time Low

Provides the amount of time the single shortest invocation of the servlet has executed since created. Note that for the CounterMonitor, the difference option must be used.

MBean Attribute:
ServletRuntimeMBean.ExecutionTimeLow

Execution Time Average

Provides the average amount of time all invocations of the servlet have executed since created.

MBean Attribute:
ServletRuntimeMBean.ExecutionTimeAverage

Servlet Path

Provides the servlet path.

MBean Attribute:
ServletRuntimeMBean.ServletPath


Back to Top