Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Deployments: Monitoring: JAX-RS Application: Monitoring: Response Statistics

Configuration Options     Related Tasks     Related Topics

Use this page to monitor the HTTP response code counts associated with the JAX-RS application.

Configuration Options

Name Description
Last Response Code

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

MBean Attribute:
JaxRsResponseStatisticsRuntimeMBean.LastResponseCode

Response Code

Statistics of HTTP response codes produced by the application.

MBean Attribute:
JaxRsResponseStatisticsRuntimeMBean.ResponseCodes

Count

Count of the HTTP responses for the specific response code since the start of the application.

MBean Attribute:
JaxRsResponseStatisticsRuntimeMBean.ResponseCodes

Related Tasks

Related Topics


Back to Top