Stats/Monitor/Inspector for beanstalkd

后端 未结 8 2009
挽巷
挽巷 2021-01-31 10:01

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\

相关标签:
8条回答
  • 2021-01-31 10:06

    aurora: Cross-platform Beanstalk queue server console.

    https://github.com/xuri/aurora

    0 讨论(0)
  • 2021-01-31 10:07

    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

    0 讨论(0)
  • 2021-01-31 10:09

    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/

    0 讨论(0)
  • 2021-01-31 10:12

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

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

    The best ones are:

    • http://github.com/ptrofimov/beanstalk_console — a web admin interface (PHP)
    • http://github.com/andreisavu/django-jack — a web admin interface (Django)
    • http://github.com/dustin/beanstalk-tools — a CLI admin interface
    0 讨论(0)
  • 2021-01-31 10:18

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

    0 讨论(0)
  • 2021-01-31 10:18

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

    0 讨论(0)
提交回复
热议问题