LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Tool or script to measure bandwdith (https://www.linuxquestions.org/questions/linux-software-2/tool-or-script-to-measure-bandwdith-547756/)

koolkicks311 04-20-2007 10:45 PM

Tool or script to measure bandwdith
 
MRTG outputs the value in premade HTML file, is there another tool available to measure bandwidth (how much traffic is being used mbit/s) but outputs the data to a file?

wjevans_7d1@yahoo.co 04-20-2007 11:28 PM

You could do this once per second:

Code:

/sbin/ifconfig eth0
and output the results to a file, and munge the file.


All times are GMT -5. The time now is 03:38 PM.