Capture the thread dump

来源:互联网 发布:mac os系统更新软件 编辑:程序博客网 时间:2024/06/18 04:51

1. find the java process id by followingcommand $JDK/bin/jps

 

2. capture java thread dump by jstackutility:

$JDK/bin/jstack <pid>

0 0