首页 > 代码库 > Java Thread dump

Java Thread dump

1. 发送信号
* In Unix, use "kill -3 <pid>" where pid is the Process ID of the JVM.(kill 信号列表
* In Windows, press CTRL+BREAK on the window where the JVM is running.

2. jstack -l pid. 

http://blog.csdn.net/wanyanxgf/article/details/6944987