因為還蠻常用的,就紀錄起來,之後就直接複製了。
ps aux --sort -%cpu | head -n 10
ps aux --sort -%mem | head -n 10
ps -eo pid,ppid,cmd,comm,%mem,%cpu --sort=-%mem | head -10
這邊要注意的是,MacOS 的 ps 跟 Linux 的 ps 不一樣,沒有 –sort 這個參數,MacOS 是用 -r 跟 -m 來做排序。
ps aux -r | head -n 10
ps aux -m | head -n 10
沒有留言:
張貼留言