JMX – MBean simple chart monitor
I have some JMX beans that expose performance information in my application I want to draw an MBean attribute in the diagram for monitoring (a Windows perf Mon) I like what comes with jconsole and visual VM, but I haven't found a beautiful plug-in that lets me select a property on MBean and monitor it What does anyone think?
Solution
You can try JRockit mission control It allows you to customize the user interface by using your own charts, tables, and even dialing the MBean properties you want to monitor
alt text http://www.oracle.com/technology/products/jrockit/missioncontrol/new_and_noteworthy/3.1.0/images/console/new_dials_look.png
By default, the customized UI is stored in the workspace directory, but you can use multiple workspaces and start task control with the task you want to use
jrcm.exe -data c:/application1 jrcm.exe -data c:/application2