7 Replies Latest reply on Dec 7, 2010 9:33 AM by odtufatih

    JBoss 5.1 %100 CPU Usage

    odtufatih

      We are facing %100 CPU usage problem with our jboss server and we have to restart server each time we face the problem.

       

      Is there a certain way to find out which thread is causing %100 CPU usage ?

       

      top -Hp JBOSS_PID

       

      gives the list of processes executing inside jboss application server.

       

      I wonder if each process in this list is a single thread in the application server ?

      If it is so, how can I understand which thread is executed by the top process ?

       

      Any helps appreciated.