Does anyone know of an app that can monitor a beanstalkd queue? I\'m looking for something that shows stats on tubes and jobs, and allows you to inspect the details.
I\
aurora: Cross-platform Beanstalk queue server console.
https://github.com/xuri/aurora
beanstalktop
is excellent/essential. It is a top-like interface that shows you the status of all your tubes. You get live job counts of various states for all tubes, and some general stats.
https://github.com/wewriteapps/beanstalktop
I've just written a new Beanstalkd CLI tool. It should run on all platforms and doesn't have any dependencies.
https://github.com/schickling/beanstalkd-cli/
All of these and at least two others are listed on the beanstalkd wiki tools page:
The best ones are:
Another one is here https://github.com/ptrofimov/beanstalk_console (php web monitoring interface )
Also very new: https://github.com/denniskuczynski/beanstalkd_view (Ruby/Sinatra app)