On Tue, Aug 11, 2009 at 09:28:50PM +0200, Arthur Meeks Meeks wrote: > Probably not, the script runs every 30 seconds and it took about a second to > generate the graph.
Are you doing updates every 30 seconds? Well, if you only have 300 second buckets, then there's no chance you'll get back the exact numbers you put in. For that to happen you'd have to update exactly on the step boundaries. A step boundary is when the timestamp is evenly divisible by the step size. -- Darren _______________________________________________ rrd-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
