"Fossies" - the Fresh Open Source Software Archive

Member "opennms-31.0.8/opennms-rrd/utilities/README.rrd2csv" (9 May 2023, 436 Bytes) of package /linux/misc/opennms-31.0.8-source.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    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.