WildFly and JMX: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 16: Line 16:
|  || '''EAP 6''' || '''EAP 7'''
|  || '''EAP 6''' || '''EAP 7'''
|-
|-
|  '''standalone mode instance''' || [[JMX Access to Standalone EAP 6]] || standalone eap 7  
|  '''standalone mode instance''' || [[JMX Access to Standalone EAP 6]] || [[JMX Access To Standalone EAP 7]]
|-
|-
| '''domain mode - host controller''' || host controller eat 6 || host controller eat 7
| '''domain mode - host controller''' || host controller eat 6 || host controller eat 7

Revision as of 16:42, 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 JMX Access to Standalone EAP 6 JMX Access To 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

JMX Clients

Visual VM

Using VisualVM with WildFly

jconsole

DataDog