> From: francis picabia [mailto:fpica...@gmail.com] 
> Subject: Re: High load from tomcat, no users, no errors

> firewall is blocking 8080 and apache is off.

By "apache" do you mean httpd?  Tomcat is also an Apache product.

> tomcat 7.0.28 from tarball install is running
> as user tomcat.

The tarball from tomcat.apache.org?  Or somewhere else?

>   PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
>  9866 tomcat    20   0 2000m  81m 9.8m S  283    1.4   9:37.85 java

> Here is the thread dump - is there anything interesting here?

No - everything is idle, waiting for something to do.  As Chris suggested, you 
may well have another Tomcat process running that is eating up 2 - 3 cores.  Or 
perhaps you have webapps deployed with native code, which won't show up in a 
Java thread dump.

 - 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 unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to