Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mscoutermarsh/rrd-to-csv

Perl script to convert RRD data to CSV
https://github.com/mscoutermarsh/rrd-to-csv

Last synced: 2 months ago
JSON representation

Perl script to convert RRD data to CSV

Awesome Lists containing this project

README

        

RRD-to-CSV
==========

Quick and dirty Perl scripts that I use when dealing with RRD data.

Useful if you need to get some RRD data into excel for analysis.

Must have RRDtool installed.

massRRDDump.pl
--------------
USAGE: perl massRRDDump.pl

Runs rrdtool dump on each .rrd file in the current directory.

massXMLConvert.pl
--------------
USAGE: perl massXMLConvert.pl

Uses convert.pl to convert each XML file in the current directory to .csv

convert.pl
--------------
USAGE: perl convert.pl

Grabs all of the daily average data, converts to CSV.

USAGE: perl convert.pl testinput.xml > output.csv

## Help

Tweet: [@mscccc](https://twitter.com/mscccc)