Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cyberdelia/instax
Monitoring celery with statsd
https://github.com/cyberdelia/instax
Last synced: 29 days ago
JSON representation
Monitoring celery with statsd
- Host: GitHub
- URL: https://github.com/cyberdelia/instax
- Owner: cyberdelia
- License: mit
- Created: 2012-08-20T18:05:04.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-09-24T10:03:11.000Z (about 12 years ago)
- Last Synced: 2024-09-14T04:18:14.303Z (2 months ago)
- Language: Python
- Homepage: https://github.com/cyberdelia/instax
- Size: 129 KB
- Stars: 12
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
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-environmentLaunch 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.