Statistics
This topic describes the default statistics supported by JBoss EAP enabler. The enabler uses JMX to retrieve statistic values from MBean attributes on the JBoss EAP Server. You can select and track these statistics from the Component Wizard. Tracked statistics are available for report output. You can also create policy rules based on any tracked statistic.
JBoss EAP Statistics
Name | Description | CLI command | Units |
---|---|---|---|
JBoss Throughput | The number of requests processed per second. | /subsystem=undertow/server=default-server/http-listener=default/request-count | Requests per second |
JBoss Data Throughput | The number of bytes sent per second. | /subsystem=undertow/server=default-server/http-listener=default/bytes-sent | Bytes per second |
JBoss Errors Per Second | The number of errors during processing per second. | /subsystem=undertow/server=default-server/http-listener=default/error-count | errors per second |
JBoss Max Heap Memory | Maximum heap memory. | /core-service=platform-mbean/type=memory/heap-memory-usage/max | MB |
JBoss Max Non Heap memory | Maximum non heap memory |
/core-service=platform-mbean/type=memory/non-heap-memory-usage/max |
MB |
JBoss Used Heap Memory |
Used heap memory |
/core-service=platform-mbean/type=memory/heap-memory-usage/used | MB |
JBoss Used Non Heap Memory | Used non heap memory | /core-service=platform-mbean/type=memory/non-heap-memory-usage/used | MB |
JBoss EAP Archive Scaling Statistics
The following statistics are reported at the archive level for finer grain reporting information that can be used for archive scaling.
Name | Description | MBean/Attribute | Units |
---|---|---|---|
JBoss Archive Throughput | Request throughput per archive. |
retrieved with jboss-dmr API Note that the calculated archive throughput only includes requests to servlets within the webapp defined by that archive, not requests for static content or JSPs. |
Requests per second |