JBossWeb Monitoring: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
 
(5 intermediate revisions 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 22: Line 35:


====requestCount====
====requestCount====
=Tomcat Connector Internal ThreadPool Statistics=
{{Internal|WildFly JBossWeb Tomcat Connector Internal ThreadPool Statistics|Tomcat Connector Internal ThreadPool Statistics}}
=Active Sessions and other Session Statistics=
{{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