summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-08-09 21:01:54 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-08-09 21:01:54 +0200
commit462d0e660691d7ea97bf6d21cca006921ffaf34b (patch)
treec37bca00dbca37eea82d87c2a4303e1c26ff79c3 /README
parent26f76b426fdf81cf6d322f1babf8443997aec864 (diff)
downloadcssh-462d0e660691d7ea97bf6d21cca006921ffaf34b.tar.gz
cssh-462d0e660691d7ea97bf6d21cca006921ffaf34b.tar.bz2
some more remarks in readme about Pssh
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 17 insertions, 0 deletions
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
----------