pystatsd is a client for Etsy's brilliant statsd server, a front end/proxy for the Graphite stats collection and graphing server.
Project description
Introduction
pystatsd is a client for Etsy’s brilliant statsd server, a front end/proxy for the Graphite stats collection and graphing server.
- Graphite
Usage
See statsd_test for sample usage:
from pystatsd import Client, Server
sc = Client(‘rayners.org’,8125)
sc.timing(‘python_test.time’,500) sc.increment(‘python_test.inc_int’) sc.decrement(‘python_test.decr_int’)
srvr = Server(debug=True) srvr.serve()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pystatsd-0.1.tar.gz
(3.9 kB
view hashes)