Télécharger la liste

Description du projet

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.

Système requise

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

Cette version intègre deux nouvelles fonctionnalités: un mécanisme de plugin permettant aux utilisateurs de créer facilement leurs propres méthodes de distance, et le nouveau "maxparallel", ce qui permet de limiter le nombre de threads qui s'exécutent simultanément pour éviter trop de charge sur les serveurs de téléchargement, etc .. La caractéristique maxparallel Tentakel peut faire beaucoup plus rapidement dans certaines circonstances. Le plugin rsh est désormais beaucoup plus utile, car elle est maintenant en mesure de retourner l'état de sortie de la commande à distance.
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

La plupart des changements ne sont pas visibles pour l'utilisateur, mais il ya encore un certain nombre qui sont d'intérêt. Une méthode distant rsh a été mis en œuvre. L'interprétation du fichier de configuration a changé de paramètres de manière subtile mais importante: pour un hôte spécifique sont maintenant prises de son plus proche groupe englobant et non pas à partir du groupe de haut niveau. Les chaînes de format mai contenant la chaîne "% t", qui se développe pour l'heure à laquelle a été utilisé pour exécuter la commande à distance.
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

Seuls des corrections ont été apportées dans cette version. Le correctif le plus important est celui qui permet "-" caractères dans les noms d'hôtes.
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

C'est essentiellement une version de maintenance qui corrige quelques bugs et introduit les tests unitaires de base de régression.
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

L'utilisateur peut maintenant spécifier le chemin vers le binaire ssh. Tous les paramètres peuvent désormais être fixées au niveau mondial dans le fichier de configuration. Les paramètres globaux peuvent être remplacées par des paramètres de groupe.
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