Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Deployments: Monitoring: JAX-RS Applications

Buttons     Column Display     Related Tasks     Related Topics

Use this page to monitor the JAX-RS applications associated with this Web application. This page provides details about each JAX-RS application, including its name and root context, the server on which it is running, and execution statistics.

Buttons

Name Description
Refresh icon

Refresh icon Causes the Administration Console to periodically poll the resource monitored by this page and refresh the display.

Column Display

You can show fewer or additional data points on this page by expanding Customize this table and modifying the Column Display list. Each data point displays in its own table column.

The following table lists all of the data points that you can display in columns on this page.

Name Description
JAX-RS Application Name

The name of this JAX-RS application.

MBean Attribute:
ServletRuntimeMBean.ServletName

JAX-RS Application Context

The root context for the resources in this JAX-RS application.

Server Name

The name of the Server that this Web Application is running on.

Application Configuration Class

Provides the class name of the JAX-RS application resource configuration.

MBean Attribute:
JaxRsResourceConfigTypeRuntimeMBean.ClassName

Application Name

The name of the application.

MBean Attribute:
ApplicationRuntimeMBean.ApplicationName

Average Execution Time (milliseconds)

Provides the average execution time (in ms) per execution. Returns 0 if it was never invoked.

MBean Attribute:
JaxRsMonitoringInfoRuntimeMBean.ExecutionTimeAverage

Context Root

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

MBean Attribute:
WebAppComponentRuntimeMBean.ContextRoot

High Execution Time (milliseconds)

Provides the highest time taken (in ms) by an execution. Returns 0 if it was never invoked.

MBean Attribute:
JaxRsMonitoringInfoRuntimeMBean.ExecutionTimeHigh

Last Response Code

Returns the HTTP response code of the last response written by the application.

MBean Attribute:
JaxRsResponseStatisticsRuntimeMBean.LastResponseCode

Low Execution Time (milliseconds)

Provides the lowest time taken (in ms) by an execution. Returns 0 if it was never invoked.

MBean Attribute:
JaxRsMonitoringInfoRuntimeMBean.ExecutionTimeLow

Machine Name

The name of the Machine that this Web Application is running on.

Number of Root Resources

The number of root resources in this JAX-RS application.

MBean Attribute:
JaxRsApplicationRuntimeMBean.RootResources

Source Information

Provides an informative string about the module's source.

Returns an informative string about the component's source.

MBean Attribute:
WebAppComponentRuntimeMBean.SourceInfo

Start Time

The start time of this MBean.

MBean Attribute:
JaxRsMonitoringInfoRuntimeMBean.StartTime

Related Tasks

Related Topics


Back to Top