Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

Domain Application Deployment: Monitoring: Environment Monitoring: Web Applications

Column Display     

Use this page to monitor the current Web application. This page includes information about the machine and server instance on which the Web application is deployed and statistics about the number of servlets and sessions associated with this Web application.

Column Display

Name Description
Context Root

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

MBean Attribute:
WebAppComponentRuntimeMBean.ContextRoot

Application

The name of the 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.

State

Provides the status of the component.

MBean Attribute:
WebAppComponentRuntimeMBean.Status

Active Server Count

The number of active servers.

Source Information

Provides an informative string about the module's source.

Returns an informative string about the component's source.

MBean Attribute:
WebAppComponentRuntimeMBean.SourceInfo

Servlets

Provides an array of ServletRuntimeMBeans associated with this module.

Returns an array of ServletRuntimeMBeans associated with this component.

MBean Attribute:
WebAppComponentRuntimeMBean.Servlets

Sessions

Provides a count of the current total number of open sessions in this module.

Returns the current total number of open sessions in this component.

MBean Attribute:
WebAppComponentRuntimeMBean.OpenSessionsCurrentCount

Sessions High

Provides the high water mark of the total number of open sessions in this server. The count starts at zero each time the server is activated. Note that this is an optimization method for a highly useful statistic that could be implemented less efficiently using change notification.

MBean Attribute:
WebAppComponentRuntimeMBean.OpenSessionsHighCount

Total Sessions

Provides a count of the total number of sessions opened.

MBean Attribute:
WebAppComponentRuntimeMBean.SessionsOpenedTotalCount


Back to Top