📄 omnetpp.ini
字号:
[General]
preload-ned-files=*.ned
network = token
total-stack-kb=4096 ;4 Mbyte -- increase if necessary
sim-time-limit = 1800s
# cpu-time-limit= 300s
[Cmdenv]
runs-to-execute = 1,2,3
express-mode = yes
# for non-express mode:
module-messages = yes
event-banners = yes
# for express mode:
status-frequency = 50000
performance-display = no
[Tkenv]
#default-run=1
extra-stack=20000 ;20K, but 10K is probably enough
[Parameters]
token.comp[*].gen.numMessages = 1000000
token.comp[*].gen.messageLength = uniform(1,4500)
token.comp[*].mac.queueMaxLen = 20
[Run 1]
description="well loaded ring (if run w/ numStations=5)"
token.THT=0.2s
token.comp[*].gen.interArrivalTime = truncnormal(0.023, 0.006)
output-vector-file = token1.vec
[Run 2]
description="overloaded ring (if run w/ numStations=5)"
token.numStations = 7
token.THT=0.2s
token.comp[*].gen.interArrivalTime = truncnormal(0.015, 0.003)
output-vector-file = token2.vec
[Run 3]
description="ring of 100 stations"
token.numStations = 100
token.THT=0.2s
token.comp[*].gen.interArrivalTime = truncnormal(0.40, 0.2)
output-vector-file = token3.vec
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -