Update the system monitor with Btop

The top command is a Unix command to provide information on the system resource usage, it can be hard to read as all the text is in a single color and the layout isn’t exactly clear. A great alternative to using the standard top command is btop.

btop1.png

How to install

To install btop use the following command.

sudo apt -y install btop

To verify that btop is working run the btop command.

btop

Here is how it looks.

btop2.png