Java Management Extension system properties
DataStax Enterprise (DSE) exposes metrics and management operations through Java Management Extensions (JMX). For more information, see Monitor DataStax Enterprise (DSE) clusters.
The following system properties can be used to configure JMX:
- -Dcom.sun.management.jmxremote.port
-
Sets the port number on which the database listens for JMX connections.
By default, you can interact with DSE using JMX on port 7199 without authentication.
Default:
7199 - -Dcom.sun.management.jmxremote.ssl
-
Change to true to enable SSL for JMX.
Default:
false - -Dcom.sun.management.jmxremote.authenticate
-
True enables remote authentication for JMX.
Default:
false - -Djava.rmi.server.hostname
-
Sets the interface hostname or IP that JMX should use to connect. Uncomment and set if you are having trouble connecting.