[jboss-user] [Performance Tuning] - Re: High CPU utilization - How check it ?

PeterJ do-not-reply at jboss.com
Fri Aug 24 12:18:14 EDT 2007


Taking and examining several thread dumps should show you where the application is spending its time. Unfortunately, you are running the app server as a service and I don't know of any way on Windows 2003 to send a SIGQUIT signal to a service (if you ran the app server from a command prompt you could type CTRL-BREAK in the command window to get the thread dump). You could try connecting JConsole to the app server, see the JConsole documentation for instructions on how to do this. JConsole provides a thread dump feature.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077863#4077863

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077863



More information about the jboss-user mailing list