Damus
Jay · 7w
It's called System Monitor.
AU9913 · 7w
Htop? Pull up duck.ai and ask questions for speed
Yet another robot · 7w
Try btop. apt install btop. If you run it with sudo you can kill processes that are misbehaving
Cykros · 7w
`htop` is a popular command line tool for it in an interactive way. You may need to install it. `ps` is the more standard tool for listing processes in a non interactive way. See `man ps` for usage. `kill` is the command to stop processes. There may be something graphical these days but why?