py-collectd-csv
A python module and scripts for fetching specific CollectD CSV data.
CollectD-CSV is a small project providing utilities for analyzing CollectD CSV data locally. CollectD_CSV module provides functions for fetching data with a specified time interval and regular expressions matching the end of the path without the datestamp. The fetched data can be saved into files or returned as a list.
fetchCSV.py script can be used to fetch the data matching the given parameters and save to files in a specified directory.
monitorCSV.py script calculates the minimum...