Skip to main content

Fetch collectd CSV data matching the given parameters.

Project description

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 excluding the datestamp. The fetched data can be saved into files or returned as an ordered dictionary.

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, average and maximum values of specified resources on one host from the last XX minutes.

Typical usage of the module looks like this:

#!/usr/bin/env python

import CollectD_CSV
from collections import OrderedDict

regexps = ["myhost/load.*", "myotherhost/memory.*"]

#fetch the data into an ordered dictionary
resultdirct = CollectD_CSV.fetchData(123456789, 123498765, regexps,
                                     "/var/lib/collectd", destdir=None)

See more information about the usage in the comments of CollectD_CSV.py. For complete usage examples, see bin/fetchCSV.py and bin/monitorCSV.py. For help in using the scripts use the “-h” command line option.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

collectd-csv-0.6.1.tar.gz (7.3 kB view details)

Uploaded Source

File details

Details for the file collectd-csv-0.6.1.tar.gz.

File metadata

  • Download URL: collectd-csv-0.6.1.tar.gz
  • Upload date:
  • Size: 7.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for collectd-csv-0.6.1.tar.gz
Algorithm Hash digest
SHA256 12e5169881401fabb6b7d640ff2e94d0ec8f905da112bfa2b72207b29c1316e0
MD5 41e64d1e3e2e943c58a79516c661d9eb
BLAKE2b-256 3733274109108542b7687ffc3a5c7b63090ee032e88f4b17dfca080fb1d30b88

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page