현재의 mem/cpu 사용률이 높은 프로그램 Top 10을 보여줍니다.

ps -eo comm,pmem,pcpu --sort=-%mem | head -n 11

[ 실행 예시 화면 ]

COMMAND         %MEM %CPU
firefox          8.7 23.3
Web Content      3.3  7.0
gnome-shell      3.2  6.0
Web Content      2.2  0.7
Privileged Cont  1.8  0.7
WebExtensions    1.4  0.2
Web Content      1.0  0.7
snap-store       1.0  0.3
fwupd            0.9  0.0
Xorg             0.8  5.4

+ Recent posts