I have a rrd file that i have created using python + rrdtool lib.
How can i look at the content of this file ? is there any way other then fetching data from rrdtool API?
Is there any RRD editor ?
I have recently started using this kind of file, so i am not sure how to visualize it.
Thanks in advance for your Help. Sumit Purohit
rrdtool info <file.rrd>
will give you an overview of what is in the file and rrdtool dump <file.rrd>
will give you the whole content in xml format.