Folks,
I am trying to get a thread dump since one of the threads is chewing
up 80% of cpu. I followed the steps described on 'How to generate a thread dump in linux'. The problem is I am UNABLE to kill jboss process using
'kill -3 <jboss_pid'. Can anyone suggest other ways to generate a thread dump and a stack trace per thread. I am using jboss 3.2.7.
Also, is there a way to get the pthread id from java thread id?
cheers
Ravi