I will begin by saying my math is terrible - this might be right. Here is two runs:
what I put in: 4297607 || 3460967 What I get: 4.0777821933e+06 || 3.3850085800e+06 Is this right? my rrd declarations look like: rrdtool create $rrd_dir/in_out_in_test.rrd --start `date -v0H -v0M -v0S "+%s"` DS:in_out_in:GAUGE:600:U:U RRA:LAST:0.5:1:105120 rrdtool create $rrd_dir/in_out_out_test.rrd --start `date -v0H -v0M -v0S "+%s"` DS:in_out_out:GAUGE:600:U:U RRA:LAST:0.5:1:105120 I have tried absolute .. average as well and I get the same numbers. rrdtool version is 1.2.26 Thanks. _______________________________________________ rrd-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
