-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathexample.ini
More file actions
98 lines (66 loc) · 2.91 KB
/
example.ini
File metadata and controls
98 lines (66 loc) · 2.91 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
[General]
network = scenarios.networks.Scenario_DynamicFatTree
output-vector-file = ${resultdir}/${inifile}/${inifile}-${runnumber}.vec
output-scalar-file = ${resultdir}/${inifile}/${inifile}-${runnumber}.sca
sim-time-limit = 300s
repeat = 1
seed-set = ${repetition}
**.fat_tree.K = 2
**.rtt.result-recording-modes = +vector,-stats
**.queueSize.result-recording-modes = +vector,+stats
**.bufferSize.result-recording-modes = +vector,+stats
**.waitingTime.result-recording-modes = +vector,+stats
**.packets.result-recording-modes = +count
**.packetBytes.result-recording-modes = +sum
**.packets*.scalar-recording = true
**.packetBytes*.scalar-recording = true
**.numPacketIn*.scalar-recording = true
**.bufferSize*.vector-recording = true
**.queueSize*.vector-recording = true
**.waitingTime*.vector-recording = true
**.nodeInNumPaths**.scalar-recording = true
**.avgPathLength.scalar-recording = true
**.minPathLength.scalar-recording = true
**.maxPathLength.scalar-recording = true
**.numClients.scalar-recording = true
**.numPaths.scalar-recording = true
**.flowTable**.scalar-recording = true
**.pingApp[*].rtt*.vector-recording = true
**.controllerApps[*].*.scalar-recording = true
**.pingApp[*].numLost*.scalar-recording = true
**.pingApp[*].numOutOfOrderArrivals*.scalar-recording = true
**.vector-recording = false
**.scalar-recording = false
**.spanningTree.startNode = 4
**.highlightActivePorts = true
# random ping application
**.client[*].numPingApps = 1
**.client[*].pingApp[*].typename = "PingAppRandom"
**.client[*].pingApp[*].sendInterval = (0.25s)
**.client[*].pingApp[*].startTime = uniform(100s,120s)
# openflow parameters
**.coreLayerSwitches[*].OF_Switch.connectAddress = "open_flow_controller1"
**.coreLayerSwitches[*].OF_Switch.connectAt = uniform(0s,1s)
**.aggLayerSwitches[*].OF_Switch.connectAddress = "open_flow_controller1"
**.aggLayerSwitches[*].OF_Switch.connectAt = uniform(0s,1s)
**.edgeLayerSwitches[*].OF_Switch.connectAddress = "open_flow_controller1"
**.edgeLayerSwitches[*].OF_Switch.connectAt = uniform(0s,1s)
# 404bytes see imix and buffer size of 1.5mb see hp switch 1500000/404
**.OF_Switch.bufferCapacity = 3712
**.OF_Switch.serviceTime = 0.000035s
#1800 00 requests per second on 8xcores 8xthreads and 32 switches (hotice2012-final)
**.open_flow_controller*.serviceTime = 0.000005556s
**.open_flow_controller*.numControllerApps = 2
**.open_flow_controller*.controllerApps[0].typename = "LLDPBalancedMinHop"
#refer to beacon leraning switch code
**.open_flow_controller*.controllerApps[0].flowModIdleTimeOut = 5
**.open_flow_controller*.controllerApps[1].typename = "LLDPAgent"
**.open_flow_controller*.controllerApps[1].flowModIdleTimeOut = 140
# NIC configuration
**.ppp[*].queue.frameCapacity = 10 # in routers
#linux mint 15 std value
**.arp.cacheTimeout = 60s
*.configurator.config = xmldoc("ipv4config.xml")
#*.configurator.addStaticRoutes = false
#**.displayAddresses = true
#**.arpType = "GlobalARP"