Plugins to monitor the Gearman Job Server within Scout.
- gearman_task records the number of jobs, number of jobs running, and the number of workers for a task.
scout test gearman_backlog.rb host=localhost port=4730 task=mytaskname
If you have less than 20 tasks (Scout's limit on metrics per plugin), you can install:
- gearman_backlog records the number of jobs for each task that are waiting for a worker.
- gearman_workers records the number of workers assigned for each task.