Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.09 KB

README.rst

File metadata and controls

33 lines (22 loc) · 1.09 KB

HotWatch

Info:HotWatch is a command line utility for monitoring the status of HotQueue queue instances.
Author: Richard Henry (http://github.com/richardhenry)

About HotWatch

HotWatch is a command line utility for monitoring the status of HotQueue queue instances.

Use it like this:

$ hotwatch otherqueue myqueue thisqueue
otherqueue: 1182 items
myqueue: 0 items
thisqueue: 33181 items

For help, use hotwatch --help.

HTTP interface and other output formats are coming soon.

To install it, run:

pip install -U hotwatch

The source code is available on GitHub.

To get help with HotQueue or HotWatch, use the HotQueue Users mailing list.

Contributing

The source is available on GitHub. To contribute to the project, fork it on GitHub and send a pull request, all contributions and suggestions are welcome.