With this manual you can keep track of the active data traffic of your Linux server/machine in a visual way. Some tools keep track of data traffic per process, so you can easily see which protocol is using excessive data traffic. 1. NLOAD Nload is a command-line tool that allows you to keep track of incoming and outgoing traffic. A simple graph is compiled with which you can see in an overview how much traffic goes in and out of the machine.
<>Pre nload
</pre>
<img style=”vertical-align: middle;” src=”http://www.binarytides.com/blog/wp-content/uploads/2014/03/nload.png” alt=”” width=”640″ height=”480″ />
Nload is now on Fedore and Ubuntu. CentOS and Debian users will need to set up Nload first.
<pre># fedora or centos $ yum install nload -y # ubuntu/debian $ sudo apt-get install nload</pre
>
Text