[rrd-users] Re: Holt winters

Darryl Lewis Lewis.Darryl at abc.net.au
Tue Dec 19 00:58:46 MET 2006


Being that no one has answered, I can only conclude that either no-one has managed to get HW working, or that it is broken.

which is it?
-----Original Message-----
From: rrd-users-bounce at list.ee.ethz.ch
[mailto:rrd-users-bounce at list.ee.ethz.ch]On Behalf Of Darryl Lewis
Sent: Monday, 18 December 2006 5:13 PM
To: rrd-users at list.ee.ethz.ch
Subject: [rrd-users] Holt winters


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

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