1) top -H -p 进程pid 查看线程的线程ID与CPU占用情况。或者使用 ps -eLo pid,lwp,pcpu | grep 进程pid2) pstack 线程pid 查看那个线程的堆栈信息,确定是哪个thread