Вопрос

Кто -нибудь знает о приложении, которое может отслеживать очередь Beanstalkd? Я ищу что -то, что показывает статистику на трубках и заданиях, и позволяет вам проверять детали.

Я не очень разборчив в отношении языка/платформы, просто хочу знать, есть ли что -то там, прежде чем я напишу свое.

Это было полезно?

Решение

Все это и, по крайней мере, два других перечислены на странице инструментов Wiki Beanstalkd:

Лучшие из них:

Другие советы

Еще один здесь https://github.com/ptrofimov/beanstalk_console (Интерфейс веб -мониторинга PHP)

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

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

Disclaimer: I am the creator of this tool ;)

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 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

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

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

aurora: Cross-platform Beanstalk queue server console.

https://github.com/xuri/aurora

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top