Linux下查看佔用CPU資源最多的幾個進程

linux下獲取佔用CPU資源最多的10個進程:linux

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

linux下獲取佔用內存資源最多的10個進程:內存

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

相關文章
相關標籤/搜索