JMX and MySQL
Posted by: Charles Paclat
Date: September 06, 2005 12:16PM

I have been looking into using MySQL with J2EE and was interested in using JMX as my common adminstration framework. I found the connector-mxj and was able to get it working with JDK 1.5 and the new JMX remote functionality. To do so I needed to right a simple main program that:

- Created and regsistered in MysqlDynamicMBean in the PlatformMBeanServer
- Created and started a JMXConnectorServerFactory

This all seemed to work but my crude version could certainly use some real command line options handling. I am interested in knowing if there are any other MBeans that can be used to get more information on the realtime status of the MySQL server and if there are any plans to enhance the existing JMX interfaces.

Options: ReplyQuote


Subject
Written By
Posted
JMX and MySQL
September 06, 2005 12:16PM
September 07, 2005 05:26PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.