标签:
top
top -Hp 17207
printf "%x\n" 17342
jstack 17207 > a.tmp
vim a.tmp
红色箭头指示的就是此线程当前正在运行的方法
查找jvm最耗时方法
原文地址:http://my.oschina.net/enyo/blog/412960