On Mon, May 18, 2009 at 07:49, Hardik Shah <[email protected]> wrote: > Anyone knows how to fetch the data from rrds database? > > e.g. load data is stored in file “load_one.rrd”. through which command or > through which procedure I can see that data? > > (I don’t want to see at graphs)
See the main rrdtool website for more details (http://rrdtool.org/), but this will work in a pinch: rrdtool dump /path/to/file.rrd This will dump a full XML version of all of the data in the file. Alternately, you can use this: rrdtool fetch /path/to/file.rrd AVERAGE which will dump the last 24 hours of data. The time ranges can be changed, of course. See the manpage for "rrdfetch" for more details. -- Jesse Becker GPG Fingerprint -- BD00 7AA4 4483 AFCC 82D0 2720 0083 0931 9A2B 06A2 ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Ganglia-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ganglia-general

