summaryrefslogtreecommitdiff
path: root/sysutils/vxargs
AgeCommit message (Collapse)AuthorFilesLines
2010-02-10Bump revision for PYTHON_VERSION_DEFAULT change.joerg1-1/+2
2008-06-20Add DESTDIR support.joerg1-2/+4
2008-04-30Drop maintainershipjmmv1-2/+2
Stop lying and drop maintainership of these packages. I have not maintained them for a very long time already, so leave room for fresh blood to take over them.
2006-05-20Initial import of vxargs, version 0.3.3:jmmv4-0/+48
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.