{ "info": { "author": "Steve Ivy", "author_email": "steveivy@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: BSD License" ], "description": "Introduction\n------------\n\n**pystatsd** is a client and server implementation of Etsy's brilliant statsd\nserver, a front end/proxy for the Graphite stats collection and graphing server.\n\n* Graphite\n - http://graphite.wikidot.com\n* Statsd\n - code: https://github.com/etsy/statsd\n - blog post: http://codeascraft.etsy.com/2011/02/15/measure-anything-measure-everything/\n\n**pystatsd** has [been tested on](http://travis-ci.org/sivy/py-statsd) python 2.5, 2.6, and 2.7.\n\nStatus\n-------------\n\nReviewing and merging pull requests, bringing stuff up to date, now with tests!\n\n[![Build Status](https://secure.travis-ci.org/sivy/py-statsd.png?branch=master)](http://travis-ci.org/sivy/py-statsd)\n\n\n\nUsage\n-------------\n\nSee statsd_test for sample usage:\n\n from pystatsd import Client, Server\n\n srvr = Server(debug=True)\n srvr.serve()\n\n sc = Client('example.org',8125)\n\n sc.timing('python_test.time',500)\n sc.increment('python_test.inc_int')\n sc.decrement('python_test.decr_int')\n sc.gauge('python_test.gauge', 42)\n\n\nBuilding a Debian Package\n-------------\n\nTo build a debian package, run `dpkg-buildpackage -rfakeroot`\n\nUpstart init Script\n-------------\nUpstart is the daemon management system for Ubuntu.\n\nA basic upstart script has been included for the pystatsd server. It's located\nunder init/, and will be installed to /usr/share/doc if you build/install a\n.deb file. The upstart script should be copied to /etc/init/pystatsd.conf and\nwill read configuration variables from /etc/default/pystatsd. By default the\npystatsd daemon runs as user 'nobody' which is a good thing from a security\nperspective.\n\nTroubleshooting\n-------------\n\nYou can see the raw values received by pystatsd by packet sniffing:\n\n $ sudo ngrep -qd any . udp dst port 8125\n\nYou can see the raw values dispatched to carbon by packet sniffing:\n\n $ sudo ngrep -qd any stats tcp dst port 2003\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/sivy/py-statsd", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "pystatsd-hit9", "package_url": "https://pypi.org/project/pystatsd-hit9/", "platform": "", "project_url": "https://pypi.org/project/pystatsd-hit9/", "project_urls": { "Homepage": "https://github.com/sivy/py-statsd" }, "release_url": "https://pypi.org/project/pystatsd-hit9/0.1.10/", "requires_dist": null, "requires_python": "", "summary": "pystatsd is a client for Etsy's statsd server, a front end/proxy for the Graphite stats collection and graphing server.", "version": "0.1.10" }, "last_serial": 2483621, "releases": { "0.1.10": [ { "comment_text": "", "digests": { "md5": "a673337f75b286874b9a95c0f2b1faf2", "sha256": "4c8abe49d2f25c9434fcdad00c12e8dfc8927d156adfa75435fced487c86256f" }, "downloads": -1, "filename": "pystatsd-hit9-0.1.10.tar.gz", "has_sig": false, "md5_digest": "a673337f75b286874b9a95c0f2b1faf2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12104, "upload_time": "2016-11-26T05:20:06", "url": "https://files.pythonhosted.org/packages/bf/6d/b9377cd360d3c46455bc7a0c337dbd8dc733916a71a3b795c0440f487b29/pystatsd-hit9-0.1.10.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a673337f75b286874b9a95c0f2b1faf2", "sha256": "4c8abe49d2f25c9434fcdad00c12e8dfc8927d156adfa75435fced487c86256f" }, "downloads": -1, "filename": "pystatsd-hit9-0.1.10.tar.gz", "has_sig": false, "md5_digest": "a673337f75b286874b9a95c0f2b1faf2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12104, "upload_time": "2016-11-26T05:20:06", "url": "https://files.pythonhosted.org/packages/bf/6d/b9377cd360d3c46455bc7a0c337dbd8dc733916a71a3b795c0440f487b29/pystatsd-hit9-0.1.10.tar.gz" } ] }