diff options
author | jmmv <jmmv@pkgsrc.org> | 2006-05-20 11:27:09 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2006-05-20 11:27:09 +0000 |
commit | 4d6e883af3cd0798fbc0750a57a6a00f89aad49b (patch) | |
tree | b80f4558ea879f16135d7a6e69371b334c20fbd0 /sysutils/vxargs/PLIST | |
parent | e0f3b7288ca38584d2a2e1871d04a7bc746979e3 (diff) | |
download | pkgsrc-4d6e883af3cd0798fbc0750a57a6a00f89aad49b.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/PLIST')
-rw-r--r-- | sysutils/vxargs/PLIST | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/vxargs/PLIST b/sysutils/vxargs/PLIST new file mode 100644 index 00000000000..d4b4d9affb2 --- /dev/null +++ b/sysutils/vxargs/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/05/20 11:27:09 jmmv Exp $ +bin/vxargs |