JMX Port Exposing

Is there any way to expose jmx port to monitor in jconsole?

i want to pass these commands …

-Dcom.sun.management.jmxremote.port={JMX_PORT}
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.ssl=false
-Djava.rmi.server.hostname={hostName}

Hi @Thulasidhar-Siva
Dgraph does not support JMX. Instead, Dgraph supports Prometheus which in-turn has easy integration with real-time visualization tools like Grafana. Please review this link.

Thanks Anand