1gearman(1)                          Gearman                         gearman(1)
2
3
4

NAME

6       gearman - command line interface for Gearman clients and workers
7

SYNOPSIS

9       gearman [OPTION]... [WORKLOAD]...
10

DESCRIPTION

12       This  tool  allows you to run both Gearman clients and workers from the
13       command line. Client mode is the default, with  worker  mode  triggered
14       with the -w option. More documentation on this tool coming soon!
15

EXAMPLES

17       Example Client:
18
19       This  command  will  act  as a client and send a job to function "test"
20       with the payload "Hello World!".
21
22       gearman -f test "Hello World!"
23
24       Example Worker:
25
26       This command will start a worker and take jobs destined to  "test"  and
27       run the payload through the 'wc' shell command. It will return the out‐
28       put of that command to the client.
29
30       gearman -w -f test wc
31

SEE ALSO

33       The Gearman homepage: http://www.gearman.org/
34

BUGS

36       Bugs should be reported at https://bugs.launchpad.net/gearmand
37

COPYING

39       Copyright (C) 2008 Brian Aker, Eric Day. All rights reserved.
40
41       Use and distribution licensed under the BSD license.  See  the  COPYING
42       file in the original source for full text.
43
44
45
46Gearman                           2009-04-18                        gearman(1)
Impressum