linux查看占用cpu最高的进程

ps aux|head -1;ps aux|grep -v PID|sort -rn -k +3|head
经过top -Hp PID查找占用CPU最高的线程TID;
相关文章
相关标签/搜索