1GEARADMIN(1) Gearmand GEARADMIN(1)
2
3
4
6 gearadmin - Gearmand Documentation, http://gearman.info/
7
8 Run Administrative commands against a server.
9
11 --help Provice help about the program.
12
13 --create-function
14 Create a function from the server.
15
16 -h [ --host ] arg (=localhost)i
17 Connect to the host
18
19 -p [ --port ] arg (=4730)
20 Port number or service to use for connection
21
22 --drop-function
23 Drop a function from the server.
24
25 --server-version
26 Fetch the version number for the server.
27
28 --server-verbose
29 Fetch the verbose setting for the server.
30
31 --status
32 Status for the server.
33
34 --workers
35 Workers for the server.
36
37 --cancel-job
38 Remove a given job from the server's queue.
39
40 --show-unique-jobs
41 Show unique IDs of jobs on the server.
42
43 --show-jobs
44 Show all jobs on the server.
45
46 --getpid
47 Get Process ID for the server.
48
49 --priority-status
50 Queued jobs status by priority.
51
52 -S [ --ssl ]
53 Enable SSL connections.
54
56 Command line tool for manipulating gearmand servers.
57
59 To find out more information please check: http://gearman.info/
60
62 gearmand(8) libgearman(3)
63
65 Data Differential http://www.datadifferential.com/
66
68 2011-2014, Data Differential, http://www.datadifferential.com/
69
70
71
72
731.1.20 Nov 19, 2022 GEARADMIN(1)