On Fri, Jul 11, 2003 at 01:40:57PM -0500, José A. Calderón C. wrote: > I switched successfully to rrd-tool. I am using routers2.cgi to visualize > the pages, and want the average of bandwidth only for 14 hours a day, it > mean from 06h00 to 20h00. Anyone can help me ??? > How can I do that??? > I want to do this because the traffic in the night is 0 and this affect the > total average of the bandwidth used.
Write your own grapher script (replacement for routers2.cgi) and use a CDEF to set the values to UNKNOWN during those undesired time range. AFAIK rrdtool won't use the unknown intervals for average computation. Read the rrd-users archive, the tutorial, the faq and many more resources on the internet (e.g. try google) for more help on CDEF. HTH Alex -- Unsubscribe mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/mrtg FAQ http://faq.mrtg.org Homepage http://www.mrtg.org WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
