Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Deployments: Web Applications: Monitor: JAX-RS Applications: Resources

Column Display     Related Tasks     Related Topics

Use this page to monitor the resources associated with the JAX-RS application. For each resource, the relative URI path and total invocation count is provided. For each resource method, the subresource path (if applicable), associated HTTP method, and total invocation count is provided.

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
Name

Resource, subresource locator, or resource method name.

Path

Provides the path that is annotated on this resource

MBean Attribute:
JaxRsResourceRuntimeMBean.Path

HttpMethod

Provides the http designator that is annotated on the resource method

MBean Attribute:
JaxRsResourceMethodRuntimeMBean.HttpMethod

Invocation Count

Provides the total invocation count

MBean Attribute:
JaxRsMonitoringInfoRuntimeMBean.InvocationCount

Average Execution Time (milliseconds)

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

MBean Attribute:
JaxRsMonitoringInfoRuntimeMBean.ExecutionTimeAverage

ConsumingMediaTypes

Provides the media-types that are consumed by this resource method

MBean Attribute:
JaxRsResourceMethodRuntimeMBean.ConsumingMediaTypes

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

Last Invocation Time

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

MBean Attribute:
JaxRsMonitoringInfoRuntimeMBean.LastInvocationTime

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

ProducingMediaTypes

Provides the media-types that are produced by this resource method

MBean Attribute:
JaxRsResourceMethodRuntimeMBean.ProducingMediaTypes

Resource Type

Provides the type(POJO or EJB) of the resource

MBean Attribute:
JaxRsResourceRuntimeMBean.ResourceType

Start Time

The start time of this MBean

MBean Attribute:
JaxRsMonitoringInfoRuntimeMBean.StartTime

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

Related Tasks

Related Topics


Back to Top