Novaordis-jmx: Difference between revisions
Jump to navigation
Jump to search
Line 18: | Line 18: | ||
{{Internal|Accessing WildFly JMX Bus Remotely with novaordis-jmx|Accessing WildFly JMX Bus Remotely with novaordis-imx}} | {{Internal|Accessing WildFly JMX Bus Remotely with novaordis-jmx|Accessing WildFly JMX Bus Remotely with novaordis-imx}} | ||
=cljmx User Manual= | |||
cljmx localhost:9999 | |||
> help | |||
A command line JMX browser. Use it to navigate the MBeanServer domain/MBean hierarchy as you | |||
would navigate a filesystem. | |||
Commands: | |||
cd - navigate to a domain or MBean | |||
ls - list the content of a domain or an MBean | |||
pwd - show the location in the hierarchy |
Revision as of 07:02, 7 July 2017
Internal
Overview
Provides novaordis-jmx.jar, which is a library, and a command line utility that can be used to explore a remote JMX bus.
cljmx localhost:4447
The current version (1.1.x) is built by declaring a static dependency of a specific JBoss version at compile time and embedding the dependencies within the artifact.
GitHub
Accessing WildFly JMX Bus Remotely with novaordis-jmx
cljmx User Manual
cljmx localhost:9999 > help A command line JMX browser. Use it to navigate the MBeanServer domain/MBean hierarchy as you would navigate a filesystem. Commands: cd - navigate to a domain or MBean ls - list the content of a domain or an MBean pwd - show the location in the hierarchy