Download List

Projeto Descrição

Tentakel is a program that executes the same command on many hosts in parallel using SSH or other remote methods. It is designed to be easily extendable. The output of the remote command can be controlled by means of format strings.

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.

2005-03-20 20:31
2.2

Este lançamento vem com dois novos recursos: um mecanismo de plugin que permite aos usuários facilmente criar seus próprios métodos remotos, e os maxparallel "novo" parâmetro, que permite a restringir o número de threads em execução em simultâneo, para evitar demasiada carga nos servidores de download, etc .. O recurso maxparallel pode fazer muito mais rápido tentakel sob certas circunstâncias. O plugin rsh é agora muito mais útil, como é agora capaz de devolver o status de saída do comando remoto.
Tags: Major feature enhancements
This release comes with two new features: a plugin mechanism allowing users to easily create their own remote methods, and the new "maxparallel" parameter, which allows one to restrict the number of concurrently running threads to avoid too much load on download servers, etc.. The maxparallel feature can make tentakel a lot faster under certain circumstances. The rsh plugin is now much more useful, as it is now able to return the exit status of the remote command.

2004-09-27 02:21
2.1.3

A maioria das alterações não são visíveis para o usuário, mas ainda há alguns que são de interesse. Um método remoto rsh foi implementado. A interpretação do arquivo de configuração mudou nos parâmetros de uma maneira sutil, mas importante: para uma máquina específica são tomadas a partir do seu próximo grupo que encerram e não do grupo de alto nível. Seqüências de formato pode conter a string "% t", que se expande para o tempo que foi utilizado para executar o comando remoto.
Tags: Minor feature enhancements
Most changes are not visible to the user, but there are still quite a few that are of interest. An rsh remote method has been implemented. The interpretation of the configuration file has changed in a subtle but important way: parameters for a specific host are now taken from its nearest enclosing group and not from the top-level group. Format strings may contain the string "%t", which expands to the time that was used to execute the remote command.

2004-01-17 23:24
2.1.2

Apenas correções foram feitas nesta versão. A correção mais importante é o que permite um "-" caracteres em nomes de máquinas.
Tags: Minor bugfixes
Only bugfixes have been made in this release. The
most important fix is the one that allows "-"
characters in hostnames.

2004-01-11 17:03
2.1.1

Esta é basicamente uma versão de manutenção que corrige alguns bugs e introduz testes de regressão Unidade Básica.
Tags: Minor bugfixes
This is basically a maintenance release that fixes
some bugs and introduces basic unit regression
testing.

2004-01-05 18:24
2.1

O utilizador pode agora especificar o caminho para o binário do ssh. Cada parâmetro pode agora ser definido globalmente no arquivo de configuração. Parâmetros globais podem ser substituídos por parâmetros de grupo.
Tags: Minor feature enhancements
The user can now specify the path to the ssh
binary. Every parameter can now be set globally in
the configuration file. Global parameters can be
overridden by group parameters.

Project Resources