Stats/Monitor/Inspector for beanstalkd
Asked Answered
T

8

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.

Troth answered 17/2, 2010 at 18:38 Comment(0)
J
24

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

The best ones are:

Jarrod answered 7/4, 2010 at 1:36 Comment(1)
I use console(mentioned) with github.com/FGM/beanstalk-munin-php for munin graphs over timeGuelph
C
6

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

Commensurable answered 10/8, 2012 at 12:40 Comment(0)
I
4

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

Inaugural answered 24/4, 2012 at 23:50 Comment(0)
A
3

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

Disclaimer: I am the creator of this tool ;)

Alarmist answered 16/7, 2012 at 3:5 Comment(1)
Thanks for the link, I do a log of ZF development, so that looks really useful.Troth
T
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/

Thistledown answered 22/1, 2015 at 23:21 Comment(0)
G
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

Gayden answered 26/6, 2018 at 21:19 Comment(0)
S
0

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

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

Subplot answered 20/8, 2013 at 14:31 Comment(0)
C
0

aurora: Cross-platform Beanstalk queue server console.

https://github.com/xuri/aurora

Cerecloth answered 24/11, 2016 at 7:29 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.