123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138 |
- .TH "GEARMAN" "1" "March 07, 2012" "0.29" "Gearmand"
- .SH NAME
- gearman \- Gearmand Documentation, http://gearman.info/
- .
- .nr rst2man-indent-level 0
- .
- .de1 rstReportMargin
- \\$1 \\n[an-margin]
- level \\n[rst2man-indent-level]
- level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
- -
- \\n[rst2man-indent0]
- \\n[rst2man-indent1]
- \\n[rst2man-indent2]
- ..
- .de1 INDENT
- .\" .rstReportMargin pre:
- . RS \\$1
- . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
- . nr rst2man-indent-level +1
- .\" .rstReportMargin post:
- ..
- .de UNINDENT
- . RE
- .\" indent \\n[an-margin]
- .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
- .nr rst2man-indent-level -1
- .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
- .in \\n[rst2man-indent\\n[rst2man-indent-level]]u
- ..
- .\" Man page generated from reStructeredText.
- .
- .sp
- Command line client for Gearmand
- .SH SYNOPSIS
- .sp
- \fBCommon options\fP
- .INDENT 0.0
- .TP
- .B \-f <function>
- Function name to use for jobs (can give many)
- .UNINDENT
- .INDENT 0.0
- .TP
- .B \-h <host>
- Job server host
- .UNINDENT
- .INDENT 0.0
- .TP
- .B \-H
- Print this help menu
- .UNINDENT
- .INDENT 0.0
- .TP
- .B \-p <port>
- Gearman server port
- .UNINDENT
- .INDENT 0.0
- .TP
- .B \-t <timeout>
- Timeout in milliseconds
- .UNINDENT
- .INDENT 0.0
- .TP
- .B \-i <pidfile>
- Create a pidfile for the process
- .UNINDENT
- .INDENT 0.0
- .TP
- .B \-n
- In client mode run one job per line, in worker mode send data packet for each line
- .UNINDENT
- .INDENT 0.0
- .TP
- .B \-N
- Same as \-n, but strip off the newline
- .UNINDENT
- .sp
- \fBClient options\fP
- .INDENT 0.0
- .TP
- .B \-b
- Run jobs in the background
- .UNINDENT
- .INDENT 0.0
- .TP
- .B \-I
- Run jobs as high priority
- .UNINDENT
- .INDENT 0.0
- .TP
- .B \-L
- Run jobs as low priority
- .UNINDENT
- .INDENT 0.0
- .TP
- .B \-P
- Prefix all output lines with functions names
- .UNINDENT
- .INDENT 0.0
- .TP
- .B \-s
- Send job without reading from standard input
- .UNINDENT
- .INDENT 0.0
- .TP
- .B \-u <unique>
- Unique key to use for job
- .UNINDENT
- .sp
- \fIWorker options*\fP
- .INDENT 0.0
- .TP
- .B \-c <count>
- Number of jobs for worker to run before exiting
- .UNINDENT
- .INDENT 0.0
- .TP
- .B \-w
- Run in worker mode
- .UNINDENT
- .SH DESCRIPTION
- .sp
- With gearman you can run client and worker functions from the command line.
- .SH HOME
- .sp
- To find out more information please check:
- \fI\%http://gearman.info/\fP
- .SH SEE ALSO
- .sp
- \fIgearmand(8)\fP \fIlibgearman(3)\fP
- .SH AUTHOR
- Data Differential http://datadifferential.com/
- .SH COPYRIGHT
- 2011, Data Differential, http://datadifferential.com/
- .\" Generated by docutils manpage writer.
- .\"
- .
|