Sweep through a csv file and provide latency information in an output file.
Author: Jeremiah Owen
Purpose: To identify latency of nodes based off of a csv input.
Use: Input nodes into input.csv. An example is included in the repo. To execute the script open up a command prompt and navigate to the location of the script and make the script executable (e.g. sudo chmod +x PingLatency.py
) run python PingLatency.py
Optional parameters are commented on line 16, to use these you can just move the comment marker #
to line 17.