Top command for beanstalkd
=======
Installation: $ sudo python setup.py install
Usage: $ beantop -h <host> -p <port>
Beantop installer uses python setuptools and will give you an error if missing: "ImportError: No module named setuptools"
Install setuptools with: sudo apt-get install python-setuptools
Inspired in very useful command tools like htop and innotop, I decided a good top command for beanstalkd could be very useful. Right now, it only shows a subset of the information available at a specified interval.
To exit, press 'q'
Example output:
Thu, 25 Apr 2013 09:44:29
current-jobs-ready: 0
current-waiting: 89
current-workers: 120
Tube my_tube
current-jobs-delayed 0
current-jobs-ready 0
current-jobs-reserved 31
current-waiting 69