bridgeenjoyer@sh.itjust.works to Linux@lemmy.worldEnglish · il y a 7 moisYour favorite linux "task manager"message-squaremessage-square48fedilinkarrow-up154file-text
arrow-up154message-squareYour favorite linux "task manager"bridgeenjoyer@sh.itjust.works to Linux@lemmy.worldEnglish · il y a 7 moismessage-square48fedilinkfile-text
Are we all just using htop? What are some other good ones for killing processes and seeing what’s running?
minus-squareBjörn@swg-empire.delinkfedilinkEnglisharrow-up7·il y a 7 moisI usually only use htop to monitor resource usage. I mostly kill stuff with killall or the good old ps aux | grep ... kill combo.
I usually only use
htopto monitor resource usage. I mostly kill stuff withkillallor the good oldps aux | grep ... killcombo.s/killall/pkill/