~clint-fewbar/ubuntu/precise/gearmand/drop-unneeded-patches

« back to all changes in this revision

Viewing changes to docs/man/man1/gearman.1

  • Committer: Bazaar Package Importer
  • Author(s): Monty Taylor
  • Date: 2009-09-28 21:43:31 UTC
  • mto: (1.2.3 upstream) (6.1.1 sid)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20090928214331-9bku0d3v1b1ypgp4
ImportĀ upstreamĀ versionĀ 0.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH gearman 1 2009-04-18 "Gearman" "Gearman"
 
2
.SH NAME
 
3
gearman \- command line interface for Gearman clients and workers
 
4
.SH SYNOPSIS
 
5
.B gearman
 
6
[\fIOPTION\fR]... [\fIWORKLOAD\fR]...
 
7
.SH DESCRIPTION
 
8
This tool allows you to run both Gearman clients and workers from the
 
9
command line. Client mode is the default, with worker mode triggered
 
10
with the \-w option. More documentation on this tool coming soon!
 
11
.SH EXAMPLES
 
12
\fBExample Client:\fR
 
13
.TP
 
14
This command will act as a client and send a job to function "test" with the payload "Hello World!".
 
15
.TP
 
16
gearman \-f test "Hello World!"
 
17
.TP
 
18
\fBExample Worker:\fR
 
19
.TP
 
20
This command will start a worker and take jobs destined to "test" and run the payload through the 'wc' shell command. It will return the output of that command to the client.
 
21
.TP
 
22
gearman \-w \-f test wc
 
23
.SH "SEE ALSO"
 
24
The Gearman homepage: http://www.gearman.org/
 
25
.SH BUGS
 
26
Bugs should be reported at https://bugs.launchpad.net/gearmand
 
27
.SH COPYING
 
28
Copyright (C) 2008 Brian Aker, Eric Day. All rights reserved.
 
29
 
 
30
Use and distribution licensed under the BSD license. See the COPYING file in the original source for full text.