Stats/Monitor/Inspector for beanstalkd

2019-03-09 00:39发布

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.

8条回答
劫难
2楼-- · 2019-03-09 01:02

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

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

查看更多
我欲成王,谁敢阻挡
3楼-- · 2019-03-09 01:03

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

Disclaimer: I am the creator of this tool ;)

查看更多
霸刀☆藐视天下
4楼-- · 2019-03-09 01:04

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

查看更多
欢心
5楼-- · 2019-03-09 01:08

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

查看更多
SAY GOODBYE
6楼-- · 2019-03-09 01:08
我命由我不由天
7楼-- · 2019-03-09 01:10

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/

查看更多
登录 后发表回答