sni / mod_gearman

Distribute Naemon Host/Service Checks & Eventhandler with Gearman Queues. Host/Servicegroups affinity included.
http://www.mod-gearman.org
GNU General Public License v3.0
122 stars 42 forks source link

Question to gearman_top #14

Closed jvigna closed 13 years ago

jvigna commented 13 years ago

This is just a question to the gearman_top program, I see the waiting and running jobs in general, but the running jobs on the single worker lines are always 0, is this not implemented?

sni commented 13 years ago

maybe its a little bit confusing. The number of running jobs in the "worker_xyz" line is not the total number of jobs running by this worker. Its the number of jobs running in this queue. But the queue is only used by check_gearman for status jobs which are usually finished in microseconds.

And again, please use the mailing list for general questions. Thanks

sni commented 13 years ago

closed