Skip to main content
  1. Posts/

Raspberr Pi: htop

·48 words·1 min

In my other posts, I forgot to mention that I use htop instead of top for viewing processes.

If you want to install run:

$ sudo apt-get install htop

and to run:

$ htop
It works nicely, it’s colored, and it’s easy to use with the arrow keys.

Htop R Pi

Related