[rrd-users] update: minor changes. still no work.

Hunter Peress hunterp at fastmail.fm
Wed Nov 12 23:32:09 MET 2003


I made a small change which feels more logical, but the code is still
giving a blank graph, could it be that i need to wait for hours between
updates with the given RRA 
my code:
rrdtool create test.rrd             \
        DS:ds1:GAUGE:600:U:U  \
        DS:ds2:GAUGE:600:U:U \
        RRA:AVERAGE:0.5:1:24

rrdtool update test.rrd N:15341273:14508064

rrdtool graph speed.png                              \
      --height 800 --width 600              \
        DEF:ds1=test.rrd:ds1:AVERAGE \
        DEF:ds2=test.rrd:ds2:AVERAGE \
        LINE1:ds1#1e4477:"ds1"\
        LINE1:ds2#2f4477:"ds2"

I now changed things to be like:


        DEF:DD1=test.rrd:ds1:AVERAGE \
        DEF:DD2=test.rrd:ds2:AVERAGE \
        LINE1:DD1#1e4477:"ds1"\
        LINE1:DD2#2f4477:"ds2"

-- 
  Hunter Peress
  hunterp at fastmail.fm

--
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