GearmanBundle icon indicating copy to clipboard operation
GearmanBundle copied to clipboard

[RFC] GearmanBundle metrics toolset

Open mmoreram opened this issue 10 years ago • 3 comments

Create a set of tools for easy Gearman metrics. An easy way to check any defined Queue values, jobs and some other stats.

Gearman users, what do you think about this idea?

Please, tell me your needs!

mmoreram avatar Dec 13 '13 19:12 mmoreram

you could use something like this: https://github.com/preillyme/php/blob/master/GearmanTelnet.php

maybe create some controller actions for stats one could include in admin or status pages

mrbase avatar Jul 02 '14 08:07 mrbase

Hmmm, interesting :) I'll take a look :)

mmoreram avatar Jul 02 '14 22:07 mmoreram

I use the gearadmin command for this type of thing.

Also check out the pheanstalk bundle's implementation of something similar to this: https://github.com/armetiz/LeezyPheanstalkBundle/blob/master/Command/StatsCommand.php

bmeynell avatar Jul 10 '14 13:07 bmeynell