beanstalkd 的统计数据/监视器/检查器
有谁知道有一个可以监控 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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(8)
所有这些以及至少另外两个都列在 beanstalkd wiki 工具页面上:
最好的是:
All of these and at least two others are listed on the beanstalkd wiki tools page:
The best ones are:
另外一个在这里https://github.com/ptrofimov/beanstalk_console(php web监控界面)
Another one is here https://github.com/ptrofimov/beanstalk_console (php web monitoring interface )
也非常新: https://github.com/denniskuczynski/beanstalkd_view (Ruby/Sinatra 应用程序)
Also very new: https://github.com/denniskuczynski/beanstalkd_view (Ruby/Sinatra app)
另一个基于 PHP 的解决方案(用于快速轻松的部署):phpBeanstalkdAdmin。
免责声明:我是这个工具的创建者;)
Another solution based on PHP (for fast and easy deployment): phpBeanstalkdAdmin.
Disclaimer: I am the creator of this tool ;)
我刚刚编写了一个新的 Beanstalkd CLI 工具。它应该在所有平台上运行并且没有任何依赖项。
https://github.com/schickling/beanstalkd-cli/
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/
beanstalktop
非常好/必不可少。它是一个类似顶部的界面,可以显示所有管子的状态。您可以获得所有管道的各个州的实时工作数量,以及一些一般统计数据。https://github.com/wewriteapps/beanstalktop
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
所有这些以及至少另外两个都列在 beanstalkd wiki 工具页面上:
https://github。 com/kr/beanstalkd/wiki/工具
All of these and at least two others are listed on the beanstalkd wiki tools page:
https://github.com/kr/beanstalkd/wiki/Tools
aurora:跨平台 Beanstalk 队列服务器控制台。
https://github.com/xuri/aurora
aurora: Cross-platform Beanstalk queue server console.
https://github.com/xuri/aurora