Java CPU高问题
1. top 列出占用高的进程,并记录进程pId
2. 按H键记录cpu占用高的线程Ids(到时转化为16进制)
3. jstack pId > cpu_high.log(将thread dump)
4. 在cpu_high.log中查找转化后的线程Id
1. top 列出占用高的进程,并记录进程pId
2. 按H键记录cpu占用高的线程Ids(到时转化为16进制)
3. jstack pId > cpu_high.log(将thread dump)
4. 在cpu_high.log中查找转化后的线程Id