Question: Write a script called network - test.sh that takes input a file network - test - machinelist.txt with a list of DNS names ( e
Write a script called networktest.sh that takes input a file networktestmachinelist.txt with a list of DNS names eg google.com, iit.edu, anl.gov each name on a
separate line, and runs the ping utility collecting samples from each DNS name, and
writing the RTT round trip time average latency into a file networktestlatency.txt
where each line will have the DNS name and average RTT separated by a space. Make
sure it works with at least DNS names, but it should work for an unspecified number
of DNS names.
c Write a Python matplotlib script to generate a graph of the networktestlatency.txt
data. The graph should automatically adjust to the number of entries, and the scale of the
data.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
