Skip to content
Snippets Groups Projects
Commit 826d0213 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Pre-merge code cleanup

parent 2f78cc2d
No related branches found
No related tags found
2 merge requests!142Release TeraFlowSDN 2.1,!111Performance Reports
Showing
with 64 additions and 59 deletions
......@@ -22,9 +22,9 @@ from .tools.Histogram import results_to_histograms, save_histograms, unaccumulat
##### EXPERIMENT SETTINGS ##############################################################################################
from .experiments.Emu_Onboard import EXPERIMENT_NAME, EXPERIMENT_ID, TIME_START, TIME_END
#from .experiments.L2NM_EMU_Service import EXPERIMENT_NAME, EXPERIMENT_ID, TIME_START, TIME_END
#from .experiments.L3NM_EMU_Service import EXPERIMENT_NAME, EXPERIMENT_ID, TIME_START, TIME_END
from .experiments.scenario_1.Emu_Onboard import EXPERIMENT_NAME, EXPERIMENT_ID, TIME_START, TIME_END
#from .experiments.scenario_1.L2NM_EMU_Service import EXPERIMENT_NAME, EXPERIMENT_ID, TIME_START, TIME_END
#from .experiments.scenario_1.L3NM_EMU_Service import EXPERIMENT_NAME, EXPERIMENT_ID, TIME_START, TIME_END
TIME_STEP = '1m'
LABEL_FILTERS = {}
......
......@@ -22,9 +22,9 @@ from .tools.Histogram import results_to_histograms, save_histograms, unaccumulat
##### EXPERIMENT SETTINGS ##############################################################################################
from .experiments.Emu_Onboard import EXPERIMENT_NAME, EXPERIMENT_ID, TIME_START, TIME_END
#from .experiments.L2NM_EMU_Service import EXPERIMENT_NAME, EXPERIMENT_ID, TIME_START, TIME_END
#from .experiments.L3NM_EMU_Service import EXPERIMENT_NAME, EXPERIMENT_ID, TIME_START, TIME_END
from .experiments.scenario_1.Emu_Onboard import EXPERIMENT_NAME, EXPERIMENT_ID, TIME_START, TIME_END
#from .experiments.scenario_1.L2NM_EMU_Service import EXPERIMENT_NAME, EXPERIMENT_ID, TIME_START, TIME_END
#from .experiments.scenario_1.L3NM_EMU_Service import EXPERIMENT_NAME, EXPERIMENT_ID, TIME_START, TIME_END
TIME_STEP = '1m'
LABEL_FILTERS = {
#'driver': 'emulated',
......
......@@ -22,9 +22,9 @@ from .tools.Histogram import results_to_histograms, save_histograms, unaccumulat
##### EXPERIMENT SETTINGS ##############################################################################################
from .experiments.Emu_Onboard import EXPERIMENT_NAME, EXPERIMENT_ID, TIME_START, TIME_END
#from .experiments.L2NM_EMU_Service import EXPERIMENT_NAME, EXPERIMENT_ID, TIME_START, TIME_END
#from .experiments.L3NM_EMU_Service import EXPERIMENT_NAME, EXPERIMENT_ID, TIME_START, TIME_END
from .experiments.scenario_1.Emu_Onboard import EXPERIMENT_NAME, EXPERIMENT_ID, TIME_START, TIME_END
#from .experiments.scenario_1.L2NM_EMU_Service import EXPERIMENT_NAME, EXPERIMENT_ID, TIME_START, TIME_END
#from .experiments.scenario_1.L3NM_EMU_Service import EXPERIMENT_NAME, EXPERIMENT_ID, TIME_START, TIME_END
TIME_STEP = '1m'
LABEL_FILTERS = {
#'driver': 'emulated',
......
......@@ -22,9 +22,9 @@ from .tools.Histogram import results_to_histograms, save_histograms, unaccumulat
##### EXPERIMENT SETTINGS ##############################################################################################
from .experiments.Emu_Onboard import EXPERIMENT_NAME, EXPERIMENT_ID, TIME_START, TIME_END
#from .experiments.L2NM_EMU_Service import EXPERIMENT_NAME, EXPERIMENT_ID, TIME_START, TIME_END
#from .experiments.L3NM_EMU_Service import EXPERIMENT_NAME, EXPERIMENT_ID, TIME_START, TIME_END
from .experiments.scenario_1.Emu_Onboard import EXPERIMENT_NAME, EXPERIMENT_ID, TIME_START, TIME_END
#from .experiments.scenario_1.L2NM_EMU_Service import EXPERIMENT_NAME, EXPERIMENT_ID, TIME_START, TIME_END
#from .experiments.scenario_1.L3NM_EMU_Service import EXPERIMENT_NAME, EXPERIMENT_ID, TIME_START, TIME_END
TIME_STEP = '1m'
LABEL_FILTERS = {
#'handler': 'l2nm_emulated',
......
# Copyright 2022-2023 ETSI TeraFlowSDN - TFS OSG (https://tfs.etsi.org/)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
CEST times (UTC+2)
10:00 - 10:03: onboard emulated devices
10:03 - 10:15: l2nm_emulated service setup
1000 requests
- service L2NM
off load: 50 erlang
hold time: 10 sec
inter arrival time: 0.2 sec
workers: 10 threads
1 replica per service
horizontal pod auto-scalers off
CEST times (UTC+2)
10:29 - 10:42: l3nm_emulated service setup
1000 requests
- service L3NM
off load: 50 erlang
hold time: 10 sec
inter arrival time: 0.2 sec
workers: 10 threads
1 replica per service
horizontal pod auto-scalers off
CEST times (UTC+2)
18:45 - 18:50: onboard emulated devices
18:50 - 19:00: l2nm_emulated service setup
1000 requests
- service L2NM
off load: 50 erlang
hold time: 10 sec
inter arrival time: 0.2 sec
workers: 10 threads
1 replica per service
horizontal pod auto-scalers off
19:03 - 19:14: l3nm_emulated service setup
1000 requests
- service L3NM
off load: 50 erlang
hold time: 10 sec
inter arrival time: 0.2 sec
workers: 10 threads
1 replica per service
horizontal pod auto-scalers off
......@@ -12,6 +12,18 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# CEST times (UTC+2)
#
# 10:03 - 10:15: l2nm_emulated service setup
# 1000 requests
# - service L2NM
# off load: 50 erlang
# hold time: 10 sec
# inter arrival time: 0.2 sec
# workers: 10 threads
# 1 replica per service
# horizontal pod auto-scalers off
import datetime
EXPERIMENT_NAME = 'L2VPN with Emulated'
......
......@@ -12,6 +12,18 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# CEST times (UTC+2)
#
# 10:29 - 10:42: l3nm_emulated service setup
# 1000 requests
# - service L3NM
# off load: 50 erlang
# hold time: 10 sec
# inter arrival time: 0.2 sec
# workers: 10 threads
# 1 replica per service
# horizontal pod auto-scalers off
import datetime
EXPERIMENT_NAME = 'L3VPN with Emulated'
......
# Copyright 2022-2023 ETSI TeraFlowSDN - TFS OSG (https://tfs.etsi.org/)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment