占内存的程序命令 ps aux | head -1;ps aux|sort -k4nr|head -5 占CPU的程序命令 ps aux | head -1;ps aux|sort -k3nr|head -5 相关文章: 2022-12-23 2022-01-22 2021-11-18 2021-08-08 2021-09-09 2021-11-07