You can monitor your Hazelcast members via the JMX protocol.
Add the following system properties to enable JMX agent:
-Dcom.sun.management.jmxremote-Dcom.sun.management.jmxremote.port=\_portNo\_ (to specify JMX port) (optional)-Dcom.sun.management.jmxremote.authenticate=false (to disable JMX auth) (optional)Enable the Hazelcast property hazelcast.jmx (please refer to the Advanced Configuration Properties section):
-Dhazelcast.jmx=trueUse jconsole, jvisualvm (with mbean plugin) or another JMX compliant monitoring tool.