diff options
author | jmmv <jmmv> | 2006-05-20 11:27:09 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2006-05-20 11:27:09 +0000 |
commit | e19ae268553cc5efb409917cb528a5d79115cbf6 (patch) | |
tree | b80f4558ea879f16135d7a6e69371b334c20fbd0 /sysutils/vxargs/DESCR | |
parent | b8429f7a98c148d6e5d23b7cb57c4da677a2262e (diff) | |
download | pkgsrc-e19ae268553cc5efb409917cb528a5d79115cbf6.tar.gz |
Initial import of vxargs, version 0.3.3:
vxargs is an utility inspired in xargs and pssh. It provides a parallel
versions of any arbitrary command, including ssh, rsync, scp, wget or
curl, just to mention a few.
It is specially useful to control a large set of machines in a wide-area
network. For example, it can be used on PlanetLab to control hundreds of
machines spread around the world.
Its main features are:
* Parallelism: Runs many jobs at the same time.
* Flexibility: Runs arbitrary commands with arbitrary options.
* Visualization: Monitors the total/per job progress in a curses-based UI.
* Redirection: The standard and error outputs of each individual job are
redirected to local files for further analysis.
Diffstat (limited to 'sysutils/vxargs/DESCR')
-rw-r--r-- | sysutils/vxargs/DESCR | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/vxargs/DESCR b/sysutils/vxargs/DESCR new file mode 100644 index 00000000000..d30c99dfbf2 --- /dev/null +++ b/sysutils/vxargs/DESCR @@ -0,0 +1,14 @@ +vxargs is an utility inspired in xargs and pssh. It provides a parallel +versions of any arbitrary command, including ssh, rsync, scp, wget or +curl, just to mention a few. + +It is specially useful to control a large set of machines in a wide-area +network. For example, it can be used on PlanetLab to control hundreds of +machines spread around the world. + +Its main features are: +* Parallelism: Runs many jobs at the same time. +* Flexibility: Runs arbitrary commands with arbitrary options. +* Visualization: Monitors the total/per job progress in a curses-based UI. +* Redirection: The standard and error outputs of each individual job are + redirected to local files for further analysis. |