You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For monitoring our gearman server we would like to know how many jobs are currently queued, broken down by priority. Then we can alert quickly if high prio jobs are piling up.
Usage could look like this:
$ gearadmin --priority-status
HIGH 12 7
NORMAL 14 3
LOW 0 0
we'd love to see a patch for that as an addition to the admin protocol. The information is definitely readily available in the data structure, since each priority is in fact its own linked list.
Any patch would need to include updates to gearmand/PROTOCOL to explain the difference in the Administrative protocol.
For monitoring our gearman server we would like to know how many jobs are currently queued, broken down by priority. Then we can alert quickly if high prio jobs are piling up.
Usage could look like this:
With these columns:
@SpamapS wrote on the mailing list:
cc @ppp0 @kris-lab @fvovan maybe something for the next Research Day (December 14th)?
The text was updated successfully, but these errors were encountered: