forked from Lainports/freebsd-ports
- Bring it back from the attic and update to version 2.34 - Nowadays, project is hosted and released on the GitHub - Use more appropriate USE_PERL5 and INSTALL_TARGET values - Hook the test suite to our framework (not all tests pass)
6 lines
319 B
Text
6 lines
319 B
Text
Pdsh is a high-performance, parallel remote shell utility. It uses a sliding
|
|
window of threads to execute remote commands, conserving socket resources while
|
|
allowing some connections to timeout if needed. It was originally written as a
|
|
replacement for IBM's DSH on clusters at LLNL.
|
|
|
|
WWW: https://github.com/chaos/pdsh
|