RE: Tomcat tool similar to "top" (Solved!)

2008-04-09 Thread Enrique Arizón
Answering myself, and in case someone else is interested: Looks that newest versions of tomcat mananager provide some info about resource usage in a human readable way. Once setup all that needed is to point to: http://MyServer:8080/manager/status/all And quite detailed info will be providen ab

Re: Tomcat tool similar to "top"

2008-03-19 Thread Mark Deneen
Caldarale, Charles R wrote: From: Enrique Arizón [mailto:[EMAIL PROTECTED] Subject: Tomcat tool similar to "top" Time to time one of those apps gets out of control, but standard OS tools like top just show the java process running up to 200% of CPU usage. I'd be suspicious of that tool :

RE: Tomcat tool similar to "top"

2008-03-05 Thread Caldarale, Charles R
> From: Enrique Arizón [mailto:[EMAIL PROTECTED] > Subject: Tomcat tool similar to "top" > > Time to time one of those apps gets out of control, > but standard OS tools like top just show the java > process running up to 200% of CPU usage. I'd be suspicious of that tool :-) > Still jconsole doe