Execute the same command on many hosts in parallel
Execute the same command on many hosts in parallel
shmux$ shmux -c 'uptime' -h hosts.txt$ shmux -c 'df -h' -h 'host1:host2:host3:host4:host5' -d ':'$ shmux -c 'systemctl status nginx' -h hosts.txt -m 10