ps aux|head -1;ps aux|grep -v PID|sort -rn -k +3|head
通过top -Hp PID查找占用CPU最高的线程TID;