[rrd-users] rpn question

R Dicaire kritek at gmail.com
Sat May 10 23:53:57 CEST 2008


On Sat, May 10, 2008 at 5:39 PM, Alex van den Bogaerdt
<alex at ergens.op.het.net> wrote:
> You _are_ dividing all values above 20000 by 10.  But it seems to
> me you want to divide only the portion above 20000 by 10 and add
> this to 20000.
>
> 1:  Why ?

The rest of the data this particular graph displays doesnt vary much,
so when apache_bytes gets to a certain point, the other data isn't
very legible.

> if (x>20000) then return (x-20000)/10+20000
> else return x

Thank you, I'll try and figure this out.

-- 
aRDy Music and Rick Dicaire present:
http://www.ardynet.com
http://www.ardynet.com:9000/ardymusic.ogg.m3u



More information about the rrd-users mailing list