> From: Enrique Arizón [mailto:e_arizon_benito@yahoo.com]
> 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: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
|