From 462d0e660691d7ea97bf6d21cca006921ffaf34b Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 9 Aug 2015 21:01:54 +0200 Subject: some more remarks in readme about Pssh --- README | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'README') diff --git a/README b/README index bb4f415..daf35d6 100644 --- a/README +++ b/README @@ -4,6 +4,23 @@ Motivation Seen GNU 'parallel' and 'pssh', 'mssh'. I wanted something written in plain C for managing my RaspberryPi cluster. +Other tools +----------- + +PSsh +---- + +http://code.google.com/p/parallel-ssh/ + +PSsh is Python, startup time of Python is not fast, especially not +on a Rasperry Pi B serving as master of a Pi cluster. :-) + +Pssh has very nice tools and usage, we will try to copy from there. + +Pssh writes output files into directories, this is a nice feature, +but I thing it should be optional not mandatory and the default should +be stdout/stderr. + References ---------- -- cgit v1.2.3-54-g00ecf