13 Essential Tools for Linux System Administration
This article introduces several practical tools for Linux system administration, hoping to assist Linux administrators. 1. Monitor Process Bandwidth Usage – Nethogs Nethogs is a network traffic monitoring tool that runs in the terminal and can visually display the bandwidth used by each process. Download: http://sourceforge.net/projects/nethogs/files/nethogs/0.8/nethogs-0.8.0.tar.gz/download [root@localhost ~]# yum -y install libpcap-devel ncurses-devel [root@localhost ~]# … Read more