linux查看佔用內存最多的程序

1.linux查看佔用內存最多的程序linux

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

2.查看佔用cpu最多的程序grep

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

相關文章
相關標籤/搜索