[rrd-users] Again PREV problem...

Bruce Heller bheller at bheller.com
Tue Jan 14 13:00:23 MET 2003


Hello, I still have problems with the PREV function... I modified the
rrd_graph.c source thanks to the Darren Kelly's code, I re-compiled rrdtool,
but it still seems to be not working for me...

Here is the shell script I'm running :
rrdtool create connection.rrd --start 1042196400 DS:connection:GAUGE:300:U:U
RRA:AVERAGE:0.5:1:12
rrdtool update connection.rrd 1042196700:5 1042197000:5 1042197300:10
1042197600:5 1042197900:15 1042198200:10 1042198500:25 1042198800:20
1042199100:15 1042199400:15 1042199700:5 1042200000:10
rrdtool dump connection.rrd > connection.xml
rrdtool graph connection.png --start 1042196400 --end 1042200000 -w 800 -h
600 -a PNG DEF:connection=connection.rrd:connection:AVERAGE
CDEF:connection0=PREV,connection,+ LINE3:connection0#FF0000

Where is my mistake ? Thanks in advance !

A+++
Bruce
http://www.bheller.com

--
Unsubscribe mailto:rrd-users-request at list.ee.ethz.ch?subject=unsubscribe
Help        mailto:rrd-users-request at list.ee.ethz.ch?subject=help
Archive     http://www.ee.ethz.ch/~slist/rrd-users
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi



More information about the rrd-users mailing list