Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

Domain Partition: Monitoring: Deployments: JAX-RS Applications

Column Display     

Use this page to monitor all the JAX-RS applications that are running in this domain partition. Each row aggregates all of the statistics of one JAX-RS application across all the servers on which it is running.

NOTE: WebLogic Server Multitenant domain partitions, resource groups, resource group templates, and virtual targets are deprecated in WebLogic Server 12.2.1.4.0. The related Console and help pages will be removed in the next release.

Column Display

Name Description
Application Name

The name of the application.

MBean Attribute:
ApplicationRuntimeMBean.ApplicationName

JAX-RS Application Context

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

Source Information

Provides an informative string about the module's source.

Returns an informative string about the component's source.

MBean Attribute:
WebAppComponentRuntimeMBean.SourceInfo

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 there is not exception yet

MBean Attribute:
JaxRsApplicationRuntimeMBean.LastErrorDetails

Invocation Count

Provides the total invocation count.

MBean Attribute:
JaxRsMonitoringInfoRuntimeMBean.InvocationCount

Application Configuration Class

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

MBean Attribute:
JaxRsResourceConfigTypeRuntimeMBean.ClassName

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 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

Last Error Time

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

MBean Attribute:
JaxRsApplicationRuntimeMBean.LastErrorTime

Last Invocation Time

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

MBean Attribute:
JaxRsMonitoringInfoRuntimeMBean.LastInvocationTime

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

Total Execution Time (milliseconds)

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

MBean Attribute:
JaxRsMonitoringInfoRuntimeMBean.ExecutionTimeTotal


Back to Top