Aragon Gouveia wrote: > I'm currently using RRDtool to graph my network interfaces according to data > rate. I was wondering if it were possible to graph according to total > raffic over the interface in, say, a week? I need to know how many > megabytes of data is being transfered over the interfaces for billing > purposes. Is it possible with RRDtool? I can't figure out a way of doing it. > Any help is appreciated!
The average number of bytes per second, multiplied with the number of seconds, gives you the number of bytes... So: display exactly one week and read the average. cheers, -- __________________________________________________________________ / [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
