@zShxck@lemmy.ml to Linux@lemmy.ml • 1 year agoI'm ditching htop for btop, look how cool it islemmy.mlimagemessage-square123fedilinkarrow-up1503arrow-down112
arrow-up1491arrow-down1imageI'm ditching htop for btop, look how cool it islemmy.ml@zShxck@lemmy.ml to Linux@lemmy.ml • 1 year agomessage-square123fedilink
minus-square@pokexpert30@lemmy.pussthecat.orglinkfedilink15•1 year agoTeach me how to know which process is hogging my memory or CPU, in less than 5 steps without htop?
minus-squareWuTang linkfedilinkEnglish-1•1 year agodo you experience that often ? anyway, the plain, basic ‘top’ command can provide it to you. There’s literally a column %CPU and %MEM
minus-square@bizdelnick@lemmy.mllinkfedilink2•1 year agoThis. Type f, select %MEM, then type s and q.
Teach me how to know which process is hogging my memory or CPU, in less than 5 steps without htop?
do you experience that often ? anyway, the plain, basic ‘top’ command can provide it to you. There’s literally a column %CPU and %MEM
This. Type
f
, select%MEM
, then types
andq
.