[rrd-users] Re: adding holt-winters forecasting to existing databases

Darryl Lewis Lewis.Darryl at abc.net.au
Sun Sep 10 02:51:00 MEST 2006


I'm running rrdtool-1.2.4

create users_HW.rrd --step 60 \
                         DS:users:GAUGE:600:U:U \
                         RRA:AVERAGE:0.5:1:1440 \
                         RRA:HWPREDICT:1440:0.1:0.0035:288

When I try creating a HW rrd, I'm getting the following error:

ERROR: can't parse argument 'RRA:HWPREDICT:1440:0.1:0.0035:288'

Anyone got any ideas?

-----Original Message-----
From: rrd-users-bounce at list.ee.ethz.ch
[mailto:rrd-users-bounce at list.ee.ethz.ch]On Behalf Of Praveen P
Sent: Sunday, 10 September 2006 2:36 AM
To: rrd-users at list.ee.ethz.ch
Subject: [rrd-users] Re: adding holt-winters forecasting to existing
databases


Hi,

'rrdtool fetch' would give you values in
timestamp:<value> form.

So write a small script so that, each line obtained
using 'rrdtool fetch' from the original rrd is
inserted into the new rrd using rrdtool update.

HTH,
Praveen.


--- Darryl Lewis <Lewis.Darryl at abc.net.au> wrote:

> I think I followed it all, except for step 3. How do
> I feed the data into the new database?
> Would you be able to expand that a little?
> 
> thank you 
> Darryl
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.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://lists.ee.ethz.ch/rrd-users
WebAdmin    http://lists.ee.ethz.ch/lsg2.cgi


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