Skip to content

Commit f36c443

Browse files
committed
testing create config for profiles with constant byterate
1 parent a095b56 commit f36c443

13 files changed

Lines changed: 473 additions & 0 deletions
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Profile information which cannot be modified by the orchestration tool.
2+
name: cbr_10Gb_1P_60s_100MF_100MA
3+
description: Custom created profiles with predictable traffic
4+
marks: [cbr, 10Gb, 60s, 100MF, 100MA]
5+
requirements:
6+
speed: 100
7+
profile: /home/student/2025-bsc-kuppler-flowmeter/cbr_10Gb_1P_60s_100MF_100MA.csv
8+
mtu: 2048
9+
sampling: 1.0
10+
11+
# default configuration describing the setup during profile collection
12+
default:
13+
pps: 3333333
14+
mbps: 10000
15+
generator:
16+
packet_size_probabilities:
17+
"64-388": .0
18+
"389-389": 1 # für konstante paketgröße von 375, wird als MTU (+14) von create_network_profile.py berechnet
19+
probe:
20+
protocols: []
21+
active_timeout: 300
22+
inactive_timeout: 30
23+
24+
# individual tests for general simulation scenario
25+
sim_general:
26+
- id: cbr_10Gb_1P_60s_100MF_100MA_precise
27+
marks: [precise]
28+
speed_multiplier: 1.0
29+
loops: 1
30+
analysis:
31+
model: "precise"
32+
use_statistic_counter: true
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Profile information which cannot be modified by the orchestration tool.
2+
name: cbr_10Gb_1P_60s_100MF_1A
3+
description: Custom created profiles with predictable traffic
4+
marks: [cbr, 10Gb, 60s, 100MF, 1A]
5+
requirements:
6+
speed: 100
7+
profile: /home/student/2025-bsc-kuppler-flowmeter/cbr_10Gb_1P_60s_100MF_1A.csv
8+
mtu: 2048
9+
sampling: 1.0
10+
11+
# default configuration describing the setup during profile collection
12+
default:
13+
pps: 1666666
14+
mbps: 10000
15+
generator:
16+
packet_size_probabilities:
17+
"64-763": .0
18+
"764-764": 1 # für konstante paketgröße von 750, wird als MTU (+14) von create_network_profile.py berechnet
19+
probe:
20+
protocols: []
21+
active_timeout: 300
22+
inactive_timeout: 30
23+
24+
# individual tests for general simulation scenario
25+
sim_general:
26+
- id: cbr_10Gb_1P_60s_100MF_1A_precise
27+
marks: [precise]
28+
speed_multiplier: 1.0
29+
loops: 1
30+
analysis:
31+
model: "precise"
32+
use_statistic_counter: true
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Profile information which cannot be modified by the orchestration tool.
2+
name: cbr_10Gb_1P_60s_100MF_1KA
3+
description: Custom created profiles with predictable traffic
4+
marks: [cbr, 10Gb, 60s, 100MF, 1KA]
5+
requirements:
6+
speed: 100
7+
profile: /home/student/2025-bsc-kuppler-flowmeter/cbr_10Gb_1P_60s_100MF_1KA.csv
8+
mtu: 2048
9+
sampling: 1.0
10+
11+
# default configuration describing the setup during profile collection
12+
default:
13+
pps: 1666683
14+
mbps: 10000
15+
generator:
16+
packet_size_probabilities:
17+
"64-762": .0
18+
"763-763": 1 # für konstante paketgröße von 749, wird als MTU (+14) von create_network_profile.py berechnet
19+
probe:
20+
protocols: []
21+
active_timeout: 300
22+
inactive_timeout: 30
23+
24+
# individual tests for general simulation scenario
25+
sim_general:
26+
- id: cbr_10Gb_1P_60s_100MF_1KA_precise
27+
marks: [precise]
28+
speed_multiplier: 1.0
29+
loops: 1
30+
analysis:
31+
model: "precise"
32+
use_statistic_counter: true
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Profile information which cannot be modified by the orchestration tool.
2+
name: cbr_10Gb_1P_60s_100MF_1MA
3+
description: Custom created profiles with predictable traffic
4+
marks: [cbr, 10Gb, 60s, 100MF, 1MA]
5+
requirements:
6+
speed: 100
7+
profile: /home/student/2025-bsc-kuppler-flowmeter/cbr_10Gb_1P_60s_100MF_1MA.csv
8+
mtu: 2048
9+
sampling: 1.0
10+
11+
# default configuration describing the setup during profile collection
12+
default:
13+
pps: 1683333
14+
mbps: 10000
15+
generator:
16+
packet_size_probabilities:
17+
"64-755": .0
18+
"756-756": 1 # für konstante paketgröße von 742, wird als MTU (+14) von create_network_profile.py berechnet
19+
probe:
20+
protocols: []
21+
active_timeout: 300
22+
inactive_timeout: 30
23+
24+
# individual tests for general simulation scenario
25+
sim_general:
26+
- id: cbr_10Gb_1P_60s_100MF_1MA_precise
27+
marks: [precise]
28+
speed_multiplier: 1.0
29+
loops: 1
30+
analysis:
31+
model: "precise"
32+
use_statistic_counter: true
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Profile information which cannot be modified by the orchestration tool.
2+
name: cbr_10Gb_20KP_60s_1KF_1KA
3+
description: Custom created profiles with predictable traffic
4+
marks: [cbr, 10Gb, 60s, 1KF, 1KA]
5+
requirements:
6+
speed: 100
7+
profile: /home/student/2025-bsc-kuppler-flowmeter/cbr_10Gb_20KP_60s_1KF_1KA.csv
8+
mtu: 2048
9+
sampling: 1.0
10+
11+
# default configuration describing the setup during profile collection
12+
default:
13+
pps: 666333
14+
mbps: 10000
15+
generator:
16+
packet_size_probabilities:
17+
"64-1888": .0
18+
"1889-1889": 1 # für konstante paketgröße von 1875, wird als MTU (+14) von create_network_profile.py berechnet
19+
probe:
20+
protocols: []
21+
active_timeout: 300
22+
inactive_timeout: 30
23+
24+
# individual tests for general simulation scenario
25+
sim_general:
26+
- id: cbr_10Gb_20KP_60s_1KF_1KA_precise
27+
marks: [precise]
28+
speed_multiplier: 1.0
29+
loops: 1
30+
analysis:
31+
model: "precise"
32+
use_statistic_counter: true
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Profile information which cannot be modified by the orchestration tool.
2+
name: cbr_10Gb_20P_60s_1MF_1MA
3+
description: Custom created profiles with predictable traffic
4+
marks: [cbr, 10Gb, 60s, 1MF, 1MA]
5+
requirements:
6+
speed: 100
7+
profile: /home/student/2025-bsc-kuppler-flowmeter/cbr_10Gb_20P_60s_1MF_1MA.csv
8+
mtu: 2048
9+
sampling: 1.0
10+
11+
# default configuration describing the setup during profile collection
12+
default:
13+
pps: 666666
14+
mbps: 10000
15+
generator:
16+
packet_size_probabilities:
17+
"64-1888": .0
18+
"1889-1889": 1 # für konstante paketgröße von 1875, wird als MTU (+14) von create_network_profile.py berechnet
19+
probe:
20+
protocols: []
21+
active_timeout: 300
22+
inactive_timeout: 30
23+
24+
# individual tests for general simulation scenario
25+
sim_general:
26+
- id: cbr_10Gb_20P_60s_1MF_1MA_precise
27+
marks: [precise]
28+
speed_multiplier: 1.0
29+
loops: 1
30+
analysis:
31+
model: "precise"
32+
use_statistic_counter: true
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Profile information which cannot be modified by the orchestration tool.
2+
name: cbr_10Gb_40KP_60s_1KF_1A
3+
description: Custom created profiles with predictable traffic
4+
marks: [cbr, 10Gb, 60s, 1KF, 1A]
5+
requirements:
6+
speed: 100
7+
profile: /home/student/2025-bsc-kuppler-flowmeter/cbr_10Gb_40KP_60s_1KF_1A.csv
8+
mtu: 2048
9+
sampling: 1.0
10+
11+
# default configuration describing the setup during profile collection
12+
default:
13+
pps: 666666
14+
mbps: 10000
15+
generator:
16+
packet_size_probabilities:
17+
"64-1888": .0
18+
"1889-1889": 1 # für konstante paketgröße von 1875, wird als MTU (+14) von create_network_profile.py berechnet
19+
probe:
20+
protocols: []
21+
active_timeout: 300
22+
inactive_timeout: 30
23+
24+
# individual tests for general simulation scenario
25+
sim_general:
26+
- id: cbr_10Gb_40KP_60s_1KF_1A_precise
27+
marks: [precise]
28+
speed_multiplier: 1.0
29+
loops: 1
30+
analysis:
31+
model: "precise"
32+
use_statistic_counter: true
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Profile information which cannot be modified by the orchestration tool.
2+
name: cbr_10Gb_40MP_60s_1F_1A
3+
description: Custom created profiles with predictable traffic
4+
marks: [cbr, 10Gb, 60s, 1F, 1A]
5+
requirements:
6+
speed: 100
7+
profile: /home/student/2025-bsc-kuppler-flowmeter/cbr_10Gb_40MP_60s_1F_1A.csv
8+
mtu: 2048
9+
sampling: 1.0
10+
11+
# default configuration describing the setup during profile collection
12+
default:
13+
pps: 666666
14+
mbps: 10000
15+
generator:
16+
packet_size_probabilities:
17+
"64-1888": .0
18+
"1889-1889": 1 # für konstante paketgröße von 1875, wird als MTU (+14) von create_network_profile.py berechnet
19+
probe:
20+
protocols: []
21+
active_timeout: 300
22+
inactive_timeout: 30
23+
24+
# individual tests for general simulation scenario
25+
sim_general:
26+
- id: cbr_10Gb_40MP_60s_1F_1A_precise
27+
marks: [precise]
28+
speed_multiplier: 1.0
29+
loops: 1
30+
analysis:
31+
model: "precise"
32+
use_statistic_counter: true
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Profile information which cannot be modified by the orchestration tool.
2+
name: cbr_10Gb_40P_60s_1MF_1A
3+
description: Custom created profiles with predictable traffic
4+
marks: [cbr, 10Gb, 60s, 1MF, 1A]
5+
requirements:
6+
speed: 100
7+
profile: /home/student/2025-bsc-kuppler-flowmeter/cbr_10Gb_40P_60s_1MF_1A.csv
8+
mtu: 2048
9+
sampling: 1.0
10+
11+
# default configuration describing the setup during profile collection
12+
default:
13+
pps: 666666
14+
mbps: 10000
15+
generator:
16+
packet_size_probabilities:
17+
"64-1888": .0
18+
"1889-1889": 1 # für konstante paketgröße von 1875, wird als MTU (+14) von create_network_profile.py berechnet
19+
probe:
20+
protocols: []
21+
active_timeout: 300
22+
inactive_timeout: 30
23+
24+
# individual tests for general simulation scenario
25+
sim_general:
26+
- id: cbr_10Gb_40P_60s_1MF_1A_precise
27+
marks: [precise]
28+
speed_multiplier: 1.0
29+
loops: 1
30+
analysis:
31+
model: "precise"
32+
use_statistic_counter: true
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Profile information which cannot be modified by the orchestration tool.
2+
name: cbr_10Gb_40P_60s_1MF_1KA
3+
description: Custom created profiles with predictable traffic
4+
marks: [cbr, 10Gb, 60s, 1MF, 1KA]
5+
requirements:
6+
speed: 100
7+
profile: /home/student/2025-bsc-kuppler-flowmeter/cbr_10Gb_40P_60s_1MF_1KA.csv
8+
mtu: 2048
9+
sampling: 1.0
10+
11+
# default configuration describing the setup during profile collection
12+
default:
13+
pps: 667332
14+
mbps: 10000
15+
generator:
16+
packet_size_probabilities:
17+
"64-1886": .0
18+
"1887-1887": 1 # für konstante paketgröße von 1873, wird als MTU (+14) von create_network_profile.py berechnet
19+
probe:
20+
protocols: []
21+
active_timeout: 300
22+
inactive_timeout: 30
23+
24+
# individual tests for general simulation scenario
25+
sim_general:
26+
- id: cbr_10Gb_40P_60s_1MF_1KA_precise
27+
marks: [precise]
28+
speed_multiplier: 1.0
29+
loops: 1
30+
analysis:
31+
model: "precise"
32+
use_statistic_counter: true

0 commit comments

Comments
 (0)