shmux

Execute the same command on many hosts in parallel

brewmacoslinux
Try with needOr install directly
Source

About

Execute the same command on many hosts in parallel

Commands

shmux

Examples

Run a command on multiple hosts listed in a file$ shmux -c 'uptime' -h hosts.txt
Execute command on 5 hosts in parallel with custom delimiter$ shmux -c 'df -h' -h 'host1:host2:host3:host4:host5' -d ':'
Run command with limited concurrency on many hosts$ shmux -c 'systemctl status nginx' -h hosts.txt -m 10