Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Stats/Monitor/Inspector for beanstalkd

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'm not really picky about language/platform, just want to know if there's something out there before I write my own.

like image 545
Tim Lytle Avatar asked Feb 17 '10 18:02

Tim Lytle


4 Answers

All of these and at least two others are listed on the beanstalkd wiki tools page:

  • https://github.com/kr/beanstalkd/wiki/Tools

The best ones are:

  • http://github.com/ptrofimov/beanstalk_console — a web admin interface (PHP)
  • http://github.com/andreisavu/django-jack — a web admin interface (Django)
  • http://github.com/dustin/beanstalk-tools — a CLI admin interface
like image 120
smokris Avatar answered Nov 16 '22 09:11

smokris


Another one is here https://github.com/ptrofimov/beanstalk_console (php web monitoring interface )

like image 6
Gleb Filippov Avatar answered Nov 16 '22 10:11

Gleb Filippov


Also very new: https://github.com/denniskuczynski/beanstalkd_view (Ruby/Sinatra app)

like image 4
Alister Bulman Avatar answered Nov 16 '22 10:11

Alister Bulman


Another solution based on PHP (for fast and easy deployment): phpBeanstalkdAdmin.

Disclaimer: I am the creator of this tool ;)

like image 3
Matthieu Napoli Avatar answered Nov 16 '22 09:11

Matthieu Napoli