JMX is a asynchronous monitoring mechanism employed by the jvm to visualize a plenthora of information.
Just start jconsole from your local jdk installation, and point it to any running virtual machine. On the last mbeans tab you see the custom mbeans registered by that app. If you point it at your Neo4j-Application you can see the mbeans registered by the kernel and the information provided by those (those are also listed in webadmin if you use the Neo4j-Server) It is possible to consume jmx endpoints easily from a java-application which then might push that information as a webapp to end users rendered in whatever way you want. HTH Michael Am 09.08.2011 um 00:12 schrieb noppanit: > Sorry, but I'm not familiar with JMX. Would that mean that I'm allowed to > connect to the database and query something and return that in JSON so > Google Chart can display that on the web which the front-end is still > running and being used by user? So, the back-end can display real-time data? > > -- > View this message in context: > http://neo4j-community-discussions.438527.n3.nabble.com/Neo4j-embedded-database-with-monitoring-tool-tp3236863p3236997.html > Sent from the Neo4j Community Discussions mailing list archive at Nabble.com. > _______________________________________________ > Neo4j mailing list > [email protected] > https://lists.neo4j.org/mailman/listinfo/user _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

