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.

_______________________________________________
rrd-users mailing list
[email protected]
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users

Reply via email to