1.top -c 加 大写P 查找高进程ID线程
2.top -Hp 加 大写 P 查找高线程ID进程
3.printf '%x\n' 线程ID 转成16进制grep
4.jstack 进程ID | grep 16进制线程IDtop
经过以上四个步骤就能够找到代码中的哪行是高消耗代码。printf