>On Fri, 09 Jan 2009 19:21:16 +1300, Peter M wrote:
> Any good programs to monitor RX/TX Traffic
>
>
> Thanks
If linux based.....
sudo apt-get install vnstat
then
ifconfig
note active eth e.g eth0, eth1 etc
then
vnstat -u -i eth0 (assuming eth0 active) (most likely need to be root)
then for hourly transfer amount (all on one line)
xterm -bg white -fg black -font -*-fixed-medium-r-*-*-32-*-*-*-*-*-
iso8859-* -T "vnstat hourly" -hold -e vnstat -h
or daily transfer amount (all on one line)
xterm -bg white -fg black -font -*-fixed-medium-r-*-*-18-*-*-*-*-*-
iso8859-* -T "vnstat daily" -hold -e vnstat
Can do weekly and monthly as well.
Adjust above commands to adjust font size (i.e change 18 or 32)
man vnstat for more info
or
http://humdi.net/vnstat/
Regards
Lodi