You can try slurm. It is an easy to use network load monitor. It will work over ssh session and can be easily installed under Debian or Ubuntu Linux operating systems. It can visualizes network interface traffic using ascii graph.
Installation
Type the following command:
$ sudo apt-get install slurm
Sample outputs:
Reading package lists... Done Building dependency tree Reading state information... Done The following NEW packages will be installed: slurm 0 upgraded, 1 newly installed, 0 to remove and 11 not upgraded. Need to get 0 B/24.0 kB of archives. After this operation, 123 kB of additional disk space will be used. Selecting previously deselected package slurm. (Reading database ... 280982 files and directories currently installed.) Unpacking slurm (from .../slurm_0.3.3-2_amd64.deb) ... Processing triggers for man-db ... Setting up slurm (0.3.3-2) ...
How do I used slurm?
The syntax is:
slurm -i ethX slurm [options] -i ethX
The -i option selects interface to monitor:
slurm -i eth0
Sample outputs:
To start slurm with classic/combined graph pass the -c option:
slurm -i eth0 -cTo start start slurm in split graph mode pass the -s option:
slurm -i eth0 -sTo start start slurm in large split graph mode pass the -l option:
slurm -l eth0 -cKeyboard shortcut code
From the man page
slurm supports several different keys for interaction:
c switch to classic mode
s switch to split graph mode
l switch to large graph mode
L enable TX/RX led
m switch between classic, split and large view
z zero counters
r redraw screen
q quit slurm
Check out related media
This tutorial is also available in a quick video format:
(Video 01: Debian / Ubuntu Linux: Monitor Network Traffic Load Over SSH Session With Slurm )
You should follow me on twitter here or grab rss feed to keep track of new changes.
Featured Articles:
- 30 Handy Bash Shell Aliases For Linux / Unix / Mac OS X
- Top 30 Nmap Command Examples For Sys/Network Admins
- 25 PHP Security Best Practices For Sys Admins
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- Linux: 20 Iptables Examples For New SysAdmins
- Top 20 OpenSSH Server Best Security Practices
- Top 20 Nginx WebServer Best Security Practices
- 20 Examples: Make Sure Unix / Linux Configuration Files Are Free From Syntax Errors
- 15 Greatest Open Source Terminal Applications Of 2012

- My 10 UNIX Command Line Mistakes
- Top 10 Open Source Web-Based Project Management Software
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- The Novice Guide To Buying A Linux Laptop













{ 2 comments… read them below or add one }
This is great! Anything similar for monitoring sensor temps?
sudo apt-get install sensors-lm