Downloadliste

Projektbeschreibung

vxargs provides parallel versions of any arbitrary
command, including ssh, rsync, scp, wget, and
curl. One reason to use it is to control a large
set of machines in a wide-area network or a big
cluster. The main features are parallelism (for
running many jobs at the same time), flexibility,
visualization (users can monitor the total and
per-job progress in a curses-based UI), and
redirection, in which stdout and stderr of each
individual job are redirected to files for further
analysis.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-02-20 04:05
0.3

Diese Version behebt den Fehler behoben, wenn ein Befehl mehrere Prozesse hervorgebracht nach Zeit, war nur die Haupt-Prozess beendet oder getötet werden, fügt ein besseres Handling SIGINT-Signale, fügt ein - no-exec (-n) Option, ähnlich wie make-n, und fügt hinzu, Muster-basierte verhandelt und safepath Beispiele.
Tags: Major bugfixes
This release fixes the bug where when a command spawned
multiple processes after timeout, only the main process was
terminated or killed, adds better handling SIGINT signals,
adds a --no-exec (-n) option, similar to make -n, and adds
pattern-based argument and safepath examples.

2005-01-07 10:44
0.2.1

Diese Veröffentlichung fügt Prozess-Exit-Code-Statistiken nach vxargs beendet. Er bettet ein get_output API zur Ergebnisanalyse Arbeit zu erleichtern.
Tags: Minor feature enhancements
This release adds process exit code statistics when vxargs
finishes. It embeds a get_output API to ease result analysis
work.

2004-12-20 10:55
0.2

Ein Bug, der zum einen den-a und-y-Optionen zu sein specifische d wurde behoben. Die letzte Zeile des stderr oder stdout aus jedem Job wird nun angezeigt und die Listen mit den Prozessen, die mit einem Nicht-Null-Status und für die Timeouts aufgetreten sind, erzeugt beendet.
Tags: Minor feature enhancements
A bug that allowed both the -a and -y options to be specifie d was fixed. The last line of stderr or stdout from each job is now displayed and lists containing the processes that exited with a non-zero status and for which timeouts occurred are generated.

Project Resources