You can browse all the VMware GemFire MBeans in your cluster by using JConsole.

To view VMware GemFire MBeans through JConsole, perform the following steps:

  1. Start a gfsh prompt.
  2. Connect to a running cluster by either connecting to a locator with an embedded JMX Manager or connect directly to a JMX Manager. For example:

    gfsh>connect --locator=locator1[10334]
    

    or

    gfsh>connect --jmx-manager=locator1[1099]
    
  3. Start JConsole:

    gfsh>start jconsole
    

    If successful, the message Running JDK JConsole appears. The JConsole application launches and connects directly to the JMX Manager using RMI.

  4. On the JConsole screen, click on the MBeans tab. Expand GemFire. Then expand each MBean to browse individual MBean attributes, operations and notifications.

    The following is an example screenshot of the MBean hierarchy in a VMware GemFire cluster:

    Example screenshot of the MBean hierarchy in a Tanzu GemFire cluster

check-circle-line exclamation-circle-line close-line
Scroll to top icon