forked from ytoolshed/pogo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
19 lines (14 loc) · 866 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pogo is an agent-based system for running interruptive commands safely
on thousands of machines in parallel.
Users request that a command (or recipe, or script) be executed on a
group of target nodes by issuing new pogo jobs via the pogo(1)
command-line utility. If the job is successfully created on the
dispatcher, the user will receive a job id and a URL in response.
The pogo dispatcher then divides the job up into tasks, one task per
target host. The dispatcher computes a task run order and distributes
tasks to worker processes. Workers ssh to the target nodes and run the
commands specified by the user, reporting progress and status back to
the dispatcher.
For more information see the Pogo wiki: http://github.com/ytoolshed/pogo/wiki
Mailing list: https://groups.google.com/group/pogo-dev
Copyright (c) 2010-2011 Yahoo! Inc. All rights reserved.