On Sat, Oct 08, 2005 at 02:16:01AM +0100, Steven Hartland wrote: > As I was testing from the command line instead of within > our perl script, removing options, it corrected itself ( not due > to the command line changes or the used of the command line > not perl )
Can you do it again, but now "--end 1128732187 --start 1128645787" ? This is from the "bad" log: Looking for: start 1128645787 end 1128732187 step 172 rows 502 Considering: start 1128646200 end 1128732600 step 300 best partial so far This is from the "good" log: Looking for: start 1128647406 end 1128733806 step 172 rows 502 Considering: start 1128647400 end 1128733800 step 300 best partial so far There may be some math problem in this function; it should consider intervals that include your start and end; there are 413 seconds missing in the start in "bad" log and the end is to high. -- Alex van den Bogaerdt http://www.vandenbogaerdt.nl/rrdtool/ -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/rrd-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
