openminds / bunka

Parallel ssh commands over chef servers with rspec-like output. Bunka uses the exit codes of a command to determine whether it qualifies as a success or failure.
MIT License
10 stars 2 forks source link

Replaces peach with parallel #3

Closed Zhann closed 10 years ago

Zhann commented 10 years ago

This practically doubles the speed.

echo bunka on 666 nodes: 1:57.69 with peach 1:06.74 with parallel

md5sum /etc/debian_version ; sleep 2 on 57 nodes: 29.817 with peach 14.595 with parallel

31264697