set terminal postscript eps enhanced "Helvetica" 17 set logscale x set ylabel "throughput [MBit/s]" set xlabel "message size [bytes]" set key left top set grid set output "ng-old-tcpip.eps" plot \ "ng-old-tcp-ip.dat" using 1:17 title "average throughput" w linespoints, \ "ng-old-tcp-ip.dat" using 1:18 title "median throughput" w linespoints, \ "ng-old-tcp-ip.dat" using 1:19 title "maximum throughput" w linespoints set output "ng-new-tcpip.eps" plot \ "ng-new-tcp-ip.dat" using 1:17 title "average throughput" w linespoints, \ "ng-new-tcp-ip.dat" using 1:18 title "median throughput" w linespoints, \ "ng-new-tcp-ip.dat" using 1:19 title "maximum throughput" w linespoints #set title "old netgauge using UDP/IP protocol" #plot \ # "ng-old-udp-ip.dat" using 1:18 title "avg. throughput" w linespoints, \ # "ng-old-udp-ip.dat" using 1:19 title "max. throughput" w linespoints set output "ng-olg-esp.eps" set title "old netgauge using ESP protocol" plot \ "ng-old-esp.dat" using 1:18 title "avg. throughput" w linespoints, \ "ng-old-esp.dat" using 1:19 title "max. throughput" w linespoints #set title "congestion situation using TCP/IP with 4 hosts" #plot \ # "ng-new-tcp-np4-one_many.dat" using 1:17 title "min throughput" w linespoints, \ # "ng-new-tcp-np4-one_many.dat" using 1:18 title "avg. throughput" w linespoints, \ # "ng-new-tcp-np4-one_many.dat" using 1:19 title "med. throughput" w linespoints, \ # "ng-new-tcp-np4-one_many.dat" using 1:20 title "max. throughput" w linespoints set output "esp-vmware-2.eps" set title "ESP in VMWare 2 hosts" plot \ "esp-vmware-one_one.dat" using 1:20 title "max. throughput" w linespoints, \ "esp-vmware-one_one.dat" using 1:19 title "med. throughput" w linespoints, \ "esp-vmware-one_one.dat" using 1:18 title "avg. throughput" w linespoints, \ "esp-vmware-one_one.dat" using 1:17 title "min. throughput" w linespoints