Skip to content

alexsiri7/beantop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

beantop

Top command for beanstalkd

Check the status in Codeship

=======

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

About

Top command for Beanstalkd

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published