rrdtool dump - dump the contents of an RRD in human readable form
rrdtool dump filename [--full|-f]
The dump function prints the contents of an RRD in human readable form.
- filename
-
The name of the RRD you want to dump.
- --full|-f
-
By default only the headers of the RRD are printed. With this option you get the actual data as well.
Tobias Oetiker