Monitor Network Traffic, Bandwidth Usage on CLI In Real Time with nload. nload allow system administrator to easily monitor the traffic. As we will describe the usage of nload on Single or Multiple Server for managed or unmanaged Rackspace Cloud Server, the reader need to edit the sources.list file to uncomment or check whether Universe Source is active. nload package is available on Ubuntu universe repo since Ubuntu Lucid (10.04 LTS). It has x64 package too.
Why We Will Need to Monitor Network Traffic, Bandwidth Usage on CLI In Real Time with nload?
As nload has too many package dependency, it is important to understand when we should use nload. Normally we use modern API based tools like New Relic or Rackspace has Open Source Cloud Monitoring Tool. For instant network statistics we can use ifstat or ifconfig. One can check the full official data here :
1 | https://launchpad.net/ubuntu/+source/nload |
Actually, nload has a TUI (Text Based User Interface), in strict sense; it is not a CLI Application. It monitors the in- and outgoing traffic using two graphs and provides additional info like the total amount of transferred data and min/max network usage. It displays the total amount of data that has been transferred over a network device since the last reboot, the current bandwidth usage and the minimum, maximum, and average bandwidth usage measured since it started.
---
Installing and Using nload to Monitor Network Traffic,Bandwidth Usage on CLI In Real Time
Installation, after enabling universe source is very easy :
1 2 3 4 5 6 7 8 | sudo apt-get install load nload # or nload eth0 # get manual # or nload -t 200 -s 7 -i 1024 -o 128 -U h eth0 man nload |
nload has following dependencies :
- libc6 (>= 2.4) : Embedded GNU C Library, also a virtual package provided by libc6-udeb
- libgcc1 (>= 1:4.1.1) : GCC support library
- libncurses5 (>= 5.6+20071006-3) : shared libraries for terminal handling
- libstdc++6 (>= 4.2.1) : The GNU Standard C++ Library v3
In case, you want to build nload on any unix like OS or for pure UNIX like OS X, you have to build it from source.
Tagged With nload , network bandidth windows cli , paperuri:(9fea7550cc7adf33eb3b985cc485bb93) , vyatta CLI read bandwidth eth0 , windows cli bandwith , windows network traffic cli