Bandwidth Monitoring in Linux
June 15th, 2009
Comments Off
I travel to frequently and as such need to be able to keep an eye on my servers. I use SSH extensively for this purpose. I’ve been looking for some tools to keep track of bandwidth usage using the command line for a while and recently found some that do exactly what I want.
I found a list that introduced me to a bunch of different tools. Two of my favorites are bmon and bwm-ng. Both of these command line tools can be installed in Ubuntu by using apt-get. technical