25

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
  • 17,549
  • 10
  • 60
  • 91

8 Answers8

23

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

The best ones are:

Pentium10
  • 204,586
  • 122
  • 423
  • 502
smokris
  • 11,740
  • 2
  • 39
  • 59
6

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

Gleb Filippov
  • 149
  • 2
  • 3
4

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

Alister Bulman
  • 34,482
  • 9
  • 71
  • 110
3

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

Disclaimer: I am the creator of this tool ;)

Matthieu Napoli
  • 48,448
  • 45
  • 173
  • 261
1

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/

schickling
  • 4,000
  • 4
  • 29
  • 33
1

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

Russ
  • 10,835
  • 12
  • 42
  • 57
0

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

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

Bryan Larsen
  • 9,468
  • 8
  • 56
  • 46
0

aurora: Cross-platform Beanstalk queue server console.

https://github.com/xuri/aurora

xuri
  • 840
  • 7
  • 18