I have a tomcat server running a webapp. Apart from this there are two other JVMs that run batch processing tasks. Jamon is a really cool way to monitor performance, hits etc., and can be viewed on the web using Jamonadmin.jsp (supplied with jamon war file). But I want to aggregate the Jamon statistics from the other two JVMs and display on the tomcat server VM.
I was thinking of a port on each of the two VMs that respond with serialized Jamon objects when asked from tomcat..
Is there any such feature already exisiting in Jamon API? or any recommendations to achieve this?
Thanks,
-Keshav