instax

Making celery monitoring easier.


License
Other
Install
pip install instax==0.1.6

Documentation

Instax

Making celery monitoring easier, using statsd.

Usage

You first need to configure the statsd client like explained in the docs : http://statsd.readthedocs.org/en/latest/configure.html#from-the-environment

Launch your celery worker with the --events argument

celery worker --events

Then run instax with the following arguments

celery events -c instax.Instax --frequency=10.0

Frequency in the number of seconds that elapse between two data gatherings.