diff --git a/Examples/SEAMS_Case_Study/MetricTypes.xmi b/Examples/SEAMS_Case_Study/MetricTypes.xmi new file mode 100644 index 0000000000000000000000000000000000000000..23e64013b4cc21427dabdd54aff2de85c82cd4f7 --- /dev/null +++ b/Examples/SEAMS_Case_Study/MetricTypes.xmi @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="ASCII"?> +<perfdatarepo:PerformanceDataRepository xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:perfdatarepo="http://www.descartes-research.net/metamodel/perfdata/0.1" id="1" name="DefaultMetricTypes"> + <metricTypes id="2" name="Vm1Utilization"/> + <metricTypes id="22" name="Vm2Utilization"/> + <metricTypes id="3" name="CV_EJB_AvgResponseTime"/> + <metricTypes id="4" name="Purchase_AvgResponseTime"/> +</perfdatarepo:PerformanceDataRepository> diff --git a/Examples/SEAMS_Case_Study/default.properties b/Examples/SEAMS_Case_Study/default.properties index 3883da57c5a6291802621e3dbb7ad6c4a14316fe..fd2d3260c4b32ed95b18c3b75baef528e2385991 100644 --- a/Examples/SEAMS_Case_Study/default.properties +++ b/Examples/SEAMS_Case_Study/default.properties @@ -1,15 +1,7 @@ -#process.name=SEAMS_PushPull-v2 -#adaptationprocess.instance=../edu.kit.ipd.descartes.adaptation.test/SEAMSv2_Case_Study/pushPullProcess.adaptation -#perfdatarepo.metamodel=edu.kit.ipd.descartes.perfdatarepo.PerformanceDataRepository -#perfdatarepo.instance=../edu.kit.ipd.descartes.adaptation.test/SEAMSv2_Case_Study/simucom-simulationResults.perfdatarepo -#process.maxiterations=2 -## The list of triggering events can be found in EventTypeEnum.java -#event.type=SlaViolatedEvent - process.name=SEAMS_PushPull-v1 adaptationprocess.instance=../Examples/SEAMS_Case_Study/pushpull.adaptation -perfdatarepo.metamodel=edu.kit.ipd.descartes.perfdatarepo.PerformanceDataRepository -perfdatarepo.instance=../Examples/SEAMS_Case_Study/simucomresults.perfdatarepo +perfdatarepo.metamodel=edu.kit.ipd.descartes.ql.models.repository.ObservationRepository +perfdatarepo.instance=../Examples/SEAMS_Case_Study/simucomresults.observationrepo process.maxiterations=3 # The list of triggering events can be found in EventTypeEnum.java event.type=SlaViolatedEvent diff --git a/Examples/SEAMS_Case_Study/pull.properties b/Examples/SEAMS_Case_Study/pull.properties index f23c783ff9df36af423581831a8d51a8464ee450..c62f912233b447bb3c5e9d9b0536075d4724b319 100644 --- a/Examples/SEAMS_Case_Study/pull.properties +++ b/Examples/SEAMS_Case_Study/pull.properties @@ -1,15 +1,7 @@ -#process.name=SEAMS_PushPull-v2 -#adaptationprocess.instance=../edu.kit.ipd.descartes.adaptation.test/SEAMSv2_Case_Study/pushPullProcess.adaptation -#perfdatarepo.metamodel=edu.kit.ipd.descartes.perfdatarepo.PerformanceDataRepository -#perfdatarepo.instance=../edu.kit.ipd.descartes.adaptation.test/SEAMSv2_Case_Study/simucom-simulationResults.perfdatarepo -#process.maxiterations=2 -## The list of triggering events can be found in EventTypeEnum.java -#event.type=SlaViolatedEvent - process.name=SEAMS_PushPull-v1 adaptationprocess.instance=../Examples/SEAMS_Case_Study/pushpull.adaptation -perfdatarepo.metamodel=edu.kit.ipd.descartes.perfdatarepo.PerformanceDataRepository -perfdatarepo.instance=../Examples/SEAMS_Case_Study/simucomresults.perfdatarepo +perfdatarepo.metamodel=edu.kit.ipd.descartes.ql.models.repository.ObservationRepository +perfdatarepo.instance=../Examples/SEAMS_Case_Study/simucomresults.observationrepo process.maxiterations=3 # The list of triggering events can be found in EventTypeEnum.java event.type=ScheduledOptimizationEvent