1、查看当前服务器中最占内存的10个程序

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

2、top命令

相关文章:

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