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

通讯编程

开发平台:

Visual C++

  1. reset
  2. set terminal X
  3. set xrange [0:21]
  4. set xtics 4,4,20
  5. set yrange [0.0:1.25]
  6. set ytics 0,0.25,1.0
  7. set size 1,0.6
  8. set key right top
  9. set xlabel "Total Number of Flows"
  10. set ylabel "Throughput (RED, pkt)"
  11. set terminal postscript monochrome dashed 18 
  12. set output "pktsVsBytes0-A.ps"
  13. plot "data0-2"  using 1:4 title "Short RTT, large pkts " with lp, "data0-2"  using 1:5 title "Short RTT, small pkts" with lp, "data0-2" using 1:6 title "Long RTT, large pkts" with lp, "data0-2" using 1:7 title "Long RTT, small pkts" with lp
  14. set ylabel "Throughput (RED-PD, pkt)"
  15. set output "pktsVsBytes1-A.ps"
  16. plot "data1-2"  using 1:4 title "Short RTT, large pkts " with lp, "data1-2"  using 1:5 title "Short RTT, small pkts" with lp, "data1-2" using 1:6 title "Long RTT, large pkts" with lp, "data1-2" using 1:7 title "Long RTT, small pkts" with lp
  17. set ylabel "Throughput (RED, byte)"
  18. set terminal postscript monochrome dashed 18 
  19. set output "pktsVsBytes0.ps"
  20. plot "data0-1"  using 1:4 title "Short RTT, large pkts " with lp, "data0-1"  using 1:5 title "Short RTT, small pkts" with lp, "data0-1" using 1:6 title "Long RTT, large pkts" with lp, "data0-1" using 1:7 title "Long RTT, small pkts" with lp
  21. set ylabel "Throughput (RED-PD, byte)"
  22. set output "pktsVsBytes1.ps"
  23. plot "data1-1"  using 1:4 title "Short RTT, large pkts " with lp, "data1-1"  using 1:5 title "Short RTT, small pkts" with lp, "data1-1" using 1:6 title "Long RTT, large pkts" with lp, "data1-1" using 1:7 title "Long RTT, small pkts" with lp