jmxget

Dumps JMX information from a service.

The usage is as follows:

$ hdfs jmxget [-localVM ConnectorURL | -port port | -server mbeanserver | -service service]
Arguments

-help

Prints detailed information about the command

-localVM ConnectorURL

Connects to the VM on the same machine

-port mbean server port

Specifies mbean server port, if missing it will try to connect to MBean Server in the same VM

-server

Specifies mbean server (localhost by default)

-service NameNode|DataNode

Specifies jmx service (NameNode by default)

Found a mistake? Seleсt text and press Ctrl+Enter to report it