Net::OpenSSH::Parallel

Run SSH jobs in parallel
Download

Net::OpenSSH::Parallel Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Salvador Fandi?o GarcĂ­a
  • Publisher web site:
  • http://search.cpan.org/~salva/

Net::OpenSSH::Parallel Tags


Net::OpenSSH::Parallel Description

Run SSH jobs in parallel Net::OpenSSH::Parallel is a scheduler that can run commands in parallel in a set of hosts through SSH. The module tries to find a compromise between being simple to use, efficient and covering a good part of the problem space of parallel process execution via SSH.SYNOPSIS use Net::OpenSSH::Parallel; my $pssh = Net::OpenSSH::Parallel->new(); $pssh->add_host($_) for @hosts; $pssh->push('*', scp_put => '/local/file/path', '/remote/file/path'); $pssh->push('*', command => 'gurummm', '/remote/file/path', '/tmp/output'); $pssh->push($special_host, command => 'prumprum', '/tmp/output'); $pssh->push('*', scp_get => '/tmp/output', 'logs/%HOST%/output'); $pssh->run; Requirements: · Perl


Net::OpenSSH::Parallel Related Software