Use Slurm to watch your bandwith via the command line.

Jan 05

Knowing “how busy” your network card is on your Linux system can be very handy in a variety of occasions. You might want to see whats holding up traffic if you use your Linux box as a router, You might want to check how fast that download is going on your torrent machine, you might want to see the top speed you can get out of your workstation. In any case : Getting a quick and comprehensible readout of how many bits you are spewing is not always easy, especially if you are connecting via the command line.

xINK4

Enter “Slurm” an app that does one thing and does it well. It gives you a graphical overview on how fast your system is up – and downloading data. This information is specified into your ‘real time data usage’, your average data usage, your amount of data received and transmitted. It also comes with a cool graph that, on a glance, gives you an idea on how busy your pipe is. 

Slurm is easy to use ( and does not have a ton of command line switches) an can be run on different network cards at the same time. This is very handy if you ever want to see how fast your home-built router is blasting bits on both interfaces.  Slurm is available by installing it from the command line on any ubuntu/debian based system via  sudo apt-get install slurm . You can use Slurm by hitting slurm -i eth0  (eth0 or 1 being the name of the network card you want to monitor.)

 

Related Posts