aladdin123 has asked for the wisdom of the Perl Monks concerning the following question:
After searching around CPAN and PerlMonk, I can hardly find some matching answer of my network monitoring requirements.
There are 500 machines, we need to "PING" (or ICMP packet sending and receiving) from one node to every other node, in a very short interval (like 1 second).
So we need to fire a bunch of ICMP packets simultaneously to 499 servers, and receive response within a timeout period (like 1 second).
Gurus please advise some possible programming methods, which can do this "continuously" network monitor.
Thanks!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl ICMP ping multiple servers connect availability check simultaneously
by Corion (Patriarch) on Sep 24, 2014 at 07:28 UTC | |
|
Re: Perl ICMP ping multiple servers connect availability check simultaneously
by salva (Canon) on Sep 24, 2014 at 07:20 UTC | |
by Corion (Patriarch) on Sep 24, 2014 at 13:17 UTC | |
|
Re: Perl ICMP ping multiple servers connect availability check simultaneously
by thargas (Deacon) on Sep 24, 2014 at 13:02 UTC | |
|
Re: Perl ICMP ping multiple servers connect availability check simultaneously
by thospel (Hermit) on Sep 29, 2014 at 09:34 UTC |