Bashtop tool monitoring powerful in Linux
Bashtop tool monitoring powerful in Linux
The Bashtop is a terminal-based resource monitoring utility in Linux. It’s a nifty command-line tool that intuitively displays statistics for your CPU, memory, running processes, and bandwidth to mention just a few. It's a good tool I have used.
How to install bashtop in ubuntu?
Yep, You can install bash top with some command:
sudo add-apt-repository ppa:bashtop-monitor/bashtop
sudo apt update
sudo apt install bashtop
Thanks.
Post a Comment