|
Deployments: Deployments: Monitoring: JAX-RS Applications
Buttons Column Display Related Tasks Related Topics
Use this page to monitor all the JAX-RS applications running in this domain. Each row aggregates all of the statistics of one JAX-RS application across all the servers on which it is running.
Buttons
Name Description 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.ServletNameJAX-RS Application Context The root context for the resources in this JAX-RS application.
Application Name The name of the Enterprise application.
MBean Attribute:
ApplicationRuntimeMBean.ApplicationNameSource Information Provides an informative string about the module's source.
Return an informative string about the component's source.
MBean Attribute:
WebAppComponentRuntimeMBean.SourceInfoError Count Provides the errors count, the number of un-handled exceptions from the JAX-RS application
MBean Attribute:
JaxRsApplicationRuntimeMBean.ErrorCountLast Error Details Provides details of the last error. It returns null if ther is not exception yet
MBean Attribute:
JaxRsApplicationRuntimeMBean.LastErrorDetailsInvocation Count Provides the total invocation count
MBean Attribute:
JaxRsMonitoringInfoRuntimeMBean.InvocationCountApplication Configuration Class Provides the class name of the Jax-Rs application resource config
MBean Attribute:
JaxRsResourceConfigTypeRuntimeMBean.ClassNameAverage Execution Time (milliseconds) Provides the average execution time(in millis) per execution. Returns 0 if it was never invoked.
MBean Attribute:
JaxRsMonitoringInfoRuntimeMBean.ExecutionTimeAverageContext Root Returns the context root (context path) for the webapp
MBean Attribute:
WebAppComponentRuntimeMBean.ContextRootHigh Execution Time (milliseconds) Provides the highest time taken (in millis) by an execution. Returns 0 if it was never invoked.
MBean Attribute:
JaxRsMonitoringInfoRuntimeMBean.ExecutionTimeHighLast 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.LastErrorMapperLast Error Time Provides the date-time at which the last error(if any) occurred
MBean Attribute:
JaxRsApplicationRuntimeMBean.LastErrorTimeLast Invocation Time Provides the last invocation time. Returns 0 if it was never invoked.
MBean Attribute:
JaxRsMonitoringInfoRuntimeMBean.LastInvocationTimeLow Execution Time (milliseconds) Provives the lowest time taken(in millis) by an execution. Returns 0 if it was never invoked.
MBean Attribute:
JaxRsMonitoringInfoRuntimeMBean.ExecutionTimeLowTotal 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
| |