Palmans Pepijn wrote: > with the CDEF:blah=inoctets,0,1000,LIMIT I can limit the graph to only > display the values in between 0 and 1000. The sad thing is that if the > line is rather thing (meaning just one value is high) you don't see that > it isn't there. In other words, you don't notice the peek. > > is there a way to make LIMIT still draw the value but only up to the > limited value so that you see a peek, but just not that high as it would > be otherwise ?
Something like CDEF:blah=inoctets,1000,GT,1000,inoctets,IF Then graph blah and do your calculations with inoctets (for correct averages, maxima, minima etcetera. -- __________________________________________________________________ / [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
