Hi, On Tuesday 19 August 2003 12:34, you wrote: > Hi All > I´m trying to graph total traffic sended and recived for my router with > rrdtool. I know graph the rate bit/sec, but I don´t know how can I graph > the total amount of bits sended or recived in a day, hour, month, etc. > > Someone can give me an idea?
You could try to create a graph, with a resolution of one hour. With the AVERAGE function you will get the average of that hour, in seconds. Yust multiply it with 3600 and you have (approx.) the total ammount of network traffic in that hour. Same thing can be done for days, weeks months etc. -kees > > Thank you. > > Bye. > > -- > Unsubscribe mailto:[EMAIL PROTECTED] > Help mailto:[EMAIL PROTECTED] > Archive http://www.ee.ethz.ch/~slist/rrd-users > WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
