Downloadliste

Projektbeschreibung

classh is yet another wrapper around ssh for running commands on a number of hosts concurrently. It is similar to xCAT, pssh, Cluster ssh, and a gaggle of other utilities. The only pre-requisite for classh is Python 2.4 or later, and no formal installation is required; a copy of the classh.py file is sufficient to run commands. The SSHJobMan class from classh can be used to create custom job management scripts. This class lets you either wait until all output has returned from a batch job or process the results as they become available by incrementally polling the running job. The output, error messages, exit code, and start and completion times of each job are stored in the results. It's been tested on jobs of over 25,000 hosts and handles over 10,000 hosts per hour across a WAN and without noticeable impact on the administrator's host.

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.

2009-12-14 19:27
0.092

Die - sshargs und - sshpath Optionen wurden hinzugefügt. Der Standard wurde geändert, um den Weg für ssh suchen.
Tags: Alpha
The --sshargs and --sshpath options were added. The default was changed to search the PATH for ssh.

2009-12-10 14:49
0.09

- mergemsgs Support wurde hinzugefügt. Es verschmilzt identische Ausgänge und / oder Fehlermeldungen. Support für - Fortschritte zu zeigen Erfolge hat, Remote-Fehler, und der lokalen / SSH Fehler, wie sie in ein Fortschrittsbalken auftreten. Snooze Standard-Handling war im Festnetz. Wait ()-Methode (API).
Tags: Alpha
--mergemsgs support was added. It coalesces identical outputs and/or error messages. Support for --progress was added for showing successes, remote errors, and local/SSH errors as they occur in a progress bar. Snooze default handling was fixed in the .wait() method (API).

2009-12-09 18:51
0.08

Incremental Ergebnisse oder ein Fortschrittsbalken werden unterstützt. Personalisierte Job-Management-Skripte können in nur geschrieben werden als 3 Zeilen. Hostname Argumente Magie Dateien und Reichweite Erweiterungen. Timeouts und die maximale Anzahl paralleler Jobs sind konfigurierbar.
Tags: Alpha
Incremental results or a progress bar are supported. Custom job management scripts can be written in as little as 3 lines. Hostname arguments support magic files and range expansions. The timeouts and maximum concurrent jobs are configurable.

Project Resources