JBossWeb Monitoring

From NovaOrdis Knowledge Base
Revision as of 16:37, 11 May 2017 by Ovidiu (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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