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

通讯编程

开发平台:

Visual C++

  1. reset
  2. set terminal X
  3. set xrange [0:24]
  4. set xtics 4,4,20
  5. set yrange [0.5:1.5]
  6. set ytics 0.5,0.25,1.5
  7. set size 1,0.5
  8. set key left bottom
  9. set xlabel "Total Number of Flows"
  10. set ylabel "Normalized Xput (RED)"
  11. set terminal postscript monochrome dashed 18 
  12. set output "pktsVsBytes0.ps"
  13. plot "data0-1"  using 1:3 title "Long RTT" with lp, "data0-1"  using 1:2 title "Short RTT" with lp
  14. set ylabel "Normalized Xput (RED-PD)"
  15. set output "pktsVsBytes1.ps"
  16. plot "data1-1"  using 1:3 title "Long RTT" with lp, "data1-1"  using 1:2 title "Short RTT" with lp