Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Deployments: Web Applications: Monitor: JAX-RS Application: General

Configuration Options     Related Tasks     Related Topics

Use this page to monitor general statistics of a JAX-RS application associated with this Web application.

Configuration Options

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.

Number of Root Resources

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

MBean Attribute:
JaxRsApplicationRuntimeMBean.RootResources

Application Configuration Class

Provides the class name of the Jax-Rs application resource config

MBean Attribute:
JaxRsResourceConfigTypeRuntimeMBean.ClassName

Application Configuration Properties

Provides the properties of the Jax-Rs application resource configuration

MBean Attribute:
JaxRsResourceConfigTypeRuntimeMBean.Properties

Start Time

The start time of this MBean

MBean Attribute:
JaxRsMonitoringInfoRuntimeMBean.StartTime

Application Name

The name of the Enterprise application.

MBean Attribute:
ApplicationRuntimeMBean.ApplicationName

Source Information

Provides an informative string about the module's source.

Return an informative string about the component's source.

MBean Attribute:
WebAppComponentRuntimeMBean.SourceInfo

Context Root

Returns the context root (context path) for the webapp

MBean Attribute:
WebAppComponentRuntimeMBean.ContextRoot

Server Name

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

Machine Name

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

Error Count

Provides the errors count, the number of un-handled exceptions from the JAX-RS application

MBean Attribute:
JaxRsApplicationRuntimeMBean.ErrorCount

Last Error Details

Provides details of the last error. It returns null if ther is not exception yet

MBean Attribute:
JaxRsApplicationRuntimeMBean.LastErrorDetails

Last Error Time

Provides the date-time at which the last error(if any) occurred

MBean Attribute:
JaxRsApplicationRuntimeMBean.LastErrorTime

Last Error Mapper

Provides the exception mapper class used against the last error(if any) occurred. It returns null if no error has been mapped yet.

MBean Attribute:
JaxRsApplicationRuntimeMBean.LastErrorMapper

Invocation Count

Provides the total invocation count

MBean Attribute:
JaxRsMonitoringInfoRuntimeMBean.InvocationCount

Last Http Method

Provides the http method name of the last request

MBean Attribute:
JaxRsApplicationRuntimeMBean.LastHttpMethod

Last Response Code

Provides the response code of the last response. Returns -1 if there is no response yet.

MBean Attribute:
JaxRsApplicationRuntimeMBean.LastResponseCode

Last Invocation Time

Provides the last invocation time. Returns 0 if it was never invoked.

MBean Attribute:
JaxRsMonitoringInfoRuntimeMBean.LastInvocationTime

Average Execution Time (milliseconds)

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

MBean Attribute:
JaxRsMonitoringInfoRuntimeMBean.ExecutionTimeAverage

High Execution Time (milliseconds)

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

MBean Attribute:
JaxRsMonitoringInfoRuntimeMBean.ExecutionTimeHigh

Low Execution Time (milliseconds)

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

MBean Attribute:
JaxRsMonitoringInfoRuntimeMBean.ExecutionTimeLow

Total Execution Time (milliseconds)

Provides the total execution time(in millis) of all the requests. Returns 0 if it was never invoked.

MBean Attribute:
JaxRsMonitoringInfoRuntimeMBean.ExecutionTimeTotal

Http Method Counts

Provides map with all method names(String) as keys and their count(long) as values

MBean Attribute:
JaxRsApplicationRuntimeMBean.HttpMethodCounts

Response Code Counts

Provides map with all response codes(int) as keys and their count(long) as values

MBean Attribute:
JaxRsApplicationRuntimeMBean.ResponseCodeCounts

Related Tasks

Related Topics


Back to Top