-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathexperiment.json
60 lines (60 loc) · 1018 Bytes
/
experiment.json
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
{
"name": "test",
"interface": "wlp3s0",
"events": {
"1": {
"duration": 20000,
"rules": [
"rate 10mbit"
]
},
"2": {
"duration": 3000,
"rules": [
"rate 10mbit",
"delay 10ms 1ms distribution normal"
]
},
"3": {
"duration": 3000,
"rules": [
"rate 10mbit",
"delay 15ms 1ms distribution normal"
]
},
"4": {
"duration": 6000,
"rules": [
"rate 10mbit",
"delay 20ms 2ms distribution normal",
"loss 1%"
]
},
"5": {
"duration": 3000,
"rules": [
"rate 10mbit",
"delay 15ms 1ms distribution normal"
]
},
"6": {
"duration": 3000,
"rules": [
"rate 10mbit",
"delay 10ms 1ms distribution normal"
]
},
"7": {
"duration": 85000,
"rules": [
"rate 10mbit"
]
},
"8": {
"duration": 1000,
"rules": [
"clear"
]
}
}
}