htop, a nice alternative to top

The Linux command “top” shows some usefull basic system information like CPU-usage, memory-usage… and running processes.

“htop” is a topping to it 🙂 It’s a quite useful cli-tool – e.g. for killing some processes 🙂

HTOP_Linux

Install htop:

  • ubuntu: apt-get install htop
  • Fedora: yum install htop