Python script that plots iPerf3's JSON file
Matplot is required to run this script
pip install matplot
Sample output is provided (sample.json) to plot it run:
python3 iperf_plotter.py sample.json
Two graphs will be generated, one with the throughput along the time, and other with the number of Megabytes sent.