[jboss-user] [Performance Tuning] - Re: High CPU thread from the thread dump

Peter Johnson do-not-reply at jboss.com
Mon Apr 25 17:27:37 EDT 2011


Peter Johnson [http://community.jboss.org/people/peterj] created the discussion

"Re: High CPU thread from the thread dump"

To view the discussion, visit: http://community.jboss.org/message/601877#601877

--------------------------------------------------------------
A JVM thread dump will tell you what each thread is doing at that point in time, it will not tell you how busy the threads have been. However, the thread dump does provide the operating system thread id (labelled "nid"), and you can use that to compare to the output of OS tools that provide thread usage (such as ps -m).

Note that in a Java EE environment where the web or app server maintains a thread pool to work on requests that thread usage information probably does not mean all that much.
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/601877#601877]

Start a new discussion in Performance Tuning at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2078]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110425/7b1eed07/attachment.html 


More information about the jboss-user mailing list