{ "info": { "author": "Ville Petteri Tolonen", "author_email": "petteri.tolonen@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "============\nCollectD-CSV\n============\n\nCollectD-CSV is a small project providing utilities for analyzing CollectD \nCSV data locally. \n\nCollectD_CSV module provides functions for fetching data with a specified \ntime interval and regular expressions matching the end of the path excluding\nthe datestamp. The fetched data can be saved into files or returned as an \nordered dictionary.\n\nfetchCSV.py script can be used to fetch the data matching the given parameters\nand save to files in a specified directory.\n\nmonitorCSV.py script calculates the minimum, average and maximum values of \nspecified resources on one host from the last XX minutes.\n\nTypical usage of the module looks like this::\n\n #!/usr/bin/env python\n\n import CollectD_CSV\n from collections import OrderedDict\n\n regexps = [\"myhost/load.*\", \"myotherhost/memory.*\"]\n\n #fetch the data into an ordered dictionary\n resultdirct = CollectD_CSV.fetchData(123456789, 123498765, regexps, \n \"/var/lib/collectd\", destdir=None)\n\n\nSee more information about the usage in the comments of CollectD_CSV.py.\nFor complete usage examples, see bin/fetchCSV.py and bin/monitorCSV.py.\nFor help in using the scripts use the \"-h\" command line option.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/collectd-csv", "keywords": null, "license": "FreeBSD", "maintainer": null, "maintainer_email": null, "name": "collectd-csv", "package_url": "https://pypi.org/project/collectd-csv/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/collectd-csv/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/collectd-csv" }, "release_url": "https://pypi.org/project/collectd-csv/0.6.1/", "requires_dist": null, "requires_python": null, "summary": "Fetch collectd CSV data matching the given parameters.", "version": "0.6.1" }, "last_serial": 787626, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "2bbe5db0ee6209ae7919cdfabcf2ca3b", "sha256": "915ff3c4859dbf3d0036e2b8a0974957121881ad4e3a0ad1c5b1be18e155b2fa" }, "downloads": -1, "filename": "collectd-csv-0.1.tar.gz", "has_sig": false, "md5_digest": "2bbe5db0ee6209ae7919cdfabcf2ca3b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3727, "upload_time": "2012-08-14T11:57:20", "url": "https://files.pythonhosted.org/packages/ad/09/116c5aa2f2250f51f85973c0a5be6f4b9660a2cff82aceaf625e75f183c3/collectd-csv-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "222a3f87cce474dd5804965696cf3fcd", "sha256": "762d2f1de889f7d2b17f3815a4c430370817fd019517cffec5b44bdd79f8ad88" }, "downloads": -1, "filename": "collectd-csv-0.2.tar.gz", "has_sig": false, "md5_digest": "222a3f87cce474dd5804965696cf3fcd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6521, "upload_time": "2012-08-14T12:41:30", "url": "https://files.pythonhosted.org/packages/6f/fc/31f33a932e6e2fe0ad39a580624988cb56d86b9ca9f2d6877fbdd72f221e/collectd-csv-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "b3e7d35e4506ff1444ea8f4b18d4a62b", "sha256": "d7f5d0ec7831e862a5047e2b0aed5637a3b752d41217e55854bd36b8d04bb4ed" }, "downloads": -1, "filename": "collectd-csv-0.3.tar.gz", "has_sig": false, "md5_digest": "b3e7d35e4506ff1444ea8f4b18d4a62b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6516, "upload_time": "2012-08-14T12:42:53", "url": "https://files.pythonhosted.org/packages/67/15/0b77d536465365d4d361df19c4e9c3e587e6b9450fb758273adfc93083ea/collectd-csv-0.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "c4679cac1d87bc42f6807e70cf96f052", "sha256": "1b2f2418997a8cd1855c9c00132aef915db2d823140a78b73fd07b70a2d4830f" }, "downloads": -1, "filename": "collectd-csv-0.4.tar.gz", "has_sig": false, "md5_digest": "c4679cac1d87bc42f6807e70cf96f052", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6475, "upload_time": "2012-08-14T12:52:54", "url": "https://files.pythonhosted.org/packages/4b/03/6dd077f22c0d434f46e1304d11dd5707c1f682e4246026f33d3fbc54ed87/collectd-csv-0.4.tar.gz" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "f3dddf67673c701de304e793ca3928dc", "sha256": "83a49ac6910d15aa02b68a5883b438f7abbeeb069361ba68a617ae858ba200b1" }, "downloads": -1, "filename": "collectd-csv-0.5.tar.gz", "has_sig": false, "md5_digest": "f3dddf67673c701de304e793ca3928dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7332, "upload_time": "2013-04-07T11:46:02", "url": "https://files.pythonhosted.org/packages/d0/20/a23a896cec38f5d70b1bf2a7bdcc8ffbddb3c02a67e0df688747ead28384/collectd-csv-0.5.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "428c7591e1441e0bd14345dfd7abf43b", "sha256": "d713664e1c830aa6b23a96c51ae277a3316f1c2f420aa8369396de014f8454e3" }, "downloads": -1, "filename": "collectd-csv-0.5.1.tar.gz", "has_sig": false, "md5_digest": "428c7591e1441e0bd14345dfd7abf43b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7372, "upload_time": "2013-04-07T12:35:14", "url": "https://files.pythonhosted.org/packages/dc/ef/f8fadc75772ccd4f8f0141875d3766d4511f6b03c98d3fb5e5b71072d4b5/collectd-csv-0.5.1.tar.gz" } ], "0.5.2": [ { "comment_text": "", "digests": { "md5": "4fb73009ddde45e06df74e27ac60b168", "sha256": "9fb6af526b7023c03a712fb7b5212a0a9f3d0610398725858f5d619b46f488d6" }, "downloads": -1, "filename": "collectd-csv-0.5.2.tar.gz", "has_sig": false, "md5_digest": "4fb73009ddde45e06df74e27ac60b168", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7366, "upload_time": "2013-04-07T12:55:09", "url": "https://files.pythonhosted.org/packages/f3/80/569335390c1efce0618f681e73150faf706b47f32698eaa1652608ac6e2b/collectd-csv-0.5.2.tar.gz" } ], "0.6": [ { "comment_text": "", "digests": { "md5": "d2be4248a467fe4350ea77c3453c7be9", "sha256": "b96e2132a3946876e605bab966b0f83ae09c5818ad51c14b6a0ef88a2e238403" }, "downloads": -1, "filename": "collectd-csv-0.6.tar.gz", "has_sig": false, "md5_digest": "d2be4248a467fe4350ea77c3453c7be9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7365, "upload_time": "2013-04-07T12:58:18", "url": "https://files.pythonhosted.org/packages/58/92/2d6f74acc8663d2b5a05c4285a2348e7ecd10bf25eaed938dcd3be8ed605/collectd-csv-0.6.tar.gz" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "41e64d1e3e2e943c58a79516c661d9eb", "sha256": "12e5169881401fabb6b7d640ff2e94d0ec8f905da112bfa2b72207b29c1316e0" }, "downloads": -1, "filename": "collectd-csv-0.6.1.tar.gz", "has_sig": false, "md5_digest": "41e64d1e3e2e943c58a79516c661d9eb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7281, "upload_time": "2013-05-19T21:00:42", "url": "https://files.pythonhosted.org/packages/37/33/274109108542b7687ffc3a5c7b63090ee032e88f4b17dfca080fb1d30b88/collectd-csv-0.6.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "41e64d1e3e2e943c58a79516c661d9eb", "sha256": "12e5169881401fabb6b7d640ff2e94d0ec8f905da112bfa2b72207b29c1316e0" }, "downloads": -1, "filename": "collectd-csv-0.6.1.tar.gz", "has_sig": false, "md5_digest": "41e64d1e3e2e943c58a79516c661d9eb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7281, "upload_time": "2013-05-19T21:00:42", "url": "https://files.pythonhosted.org/packages/37/33/274109108542b7687ffc3a5c7b63090ee032e88f4b17dfca080fb1d30b88/collectd-csv-0.6.1.tar.gz" } ] }