Re: Individual servlet statistics

2008-06-26 Thread Tyler DeWitt
Thanks Peter! That information is really useful. Just FYI, I'm working on extending the GlassBox Inspector (which does just what you say and monitors individual requests). I'm using the new Instrumentation package in Java 6 to find object sizes, just the integration of all these aspects is a

Individual servlet statistics

2008-06-26 Thread Tyler DeWitt
Hello all, I was curious if anybody knew of some software that tracked the memory and cpu usage of each servlet that was running on a Tomcat instance. I am looking to be able to say "Servlet A is using 2%CPU and 10 mb of heap and Servlet B is using 2% CPU and 200 mb of heap." I need to be abl