Is this correct for getting a one minute stats?

rrdtool.exe create $rrdfile --step 60 DS:in:COUNTER:600:0:$max
DS:out:COUNTER:600:0:$max
RRA:AVERAGE:0.5:1:60
RRA:AVERAGE:0.5:1:600
RRA:AVERAGE:0.5:6:700
RRA:AVERAGE:0.5:24:775
RRA:AVERAGE:0.5:288:797
RRA:MAX:0.5:1:60
RRA:MAX:0.5:1:600
RRA:MAX:0.5:6:700
RRA:MAX:0.5:24:775
RRA:MAX:0.5:288:797`;


Thanks,
David

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of PAUL WILLIAMSON
Sent: Wednesday, April 07, 2004 11:38 AM
To: [email protected]; [EMAIL PROTECTED]
Subject: [rrd-users] Re: win2k and rrd


>>> "David Puckett" <[EMAIL PROTECTED]> 04/07/04 02:23PM >>>
>Can I change the 5 min (300) to 1 min (60) and have everything still work?
>(the existing RRD files will need to be deleted?)
>
>rrdtool.exe create $rrdfile --step 300
>sleep 300;

You can change it, but without adding an adidtional RRA, it won't look
any different than if you were polling every 5 minutes.

So yes, to answer your question - it will work.  But it won't have the
intended result.

Paul


--
Unsubscribe mailto:[EMAIL PROTECTED]
Help        mailto:[EMAIL PROTECTED]
Archive     http://www.ee.ethz.ch/~slist/rrd-users
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi


--
Unsubscribe mailto:[EMAIL PROTECTED]
Help        mailto:[EMAIL PROTECTED]
Archive     http://www.ee.ethz.ch/~slist/rrd-users
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi

Reply via email to