Damus
Jay · 35w
It's called System Monitor.
Yet another robot · 35w
Try btop. apt install btop. If you run it with sudo you can kill processes that are misbehaving
Scurvydog · 35w
Most likely. Ubuntu has one.
Cykros · 35w
`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?