1GEARMAN(1) Gearmand GEARMAN(1)
2
3
4
6 gearman - Gearmand Documentation, http://gearman.info/
7
8 Command line client for Gearmand
9
11 Common options
12
13 -f <function>
14 Function name to use for jobs (can give many)
15
16 -h <host>
17 Job server host
18
19 -H Print this help menu
20
21 -p <port>
22 Gearman server port
23
24 -t <timeout>
25 Timeout in milliseconds
26
27 -i <pidfile>
28 Create a pidfile for the process
29
30 -n In client mode run one job per line, in worker mode send data
31 packet for each line
32
33 -N Same as -n, but strip off the newline
34
35 Client options
36
37 -b Run jobs in the background
38
39 -I Run jobs as high priority
40
41 -L Run jobs as low priority
42
43 -P Prefix all output lines with functions names
44
45 -s Send job without reading from standard input
46
47 -u <unique>
48 Unique key to use for job
49
50 Worker options*
51
52 -c <count>
53 Number of jobs for worker to run before exiting
54
55 -w Run in worker mode
56
58 With gearman you can run client and worker functions from the command
59 line.
60
61 The environmental variable GEARMAN_SERVER can be used to specify multi‐
62 ple gearmand servers. Please see the c:func:'gear‐
63 man_client_add_servers' for an explanation of the required syntax.
64
66 To find out more information please check: http://gearman.info/
67
69 gearmand(8) libgearman(3)
70
72 Data Differential http://www.datadifferential.com/
73
75 2011-2014, Data Differential, http://www.datadifferential.com/
76
77
78
79
801.1.20 Nov 19, 2022 GEARMAN(1)