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

通讯编程

开发平台:

Visual C++

  1. #! /bin/csh
  2. rm -f web/flows* web/tmp* web/dropRate* web/data*
  3. set t1=1000
  4. ns red-pd.tcl one netWeb Web enable 0 time $t1 > tmp0
  5. mv one.netWeb.Web.0.flows flows0
  6. web/web.pl flows0 tmp0 $t1 -
  7. ns red-pd.tcl one netWeb Web time $t1 > tmp1
  8. mv one.netWeb.Web.1.flows flows1
  9. web/web.pl flows1 tmp1 $t1 +
  10. mv tmp? flows? data* web
  11. cd web
  12. gnuplot web.gp
  13. gv web.ps &
  14. gv webBoxes.ps &
  15. cd ..