https://github.com/mscoutermarsh/rrd-to-csv
Perl script to convert RRD data to CSV
https://github.com/mscoutermarsh/rrd-to-csv
Last synced: 8 months ago
JSON representation
Perl script to convert RRD data to CSV
- Host: GitHub
- URL: https://github.com/mscoutermarsh/rrd-to-csv
- Owner: mscoutermarsh
- Created: 2012-06-13T22:13:01.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2014-06-02T01:15:39.000Z (about 12 years ago)
- Last Synced: 2025-10-07T02:04:47.341Z (8 months ago)
- Language: Perl
- Size: 284 KB
- Stars: 11
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)