btop++ or simply btop is another system monitor via terminal. Similar to some others that we have already published like: gotop, the difference is that it is written in C++, that is, has better performance.
To install you will need a compiler for C++, for example g++:
Then, just clone and compile Makefile:
Once installed to open btop++, just run:
By pressing ESC
you can choose between Options, Help or exit the program: Quit .
See the screenshots below:
When used in TTY:
Main menu:
Help menu:
For more information see the official repository: