In a previous post I wrote a bandwidth monitory in php. It was running about 300k (on my laptop it was < 100k), and figured it was time to test out my python foo.
This version also displays a line similar to this at the top of your terminal window:
eth0:RX:600b TX:944b Av:77b eth2:RX:0b TX:0b Av:0b
Usage is simple:
$ ./bw.monitor.py & htop
Continue reading “python command line bandwidth monitor”