Adam Clark wrote: > I want to be able to gprint the total amount of traffic for that period of > the graph > interfaces are a COUNTER with AVERAGE and MAX rrd, can I use this to > calculate this?
You have a whole series of rates. All of these rates are in bytes per second. You also know the average of these rates in bytes per second. So, if you know "bytes/sec" and you know the amount of "sec" then you can multiply "bytes/sec" by "sec" to end up with "bytes". HTH -- __________________________________________________________________ / [EMAIL PROTECTED] [EMAIL PROTECTED] \ | work private | | My employer is capable of speaking therefore I speak only for myself | +----------------------------------------------------------------------+ | Technical questions sent directly to me will be nuked. Use the list. | +----------------------------------------------------------------------+ | http://faq.mrtg.org/ | | http://rrdtool.eu.org --> tutorial | +----------------------------------------------------------------------+ -- 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
