| /////////////////////////////////////////////////////////////////////////////// |
| // Copyright (c) 2000-2019 Ericsson Telecom AB // |
| // // |
| // All rights reserved. This program and the accompanying materials // |
| // are made available under the terms of the Eclipse Public License v2.0 // |
| // which accompanies this distribution, and is available at // |
| // https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html // |
| /////////////////////////////////////////////////////////////////////////////// |
| [MAIN_CONTROLLER] |
| |
| [TESTPORT_PARAMETERS] |
| #*.loadMeas_PCO.debugging := "yes" |
| |
| *.EPTF_guiPortIf.use_connection_ASPs := "yes" |
| *.EPTF_guiPortIf.packet_hdr_length_offset := "0" |
| *.EPTF_guiPortIf.packet_hdr_nr_bytes_in_length := "4" |
| *.EPTF_guiPortIf.packet_hdr_byte_order := "MSB" |
| #*.EPTF_guiPortIf.debug := "yes" |
| *.EPTF_guiPortIf.server_mode := "no" |
| *.EPTF_guiPortIf.halt_on_connection_reset := "no" |
| [MODULE_PARAMETERS] |
| tsp_demoInterval := 60.0 |
| #tsp_demoLoadGenerationPeriod := 0.1 |
| tsp_demoLoadToReach := 50.0 |
| tsp_demoCpsToReach := 20.0 |
| //tsp_NetInterfaceName := "lo0"; |
| //tsp_NetInterfaceName := "ce0"; |
| tsp_NetInterfaceName := "hme0" |
| tsp_bandwidthToReach := 30.0 |
| // kB/s |
| |
| tsp_debug_EPTF_CLL_LoadRegulator_Functions := true |
| tsp_debug_EPTF_CLL_LoadRegulator_Functions_smoothing := false; |
| |
| tsp_EPTF_loadRegulator_measWinSize := 3; |
| tsp_EPTF_loadRegulator_updateTimeout := 1.0; # seconds |
| tsp_EPTF_loadRegulator_LoadVarianceThreshold := 5.0; # in % |
| tsp_EPTF_loadregulator_cpsDelta := 10.0 |
| |
| tsp_EPTF_loadRegulator_errorTolerance := 5.0; # in % |
| tsp_EPTF_loadRegulator_smoothingFactor := 0.5; # should be between 0.0:extreme smoothing and 1,0:no smoothing |
| |
| tsp_xtdp_listen_addr := "127.0.0.1" |
| tsp_xtdp_listen_port := 11420 |
| tsp_EPTF_UIHandler_udp_port := 11421 |
| //tsp_xtdp_listen_port := 11429 |
| //tsp_EPTF_UIHandler_udp_port := 11430 |
| |
| [EXECUTE] |
| //EPTF_LoadRegulator_demo.tc_LoadRegulator_demo |
| //EPTF_LoadRegulator_demo.tc_LoadRegulator_weightedCPS_demo |
| //EPTF_LoadRegulator_Test.tc_LoadRegulator_DS_GUI |
| //EPTF_LoadRegulator_Test.tc_EPTF_LoadRegulator_Test_init_CT |
| //EPTF_LoadRegulator_Test.tc_EPTF_LoadRegulator_Test_exponentialSmoothingFunction |
| //EPTF_LoadRegulator_Test.tc_EPTF_LoadRegulator_Test_calculateNextCps |
| //EPTF_LoadRegulator_Test.tc_LoadRegulator_DS |
| EPTF_LoadRegulator_Test.control |
| |
| [LOGGING] |
| FileMask := LOG_ALL |
| LogFile := "%c@%h-%n.log" |
| SourceInfoFormat := Stack |
| LogEventTypes := Yes |
| LogEntityName := Yes |
| |
| //saved by GUI |