On Thu, 2007-11-08 at 08:02 -0800, Grant wrote: > > +1 to rrdtool. At my company, we set up rrdtool to graph 100's of > > graphs per day on all sorts of data from different sources. It's very > > customisable, if you want to spend the time on it. I also found the > > creator and forum very supportive. > > Is it difficult to plug in data from sources different sources?
not at all. I sucked the data from a "proprietary" source using a perl script, and in the script I just called rrdtool to add the data sample by sample to the RRD. The only downside was that the data was in "high res" - varying sampling up to 100ms. rrdtool only handles 1s data, so I had to do some "playing" to get it to look right. Since the output was for daily / weekly / monthly overviews, the loss of precision didn't matter. HTH, -- Iain Buchanan <iaindb at netspace dot net dot au> One tree to rule them all, One tree to find them, One tree to bring them all, and to itself bind them. -- Gavin Koch <[EMAIL PROTECTED]> -- [EMAIL PROTECTED] mailing list