3.0.0 • Published 3 years ago

gearman_status v3.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
3 years ago

gearman_status

Simple CLI tool for checking Gearman job server status.

Install

npm -g i gearman_status

Usage

Options and their defaults:

gearman_status -h localhost -p 4730 -w 0 -s name job_1_name job_2_name

-w takes milliseconds as an argument and keeps polling the server and updating the output. Default 0 means gearman_status will just get the status, print and exit.

-s sorts by either "name", "jobs", "running" or "workers".

If you specify any job names, gearman_status will only print the status of those jobs.

Example output:

name                              jobs   running  workers
job_1_name  	                  13389  90       90
job_2_name                        395    29       29

License

MIT © Stipe Kotarac (https://github.com/kotarac)

3.0.0

3 years ago

2.0.0

5 years ago

1.0.3

7 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago