You might just want to start with the rrdtool documentation... (RTFM) Just a thought...
http://oss.oetiker.ch/rrdtool/ Here's a hint anyway, though: Rrdtool makes it's own database. You need to get your data into the rrdtool database (they're .rrd files). If you want to see a good example of using rrdtool databases and generating graphs, download temploggerd and give it a try. Temploggerd is pretty straightforward, and is downloadable from the owfs sourceforge. It auto-generates web pages for you, too. They're not real pretty, but it works. The source code to rrdtool implements the graphing for you from the rrdtool databases. If you really want to generate your own graphs from your mysql database, you can but/paste from the rrdtool sources and have it pull data from your database instead of theirs. You will probably need a bunch of other libraries that you don't already have, such as libgd, libpng, and libart_lgpl. Rrdtool depends on these. -Vince > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:owfs- > [EMAIL PROTECTED] On Behalf Of Wizard > Sent: Saturday, June 03, 2006 9:12 PM > To: [email protected] > Subject: [Owfs-developers] RRdtool > > Hey guys how do implement graphs i have all my data from owfs going to > mysql data file how so i implement rrdtool to make graphs with the data > collected. > > > Thanks... > > > > Mike > > > _______________________________________________ > Owfs-developers mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/owfs-developers _______________________________________________ Owfs-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/owfs-developers
