📄 delay-compute.sh
字号:
############ Lamia ROMDHANI ###### This script is used to compute the latency of each class in all the nodes and collect the#result in an output file. In our case we will get three output file because we have three#classes.#The user can modify this script if he uses another topology.# we run the latency-dist.sh script following this one to compute the latency distribution of#each class category. ############## Lamia #################################!/bin/csh -fset name_file = audio-video-Bt.tclns ns main_AEDCF_EDCF.tcl $name_file 15 5000 80 1wlan-goodput $name_file 0.5 set flow = 0set max_flows = 14set increment1 = 15set increment2 = 30while ( $flow <= $max_flows ) wlan-lat $name_file $flow AGTwlan-lat $name_file $increment1 AGTwlan-lat $name_file $increment2 AGT @ flow = $flow + 1 @ increment1 = $increment1 + 1 @ increment2 = $increment2 + 1end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -