iperf3_plotter
iperf3_plotter copied to clipboard
Shell script that plots Iperf3's JSON file
Results
2
iperf3_plotter issues
Sort by
recently updated
recently updated
newest added
preprocessor.sh trows error "split: null: invalid number of lines" because the following line looks for ".end.sum_sent.seconds" but the json output has ".end.sum.seconds" num_flows=`jq '.end.sum_sent.seconds' $1 | cut -d. -f1` json...
When I try to generate the files, it only does 3 of them. MTU, Bytes and cwnd but nothing else it looks as if the output from iperf3 on a...