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 and server implementation of 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(‘example.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.2.tar.gz
(4.0 kB
view details)
File details
Details for the file pystatsd-0.1.2.tar.gz.
File metadata
- Download URL: pystatsd-0.1.2.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7036fae31e5b8496fe0e07255cf7b7119beb43bd729d7c3ac473b6ae6fd29cbc
|
|
| MD5 |
6cb89f14ce7fed26bbc6323cdaf7032f
|
|
| BLAKE2b-256 |
a8e566d122ece1aee392cb6fd3761112fe8be283eb7402177536c348ee859151
|