Java CPU高问题

1. top 列出占用高的进程,并记录进程pId

2. 按H键记录cpu占用高的线程Ids(到时转化为16进制)

3. jstack pId > cpu_high.log(将thread dump)

4. 在cpu_high.log中查找转化后的线程Id

posted on 2017-12-04 12:22  jmbkeyes  阅读(114)  评论(0)    收藏  举报

导航