{ "info": { "author": "Jelle Smet", "author_email": "development@smetj.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: System Administrators", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: Implementation :: PyPy" ], "description": "=========\nBucketize\n=========\n\nWhat?\n-----\n\nA CLI tool to determine STDIN line rate at the interval of choice.\n\nInstallation\n------------\n\n.. code-block:: bash\n\n $ python setup.py install\n\n\nExamples\n--------\n\nSend to Graphite the number of close() calls a process does per 10 seconds:\n\n\n.. code-block:: bash\n\n $ strace -p 2760 -e close | bucketize --time_bucket_size 10 --output_template \"one.two.three {amount} {time}\"\n one.two.three 1 1476562447.65\n one.two.three 0 1476562457.65\n one.two.three 68 1476562467.65\n one.two.three 1 1476562477.65\n one.two.three 1 1476562487.65\n one.two.three 0 1476562497.65^C\n\n $ strace -p 2760 -e close | bucketize --time_bucket_size 10 --output_template \"one.two.three {amount} {time}\"| nc graphite-server 2003", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/smetj/bucketize/tarball/master", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/smetj/bucketize", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "bucketize", "package_url": "https://pypi.org/project/bucketize/", "platform": "Linux", "project_url": "https://pypi.org/project/bucketize/", "project_urls": { "Download": "https://github.com/smetj/bucketize/tarball/master", "Homepage": "https://github.com/smetj/bucketize" }, "release_url": "https://pypi.org/project/bucketize/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "A CLI tool to determine STDIN line rate at the interval of choice.", "version": "0.1.0" }, "last_serial": 2402197, "releases": { "0.1.0": [] }, "urls": [] }