Matus Telgarsky wrote: > slightly newer; this one uses gprint to show averages: > http://ultrasoul.com/~matusa/damnit.png
The average shown is 3.480605e+05bps; this is 348060.5 which is well within the limits. It seems to me that the image doesn't match the numbers. Before we go any further I want you to make sure you don't: 1) add up ifInOctets and ifOutOctets and compare that to 1.544 Mbps 2) multiply by 8 a second time when you do the graph stuff Both are wrong obviously, it is easy to make mistakes :) Life seems more simple if you use a more common format for GPRINT; may I suggest using "%6.2lf %Sbps" at least while troubleshooting ? You should also print the MAX values (at least during this period). 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
