pdsh
Efficient rsh-like utility, for using hosts in parallel
Install
- All systems
-
curl cmd.cat/pdsh.sh
- Debian
-
apt-get install pdsh
- Ubuntu
-
apt-get install pdsh
- Alpine
-
apk add pdsh
- Kali Linux
-
apt-get install pdsh
- Fedora
-
dnf install pdsh
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install pdsh
- OS X
-
brew install pdsh
- Raspbian
-
apt-get install pdsh
- Dockerfile
- dockerfile.run/pdsh
- Docker
-
docker run cmd.cat/pdsh pdsh
powered by Commando
pdsh
Efficient rsh-like utility, for using hosts in parallel
Pdsh is a high-performance, parallel remote shell utility, similar to dsh. It has built-in, thread-safe clients for rsh. Pdsh uses a "sliding window" parallel algorithm to conserve socket resources on the initiating node and to allow progress to continue while timeouts occur on some connections. It makes all parallel connections from one client machine, and attempts to keep 32 (default, can be changed on command line) connections to remote machines at any given time. It can run single commands or as an interactive shell.