The only problem with your RRAs vs. what I want to do, is that
aver 2 days you lose your 5 minute resolution.  I want to 
keep my 5 minute resolution for a full year so I can 
compare this month last year to this year and have a more
accurate comparison.  So, in my case, my create is correct
and your's would be wrong.  It all comes down to how
you want to store and analyze your data.  The only reason
I have the lower resolution RRAs is for the daily limits
for graphing the extremes.

On Sat, Aug 11, 2001 at 02:09:28PM +1000, George Dau wrote:
> 
> Your create is wrong. Use something more along the lines of:
> 
> rrdtool create /rrd/environ/mobile.rrd -b 984098279 \
> DS:temp:GAUGE:600:5:110 \
> RRA:MAX:0.99:1:600 \
> RRA:MIN:0.99:1:600 \
> RRA:AVERAGE:0.99:1:600 \
> RRA:MAX:0.99:6:700 \
> RRA:MIN:0.99:6:700 \
> RRA:AVERAGE:0.99:6:700 \
> RRA:MAX:0.99:24:775 \
> RRA:MIN:0.99:24:775 \
> RRA:AVERAGE:0.99:24:775 \
> RRA:MAX:0.99:288:797 \
> RRA:MIN:0.99:288:797 \
> RRA:AVERAGE:0.99:288:797
> 
> -----Original Message-----
> From: Michael Smith [mailto:[EMAIL PROTECTED]
> Sent: Saturday, 11 August 2001 9:32 AM
> To: [email protected]
> Subject: [rrd-users] RRA and graph question
> 
> 
> 
> I want to start collecting weather data, i.e. temperature and
> had a question about creating my rrd file and graphing it.
> I would like to store 5 minute samples of the temperature as well
> as the daily temp min/avg/max.  Here is where the question comes in.
> I would like to store them all in one logical rrd file using something
> like...
> 
> rrdtool create temp.rrd -s300 DS:temperature:GAUGE:600:0:120
>     RRA:AVERAGE:.5:1:210816 RRA:MIN:.5:288:731 RRA:MAX:.5:288:731
>     RRA:AVERAGE:.5:288:731

[SNIP]

-- 
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+
| Michael Smith <[EMAIL PROTECTED]>  |        Voice - 512-427-1650     |
| Senior Systems Engineer           |        Fax   - 512-427-1660     |
| Texas.Net                         |                                 |
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+
|                         www.texas.net----The ISP                    |
|                   www.giganews.com----The News Source               |
|                    <<<<<<<<We're Texas.Net!>>>>>>>>                 |
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+

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