JBossWeb Monitoring: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 11: Line 11:
==JMX Monitoring==
==JMX Monitoring==


"jboss.as:subsystem=web,connector=http", "jboss.as:subsystem=web,connector=https"
High level HTTP/HTTPS/AJB connector statistics are available through
 
<pre>
jboss.as:subsystem=web,connector=<connector-name>
</pre>
 
Examples:
<pre>
jboss.as:subsystem=web,connector=http
jboss.as:subsystem=web,connector=https
jboss.as:subsystem=web,connector=ajp
</pre>
 
Attributes that can be collected:


===JMX Attributes===
===JMX Attributes===

Revision as of 15:38, 11 May 2017

Internal

Relevance

  • EAP 6.4.10

Connector Statistics

JMX Monitoring

High level HTTP/HTTPS/AJB connector statistics are available through

jboss.as:subsystem=web,connector=<connector-name>

Examples:

jboss.as:subsystem=web,connector=http
jboss.as:subsystem=web,connector=https
jboss.as:subsystem=web,connector=ajp

Attributes that can be collected:

JMX Attributes

bytesReceived

bytesSent

errorCount

requestCount

Tomcat Connector Internal ThreadPool Statistics

Tomcat Connector Internal ThreadPool Statistics

Active Sessions and other Session Statistics

WildFly Web Subsystem - Active HTTP Session Count and Other Session Metrics