[rrd-users] Strage values in RRD

Sven Schmidt sven at root2.schroederhost.de
Mon Feb 25 11:24:26 CET 2008


Tobias Oetiker schrieb:
> try
>
> http://oss.oetiker.ch/rrdtool-trac/wiki/RrdFaq
>
>
> Today Marc Powell wrote:
>   
>

It says:"If you want to get out exactly what you put in, you have to 
make sure that you provide your input exactly at the step boundaries"

My RRD:
rrdtool create spam-m.rrd --step 60 --start now \
 DS:relay:GAUGE:62:0:U \
 DS:blacklist:GAUGE:62:0:U \
 DS:hosts:GAUGE:62:0:U \
 DS:user:GAUGE:62:0:U \
 DS:sender:GAUGE:62:0:U \
 RRA:AVERAGE:0.5:1:60 \
 RRA:AVERAGE:0.5:60:1440 \
 RRA:MAX:0.5:1:60 \
 RRA:MAX:0.5:60:1440 \

I am putting every minute data in it.



More information about the rrd-users mailing list