celerymon

Real-time monitoring of Celery workers
Download

celerymon Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Ask Solem
  • Publisher web site:
  • http://search.cpan.org/~asksh/Modwheel-0.3.3/lib/Modwheel.pm

celerymon Tags


celerymon Description

Real-time monitoring of Celery workers celerymon is a real-time monitoring of Celery workers.InstallationYou can install celerymon either via the Python Package Index (PyPI) or from source.To install using pip: pip install celerymonTo install using easy_install,:easy_install celerymonDownloading and installing from sourceDownload the latest version of celerymon from http://pypi.python.org/pypi/celerymon/You can install it by doing the following,:tar xvfz celerymon-0.0.0.tar.gzcd celerymon-0.0.0python setup.py buildpython setup.py install # as rootUsing the development versionYou can clone the repository by doing the following:git clone git://github.com/ask/celerymon.gitUsageRunning the monitorStart celery with the --events option on, so celery sends events for celerymon to capture:python manage.py celeryd -ERun the monitor server:python manage.py celerymonHowever, in production you probably want to run the monitor in the background, as a daemon:python manage.py celerymon --detachFor a complete listing of the command line arguments available, with a short description, you can use the help command:python manage.py help celerymonNow you can visit the webserver celerymon starts by going to: http://localhost:8989 Requirements: · Python


celerymon Related Software