Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mscoutermarsh/rrd-to-csv
- Owner: mscoutermarsh
- Created: 2012-06-13T22:13:01.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-02T01:15:39.000Z (over 10 years ago)
- Last Synced: 2023-03-23T16:50:51.868Z (almost 2 years ago)
- Language: Perl
- Size: 284 KB
- Stars: 11
- Watchers: 1
- Forks: 4
- 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.plRuns rrdtool dump on each .rrd file in the current directory.
massXMLConvert.pl
--------------
USAGE: perl massXMLConvert.plUses convert.pl to convert each XML file in the current directory to .csv
convert.pl
--------------
USAGE: perl convert.plGrabs all of the daily average data, converts to CSV.
USAGE: perl convert.pl testinput.xml > output.csv
## Help
Tweet: [@mscccc](https://twitter.com/mscccc)