Retrieving Mbeans Using JConsole

To monitor the 3DEXPERIENCE platform, you can retrieve information about MBeans through a JMX connection in JConsole.

In this example, MBeans are retrieved from the machine where the 3DEXPERIENCE platform service to be monitored is running.


Before you begin: You must activate the publication of MCS events as strongly-typed MBeans.
  1. Start the JConsole application:
    1. Open a command prompt window.
    2. Go to the JDK_HOME/bin directory where the Java Development Kit (JDK) is installed.
    3. Run the following command:

      jconsole

  2. Create a connection to the process to be monitored:
    1. In the Local Process list, select the process.
    2. Click Connect.
  3. Once connected, select the MBeans tab.

    The tree on the left shows the hierarchy of the MBeans.

    For example, the MCS MBeans are located under mcs or the domain value to which you set the MCS_MBEANS_ROOT environment variable.