1 This is a simple tool to create CSV files from RRD archives. 2 3 Note that it requires that rrdtool be in your path, and that 4 you have the XML::SAX module installed, as well as 5 Text::CSV_XS (preferred) or Text::CSV_PP. 6 7 Usage: 8 9 ./rrd2csv <rrd_file> [output_file] 10 11 If the output file is not specified, it will write to the 12 console. 13 14 If you give the output file the extension ".xls" you will be 15 able to automatically import it into Excel.