Stats/Monitor/Inspector for beanstalkd

16,889

Solution 1

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

The best ones are:

Solution 2

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

Solution 3

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

Solution 4

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

Disclaimer: I am the creator of this tool ;)

Solution 5

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/

Share:
16,889

Related videos on Youtube

Tim Lytle
Author by

Tim Lytle

Bible Believer, API Guy, Developer Evangelist @nexmo, Sometime Mercenary Developer via @oDesk, @lvtech Wrangler, Host @lvtechradio, Occasional Writer & Speaker

Updated on April 16, 2022

Comments

  • Tim Lytle
    Tim Lytle about 2 years

    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.

  • Tim Lytle
    Tim Lytle almost 12 years
    Thanks for the link, I do a log of ZF development, so that looks really useful.
  • Hayden Thring
    Hayden Thring over 5 years
    I use console(mentioned) with github.com/FGM/beanstalk-munin-php for munin graphs over time