I've just started learning batch processing for a short time, and I'm a bit stuck with the boss's requirement. I'm asking you all for help:
Requirement:
1) There are 40 servers in the LAN. It's required to use ping -l 10000 to connect with each other, that is, 40*40 pairs;
2) Take out the "Average" value from the obtained ping results. For each machine, there should be 40 "Average" values;
3) Take the average of the 40 obtained "Average" values for each machine to get one "Average" value;
4) There are 40 "Average" values obtained from mutual pings for 40 machines;
5) Generate a dot chart from the obtained 40 results, and achieve the purpose of network monitoring by viewing the change curve.
(My idea is to run a batch processing on each machine to collect results to one machine, then import the 40 results into an Excel sheet, and then generate a dot chart...)

Thanks...
Requirement:
1) There are 40 servers in the LAN. It's required to use ping -l 10000 to connect with each other, that is, 40*40 pairs;
2) Take out the "Average" value from the obtained ping results. For each machine, there should be 40 "Average" values;
3) Take the average of the 40 obtained "Average" values for each machine to get one "Average" value;
4) There are 40 "Average" values obtained from mutual pings for 40 machines;
5) Generate a dot chart from the obtained 40 results, and achieve the purpose of network monitoring by viewing the change curve.
(My idea is to run a batch processing on each machine to collect results to one machine, then import the 40 results into an Excel sheet, and then generate a dot chart...)

Thanks...
