Using Java VisualVM

You can use any tool to view MBeans. The following is an example of using Java VisualVM to monitor and manage TIBCO MDM.

Note: Before running Java VisualVM, ensure that you start TIBCO MDM to view all MDM MBeans.

Procedure

  1. To run Java VisualVM, go to JDK_HOME/bin and double-click jvisualvm.exe. The JavaVisualVM dialog is displayed with the Local and Remote options.


    • Local: If TIBCO MDM is running in on local Java Virtual Machine (JVM), it automatically establishes the connection and obtains information from the JVM MBeans in the connected JMX agent.
    • Remote: Double-click or right-click to add the host name. After adding the host name, you need to add JMX connection. Type the following URL in the Connection field:

      For JBoss Application Server:

      service:jmx:remoting-jmx://IPAddress:9999

      For WebLogic and WebSphere Application Servers:

      service:jmx:rmi:///jndi/rmi://hostname:portnumber/node_ID

      For example, localhost:57571/Member1. In this case, 57571 is the JMX port for the TIBCO MDM Server on localhost.

  2. Select Tools > Plugins menu to add the MBeans tab.
  3. Click the MBeans tab.


    All MBeans names are located under com.tibco.mdm domain.