Gearman gearadmin command line tool status output meaning

newtonick picture newtonick · Dec 23, 2013 · Viewed 17.6k times · Source

I am unable to find any documentation on the meaning of the gearadmin command line tool with the '--status' option. What is the meaning of the three numbers found after the worker function name ?

For example, then I run this command:

gearadmin --status

I get the following output:

worker-function-name    114 0   0
.

I don't know the meaning of the three numbers after the 'worker-function-name'. I don't think it matters but I'm using gearman with the php extension and ubuntu 13.10 server.

Answer

Mark Baker picture Mark Baker · Dec 23, 2013
  • Function Name
  • Number in queue
  • Number of jobs running
  • Number of capable workers

https://preilly.me/monitoring-gearman-over-telnet-port-4730/