Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install statsd

How to install statsd

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install statsd
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
2.0.2
2.0.3Never BuiltWhy not?
2.0.2 Available View build log
0.5.1 Available View build log
0.3.0 Available View build log
0.2.0 Available View build log
0.1.1 Available View build log
Windows (64-bit)
2.0.2
2.0.3Never BuiltWhy not?
2.0.2 Available View build log
0.5.1 Available View build log
0.3.0 Available View build log
0.2.0 Available View build log
0.1.1 Available View build log
Mac OS X (10.5+)
2.0.2
2.0.3Never BuiltWhy not?
2.0.2 Available View build log
0.5.1 Available View build log
0.3.0 Available View build log
0.2.0 Available View build log
0.1.1 Available View build log
Linux (32-bit)
2.0.2
2.0.3Never BuiltWhy not?
2.0.2 Available View build log
0.5.1 Available View build log
0.3.0 Available View build log
0.2.0 Available View build log
0.1.1 Available View build log
Linux (64-bit)
2.0.3 Available View build log
2.0.2 Available View build log
1.0.0 Available View build log
0.5.1 Available View build log
0.3.0 Available View build log
0.2.0 Available View build log
0.1.1 Available View build log
2.0.3 Available View build log
2.0.2 Available View build log
1.0.0 Available View build log
 
Author
License
MIT
Imports
Lastest release
version 2.0.3 on Sep 20th, 2013
Travis-CI build status

statsd is a friendly front-end to Graphite. This is a Python client for the statsd daemon.

Quickly, to use:

>>> import statsd
>>> c = statsd.StatsClient('localhost', 8125)
>>> c.incr('foo')  # Increment the 'foo' counter.
>>> c.timing('stats.timed', 320)  # Record a 320ms 'stats.timed'.

You can also add a prefix to all your stats:

>>> import statsd
>>> c = statsd.StatsClient('localhost', 8125, prefix='foo')
>>> c.incr('bar')  # Will be 'foo.bar' in statsd/graphite.

Installing

The easiest way to install statsd is with pip!

You can install from PyPI:

$ pip install statsd

Or GitHub:

$ pip install -e git+https://github.com/jsocol/pystatsd#egg=statsd

Or from source:

$ git clone https://github.com/jsocol/pystatsd
$ cd statsd
$ python setup.py install

Docs

There are lots of docs in the docs/ directory and on ReadTheDocs.

Subscribe to package updates

Last updated Sep 20th, 2013

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.