logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

gearadmin - Gearmand Documentation, http://gearman.info/

Author

Description

       Command line tool for manipulating gearmand servers.

Home

       To find out more information please check: http://gearman.info/

Name

       gearadmin - Gearmand Documentation, http://gearman.info/

       Run Administrative commands against a server.

See Also

gearmand(8)libgearman(3)

Synopsis

--help Provice help about the program.

       --create-function
              Create a function from the server.

       -h[--host]arg(=localhost)i
              Connect to the host

       -p[--port]arg(=4730)
              Port number or service to use for connection

       --drop-function
              Drop a function from the server.

       --server-version
              Fetch the version number for the server.

       --server-verbose
              Fetch the verbose setting for the server.

       --status
              Status for the server.

       --workers
              Workers for the server.

       --cancel-job
              Remove a given job from the server's queue.

       --show-unique-jobs
              Show unique IDs of jobs on the server.

       --show-jobs
              Show all jobs on the server.

       --getpid
              Get Process ID for the server.

       --priority-status
              Queued jobs status by priority.

       -S[--ssl]
              Enable SSL connections.

See Also