Search code examples
pythonrrdtool

How to visualize content of RRD file


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


Solution

  • 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.