ps aux|head -1;ps aux|grep -v PID|sort -rn -k +3| head

查看cpu消耗高的PID

 

相关文章:

  • 2022-12-23
  • 2022-02-09
  • 2021-10-05
猜你喜欢
  • 2022-12-23
  • 2021-04-04
  • 2022-12-23
  • 2021-10-17
相关资源
相似解决方案