set xlabel "time [s]"
set ylabel "Throughput [Mbps]"
set key bel
plot "tcp1.tr" u ($1):($2) t "TCP1" w lp lt rgb "blue", "tcp2.tr" u ($1):($2) t "TCP2" w lp lt rgb "red"
set term png
set output "TCPThroughput.png"
replot
pause -1
Resource created Saturday 04 September 2021, 10:47:44 AM.
file: throughput.plot