e2edelay.sh

来自「This is a simulator written in Tcl to si」· Shell 代码 · 共 19 行

SH
19
字号
echo "extrace End2end delay from all_Tx_Rx.out"echo -n "calculate voip average delay"perl AppAvgDelay.pl voipSess.tr all_Tx_Rx.out > voipDelay.out perl Average.pl    voipDelay.outecho -n "calculate video average delay"perl AppAvgDelay.pl videoSess.tr all_Tx_Rx.out > videoDelay.out perl Average.pl    videoDelay.outecho -n "calculate http average delay"perl AppAvgDelay.pl httpSess.tr all_Tx_Rx.out > httpDelay.out perl Average.pl   httpDelay.outecho -n "calculate ftp average delay"perl AppAvgDelay.pl ftpSess.tr all_Tx_Rx.out > ftpDelay.out perl Average.pl   ftpDelay.out

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?