JBoss
Submitted by theCamel on Tue, 10/23/2007 - 11:32.
Tags:
Tags:
To trace a java thread from a thread dump to the corresponding thread on Solaris 10, you can find the LWP using pstack by converting the NID (which corresponds to the LWP ID on Solaris) and matching it up in the pstack output, or by finding the TID listed in the pstack output.
For example, I ran a thread dump and I want to trace this thread from the dump:
"ExecuteThread: '2' for queue: 'weblogic.kernel.System'" daemon prio=5 tid=0x00880588 nid=0x35 in Object.wait() [aba7f000..aba7fc30] at java.lang.Object.wait(Native Method) at java.lang.Object.wait(Object.java:429)
»
- theCamel's blog
- Add new comment
- Read more
- 1518 reads
Tags:
http://<hostname>:8080/web-console/index.html
http://<hostname>:8080/jmx-console/index.jsp
»
- Add new comment
- 1840 reads
