[rrd-users] Holt winters

Darryl Lewis Lewis.Darryl at abc.net.au
Mon Dec 18 07:13:08 MET 2006


I'm trying to figure out how H-W forecasting works in rrdt. I changed a little simulation program that makes an rrd and graphs it in realtime, which I'm using to play with the variables and to experiment.

I've got the following:

DAY=1
GENERATIONS=60
PERIOD=$(($DAY * $GENERATIONS))

rrdtool create sim.rrd --start 'N' --step $DAY \
        DS:sim:ABSOLUTE:$DAY:0:U \
        DS:unk:ABSOLUTE:$DAY:0:U \
        RRA:AVERAGE:0.1:1:$GENERATIONS \
        RRA:HWPREDICT:$GENERATIONS:0.5:0.5:$GENERATIONS


I get the following:
ERROR: can't parse argument 'RRA:HWPREDICT:60:0.5:0.5:60'
Any ideas?


Also, the rrd help pages don't show how to graph it...

    rrdtool graph tmpgraph.gif --start -$PERIOD \
        DEF:vsim=sim.rrd:sim:AVERAGE \
        DEF:vunk=sim.rrd:unk:AVERAGE \
        CDEF:real=vsim,$DAY,* \
        CDEF:unrl=vunk,$DAY,* \
        AREA:real#FF0000:"Number of spam messages" \
        STACK:unrl#0000FF:"Number of false negatives"

Any ideas what I need to add to get it to graph?


Darryl.

==============================================================================
The information contained in this email and any attachment is confidential and
may contain legally privileged or copyright material.   It is intended only for
the use of the addressee(s).  If you are not the intended recipient of this
email, you are not permitted to disseminate, distribute or copy this email or
any attachments.  If you have received this message in error, please notify the
sender immediately and delete this email from your system.  The ABC does not
represent or warrant that this transmission is secure or virus free.   Before
opening any attachment you should check for viruses.  The ABC's liability is
limited to resupplying any email and attachments
==============================================================================

--
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://lists.ee.ethz.ch/rrd-users
WebAdmin    http://lists.ee.ethz.ch/lsg2.cgi



More information about the rrd-users mailing list