tfrc.gp
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:2k
源码类别:

通讯编程

开发平台:

Visual C++

  1. reset
  2. set terminal X
  3. set xrange [4:36]
  4. set xtics 8,4,32
  5. set yrange [0.5:1.3]
  6. set ytics 0.5,0.2,1.3
  7. set size 1,0.5
  8. set key left bottom
  9. set xlabel "Total Number of Flows"
  10. set ylabel "Normalized TFRC Xput"
  11. set terminal postscript monochrome dashed 18 
  12. set output "tfrcLow.ps"
  13. plot "data.0"  using 1:2 title "RED (30 ms)" with lp, "data.1"  using 1:2 title "RED-PD (30 ms)" with lp
  14.  
  15. #plot "data.0" title "" with points 1 2, "data.0" title "" with points 1 2, "data.0" title "" with points 1 2, "data.0" title "" with points 1 2, "data.0" title "" with points 1 2, "data.1" title "" with points 2 3, "data.1" title "" with points 2 3, "data.1" title "" with points 2 3, "data.1" title "" with points 2 3, "data.1" title "" with points 2 3, "disabledData" title "RED (30 ms)" with linespoints 1, "enabledData" title "RED-PD (30 ms)" with linespoints 2
  16. set output "tfrcHigh.ps"
  17. plot "data.0"  using 1:3 title "RED (120 ms)" with lp, "data.1"  using 1:3 title "RED-PD (120 ms)" with lp
  18. #plot "data.0" using 1:3 title "" with points 1 2, "data.0" using 1:3 title "" with points 1 2, "data.0" using 1:3 title "" with points 1 2, "data.0" using 1:3 title "" with points 1 2, "data.0" using 1:3 title "" with points 1 2, "data.1" using 1:3 title "" with points 2 3, "data.1" using 1:3 title "" with points 2 3, "data.1" using 1:3 title "" with points 2 3, "data.1" using 1:3 title "" with points 2 3, "data.1" using 1:3 title "" with points 2 3, "disabledData" using 1:3 title "RED (120 ms)" with linespoints 1, "enabledData" using 1:3 title "RED-PD (120 ms)" with linespoints 2
  19. set yrange [0:8]
  20. set ytics 0,2,8
  21. set ylabel "Drop Rate (%)"
  22. set key left top
  23. set size 1,0.5
  24. set terminal postscript monochrome dashed 18
  25. set output "tfrc-dropRate.ps"
  26. plot "dropRate0-1" title "RED" with linespoints, "dropRate1-1" title "RED-PD" with linespoints
  27. reset
  28. set terminal X
  29. set xrange [4:36]
  30. set xtics 8,4,32
  31. set xlabel "Total Number of Flows"
  32. set ylabel "Throughput (Mbps)"
  33. set terminal postscript monochrome dashed 18
  34. set output "tfrc.ps"
  35. plot "data.0" using 1:5 title "TCP (30ms, RED)" with linespoints, "data.0" using 1:4 title "TFRC (30ms, RED)"with linespoints, "data.1" using 1:5 title "TCP (30ms, RED-PD)" with linespoints, "data.1" using 1:4 title "TFRC (30ms, RED-PD)" with linespoints, "data.0" using 1:7  title "TCP (120ms, RED)" with linespoints, "data.0" using 1:6  title "TFRC (120ms, RED)" with linespoints, "data.1" using 1:7 title "TCP (120ms, RED-PD)" with linespoints, "data.1" using 1:6 title "TFRC (120ms, RED-PD)" with linespoints