📄 pktsvsbytes.sh
字号:
#! /bin/cshrm -f data* flows*rm -f pktsVsBytes/flows* pktsVsBytes/tmp* pktsVsBytes/dropRate* pktsVsBytes/data*set t1=1000foreach try ( 1 ) echo "Doing iteration $try" foreach flows ( 4 8 12 16 20 ) echo "Doing flows ${flows}" ns red-pd.tcl one netPktsVsBytes PktsVsBytes flows ${flows} testUnresp 0 verbose -1 time $t1 enable 0 mv one.netPktsVsBytes.PktsVsBytes.0.flows flows0-${try}-${flows} ns red-pd.tcl one netPktsVsBytes PktsVsBytes flows ${flows} testUnresp 0 verbose -1 time $t1 mv one.netPktsVsBytes.PktsVsBytes.1.flows flows1-${try}-${flows}endpktsVsBytes/pktsVsBytes.pl flows0 $t1 1 0pktsVsBytes/pktsVsBytes.pl flows1 $t1 1 1mv flows* data* pktsVsBytescd pktsVsBytesgnuplot pktsVsBytes.gpgv pktsVsBytes0.ps &gv pktsVsBytes1.ps &cd ..
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -