WildFly and JMX: Difference between revisions
Jump to navigation
Jump to search
Line 32: | Line 32: | ||
==Visual VM== | ==Visual VM== | ||
[[Using VisualVM with WildFly]] | |||
==jconsole== | ==jconsole== | ||
==DataDog== | ==DataDog== |
Revision as of 16:37, 18 October 2016
Internal
Overview
Each WildFly instance has a JMX bus with various JMX MBeans plugged in. The JMX MBeans expose management functionality, which can be used in monitoring or operations.
For a WildFly instance running in standalone mode, there is just one JMX bus to access - the one of the standalone instance. However, for a WildFly instance running in domain mode, the procedure to access the JMX bus of the host controller is different from the procedure of to access the JMX bus of the server node.
Procedures
EAP 6 | EAP 7 | |
standalone mode instance | standalone eap 6 | standalone eap 7 |
domain mode - host controller | host controller eat 6 | host controller eat 7 |
domain mode - server node | server node eap 6 | server node eap 7 |
Remoting_WildFly_Subsystem_Concepts#Remoting_and_JMX_Access
Generic JMX Client Access to WildFly