I have some JMX Beans that expose performance information in my application. I would like to have some facility to plot an attribute of an MBean in a graph for monitoring (a la Windows Perf Mon). I love the stuff that comes with JConsole and VisualVM, but I have not been able to find a nice plugin that will let me select an attribute on an MBean and monitor it. Anyone have any ideas?
I have written a Java Agent along with an SWT GUI for controlling the agent. https://github.com/mchr3k/org.intrace/wiki I want to package this library into a plugin for VisualVM to allow the agent ...