TIBCO MDM Monitoring and Management Using JMX
The JMX technology allows you to monitor and manage TIBCO MDM, which is running in either local or remote Java Virtual Machine (JVM).
You can monitor and manage various objects of TIBCO MDM as they are created, installed, and implemented. JMX handles two types of monitoring:
- Status Monitoring: Collects the statistics to view the current status of a particular operation. For example, how many users are currently logged in to the UI or how many database connections are acquired or released, and so on.
- Performance Monitoring: Uses performance characteristics to monitor and improve TIBCO MDM’s performance. For example, how much time it takes to run a rulebase or workflow. If the time is too high and it is affecting the performance, you can re-configure the workflow.
You can monitor and manage the following features of TIBCO MDM:
- Cache - For details, refer to Cache Statistics and Cache Operations.
- Database - For details, refer to Database Statistics and Database Operations.
- Hot Deployment - For details, refer to Hot Deployment Statistics and Hot Deployment Operations.
- HTTP - For details, refer to HTTP Statistics and HTTP Operations.
- Messaging - For details, refer to Messaging Statistics and Messaging Operations.
- Patterns - For details, refer to
- Rulebase - For details, refer to Rulebase Statistics and Rulebase Operations.
- Scheduler Jobs - For details, refer to Scheduler Jobs Operations.
- Server - For details, refer to Server Statistics and Server Operations.
- UI Login - For details, refer to UI Login Statistics and UI Login Operations.
- Web Services - For details, refer to Web Service Statistics and Web Service Operations.
- Workflows - For details, refer to Workflow Statistics and Workflow Operations.
For information on JMX monitoring, refer to http://java.sun.com/j2se/1.5.0/docs/guide/management/agent.html documentation.
For information on Java VisualVM, refer to http://docs.oracle.com/javase/6/docs/technotes/guides/visualvm/index.html
Copyright © Cloud Software Group, Inc. All rights reserved.