Hello Willard, > I don't think that I am hitting the same problem because this happens > without rebooting. I am just starting the processes manually at the > moment, and the clock is never being shifted ahead by years. It also > appears that the data is being collected without any problem, just > generating the graph is slow.
Only generating the graph, or actually recording a data sample into RRD? You may want to take a look at the RRD start date specified when you are creating it. If you don't specify it, see what the default is. I've run into something like that - when the start date is long way into the past, RRD (being a FIFO with preset capacity) shifts all previous values (being U) out, and the implementation of that is not skipping, but sequential - which causes it to be extremely slow. > Willard --vt ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Owfs-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/owfs-developers
