This is a discussion on [rrd-users] logarithm and negative values within the RRD Users forums, part of the Networking and Network Related category; Hi folks, in playing with the logarithm option for graphing, I notice all my 'outbound' values (CDEF'd as b=...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi folks, in playing with the logarithm option for graphing, I notice
all my 'outbound' values (CDEF'd as b=a,-1,*) dont appear at all when using -o arg to rrdtool graph. Have I missed something here? -- aRDy Music and Rick Dicaire present: http://www.ardynet.com http://www.ardynet.com:9000/ardymusic.ogg.m3u _______________________________________________ rrd-users mailing list rrd-users@lists.oetiker.ch https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users |
|
|||
|
Hi,
R Dicaire wrote: > Hi folks, in playing with the logarithm option for graphing, I notice > all my 'outbound' values (CDEF'd as b=a,-1,*) dont appear at all when > using -o arg to rrdtool graph. Have I missed something here? > without looking too much: Usually negative values and logarithms don't go together well. If you still want them (mirrored) you should use the absolute value. http://en.wikipedia.org/wiki/Logarithm HTH Carsten _______________________________________________ rrd-users mailing list rrd-users@lists.oetiker.ch https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users |