Download List

프로젝트 설명

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.

System Requirements

System requirement is not defined
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

- sshargs와 - sshpath 옵션이 추가되었습니다. 기본적으로 ssh 접속에 대한 경로를 검색하도록 변경했습니다.
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 지원이 추가되었습니다. 그것은 동일한 출력 및 / 또는 오류 메시지가 coalesces. 에 대한 지원 - 진행 성공 사례를 보여주는 추가했다, 원격 오류, 지역 / SSH을 통해 오류가 그들의 진행률 표시줄에서 발생합니다. 기본적으로 처리 스누즈에서 처음 수정되었습니다. () 메서드 (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

증분 결과 또는 진행률 표시줄이 지원됩니다. 사용자 지정 작업 관리를 스크립트로 약간이 3 라인을 작성하실 수있습니다. 호스트 이름을 인자 마법의 파일 및 범위의 확장을 지원합니다. 시간 초과 및 최대 동시 작업을 구성할 수있습니다.
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