JBossWeb Monitoring: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
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===
Line 29: Line 42:
=Active Sessions and other Session Statistics=
=Active Sessions and other Session Statistics=


{{Internal|WildFly Web Subsystem - Active HTTP Session Count and Other Session Metrics|WildFly Web Subsystem - Active HTTP Session Count and Other Session Metrics}}
{{Internal|Web Application Monitoring in WildFly#Overview|Web Application Monitoring in WildFly}}

Latest revision as of 16:37, 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

Web Application Monitoring in WildFly