java - JMX "Dashboard" App -


i have been playing around jmx last few days , although don't mind jconsole or standard jmx web admin tool, nice create own web app somehow queried registered jmx mbeans , presented nice, rich-ui-style "dashboard" charts , graphs; things jmx console or jconsole not have.

is possible? i've heard of called jmx "agent" not sure if has how jmx can queried , managed dashboard-style app. in advance!

what looking has been built unless want yourself. have looked @ visualvm before? http://visualvm.java.net/mbeans_tab.html/

to write own application manages mbeans remotely think start tutorial. seems starting point.

http://docs.oracle.com/javase/tutorial/jmx/remote/custom.html


Comments

Popular posts from this blog

JQuery Autocomplete without using label, value, id -

c++ - Accessing inactive union member and undefined behavior? -

JAVA - what is the difference between void and boolean methods? -