ojob.io/java/jmxExplorer

Usage

ojob ojob.io/java/jmxExplorer op=all url=service:jmx:rmi:///jndi/rmi://127.0.0.1:9999/jmxrmi query=java.lang:* user=myuser pass=mypassword provider=com.my.jmxProvider 

Description

JMX Explorer enables the querying of a Java JMX target to explore existing data or to retrieve all available data

Expects

Name Description
op Select one of the possible operations: help, domains. query, get and all
url The JMX url to connecto to
query The JMX query or complete object reference for op=query and op=get
user The user when accessing JMX through an authenticated access.
pass The password when accessing JMX through an authenticated access.
provider A specific JMX provider class.