Diff for /embedaddon/iperf/contrib/iperf3.gp between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2016/10/18 13:28:18 version 1.1.1.2, 2023/09/27 11:14:54
Line 1 Line 1
 #  #
 # sample Gnuplot command file for iperf3 results  # sample Gnuplot command file for iperf3 results
 set term x11  set term x11
#set term png #set term png
 #set term postscript landscape color  #set term postscript landscape color
 set key width -12  set key width -12
   
Line 19  set grid linewidth 1 Line 19  set grid linewidth 1
 set title "TCP performance: 40G to 10G host"  set title "TCP performance: 40G to 10G host"
 set xlabel "time (seconds)"  set xlabel "time (seconds)"
 set ylabel "Bandwidth (Gbits/second)"  set ylabel "Bandwidth (Gbits/second)"
set xrange [0:60] set xrange [0:60]
set yrange [0:15] set yrange [0:15]
 set ytics nomirror  set ytics nomirror
 set y2tics  set y2tics
set y2range [0:2500] set y2range [0:2500]
 # dont plot when retransmits = 0  # dont plot when retransmits = 0
 set datafile missing '0'  set datafile missing '0'
 set pointsize 1.6  set pointsize 1.6
Line 34  plot "40Gto10G.old.dat" using 1:3 title '3.10 kernel'  Line 34  plot "40Gto10G.old.dat" using 1:3 title '3.10 kernel' 
   
 #plot "iperf3.old.dat" using 1:3 title '3.10 kernel' with linespoints lw 3 pt 5, \  #plot "iperf3.old.dat" using 1:3 title '3.10 kernel' with linespoints lw 3 pt 5, \
 #        "iperf3.new.dat" using 1:3 title '4.2 kernel' with linespoints lw 3 pt 7  #        "iperf3.new.dat" using 1:3 title '4.2 kernel' with linespoints lw 3 pt 7
   

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>