gearman(1) - Linux man page

Name

gearman - command line interface for Gearman clients and workers

Synopsis

gearman [OPTION]... [WORKLOAD]...

Description

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

Examples

Example Client:
This command will act as a client and send a job to function "test" with the payload "Hello World!".
gearman -f test "Hello World!"
Example Worker:
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.
gearman -w -f test wc

See Also

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

Bugs

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

Copying

Copyright © 2008 Brian Aker, Eric Day. All rights reserved.

Use and distribution licensed under the BSD license. See the COPYING file in the original source for full text.