> 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 doesn't provide the needed info.

If you're trying to find which webapp is looping, that's a bit tricky, since 
Tomcat uses a thread pool to service all webapps.  One thing you can try is run 
jstack several times against the Tomcat JVM, and look for one or more threads 
that stay in a single webapp.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to