Skip to content
Snippets Groups Projects
Commit c627f832 authored by Nikolaus Huber's avatar Nikolaus Huber
Browse files

git-svn-id: https://se1.informatik.uni-wuerzburg.de/usvn/svn/code/code/DMM/trunk@11236 9e42b895-fcda-4063-8a3b-11be15eb1bbd
parent 37ebf676
No related branches found
No related tags found
No related merge requests found
...@@ -274,34 +274,27 @@ ...@@ -274,34 +274,27 @@
name="SlaViolatedEvent"/> name="SlaViolatedEvent"/>
<tactics <tactics
id="wt1" id="wt1"
name="weightedTacticIncreaseResources" name="AddResourcesWeightedTactic"
usedTactic="2341234" usedTactic="2341234"
currentWeight="100.0" currentWeight="1.0"
defaultWeight="100.0"/> defaultWeight="1.0"/>
<weightingFunction <weightingFunction
id="wf1" id="wf1"
name="weightedSum"> name="WeightedSum">
<weightedMetrics <weightedMetrics
id="_TzHMgGVXEeK4L53_AeGtGA" id="_TzHMgGVXEeK4L53_AeGtGA"
name="utilizationMetricWeight" name="UtilizationWeight"
weight="1.0"> weight="1.0">
<metricType <metricType
href="PerformanceDataRepositoryDummy.xmi#2"/> href="PerformanceDataRepositoryDummy.xmi#2"/>
</weightedMetrics> </weightedMetrics>
<weightedMetrics <weightedMetrics
id="_QKf6YGllEeKYrN0mFHpJCQ" id="_QKf6YGllEeKYrN0mFHpJCQ"
name="goldCustomerResponseTimeWeight" name="ResponseTimeWeight"
weight="-2.0"> weight="-2.0">
<metricType <metricType
href="PerformanceDataRepositoryDummy.xmi#3"/> href="PerformanceDataRepositoryDummy.xmi#3"/>
</weightedMetrics> </weightedMetrics>
<weightedMetrics
id="_UBs1cGllEeKYrN0mFHpJCQ"
name="silverCustomerResponseTimeWeight"
weight="-1.0">
<metricType
href="PerformanceDataRepositoryDummy.xmi#4"/>
</weightedMetrics>
</weightingFunction> </weightingFunction>
</strategies> </strategies>
<strategies <strategies
...@@ -312,43 +305,43 @@ ...@@ -312,43 +305,43 @@
name="ScheduledMaintenanceEvent"/> name="ScheduledMaintenanceEvent"/>
<tactics <tactics
id="_Tk5LUYAnEeKW2vVcg5ekRw" id="_Tk5LUYAnEeKW2vVcg5ekRw"
name="weightedTacticDecreaseResources" name="RemoveResourcesWeightedTactic"
usedTactic="123123" usedTactic="123123"
currentWeight="100.0" currentWeight="1.0"
defaultWeight="100.0"/> defaultWeight="1.0"/>
<tactics
id="_4j5FkaamEeKwhcuIujY6Yw"
name="UndoPreviousActionWeightedTactic"
usedTactic="_zFC2EaaMEeKdn_E8M08Q_g"
currentWeight="0.5"
defaultWeight="0.5"/>
<weightingFunction <weightingFunction
id="wf2" id="wf1"
name="weightedSum"> name="WeightedSum">
<weightedMetrics <weightedMetrics
id="_TzHMgGVXEeK4L53_AeGtGA1" id="_TzHMgGVXEeK4L53_AeGtGA1"
name="utilizationMetricWeight" name="UtilizationWeight"
weight="1.0"> weight="1.0">
<metricType <metricType
href="PerformanceDataRepositoryDummy.xmi#2"/> href="PerformanceDataRepositoryDummy.xmi#2"/>
</weightedMetrics> </weightedMetrics>
<weightedMetrics <weightedMetrics
id="_QKf6YGllEeKYrN0mFHpJCQ1" id="_Fc5YUKanEeKwhcuIujY6Yw"
name="goldCustomerResponseTimeWeight" name="ResponseTimeWeight"
weight="-2.0"> weight="-2.0">
<metricType <metricType
href="PerformanceDataRepositoryDummy.xmi#3"/> href="PerformanceDataRepositoryDummy.xmi#3"/>
</weightedMetrics> </weightedMetrics>
<weightedMetrics
id="_UBs1cGllEeKYrN0mFHpJCQ1"
name="silverCustomerResponseTimeWeight"
weight="-1.0">
<metricType
href="PerformanceDataRepositoryDummy.xmi#4"/>
</weightedMetrics>
</weightingFunction> </weightingFunction>
</strategies> </strategies>
<goal description="&lt;&lt;Maintain SLAs of all serivces while using resources efficiently>>"> <goal description="&lt;&lt;Maintain SLAs of all serivces using resources efficiently>>">
<objectives <objectives
id="_GdVkoKaGEeKsaqdh-1smGw" id="_GdVkoKaGEeKsaqdh-1smGw"
name="ServiceLevelAgreements" name="MaintainSLAs"
specification=""/> specification="90% Quantile of ResponseTime"/>
<objectives <objectives
id="_G-ctoKaGEeKsaqdh-1smGw" id="_G-ctoKaGEeKsaqdh-1smGw"
name="resourceEfficiency"/> name="OptimizeResourceEfficiency"
specification="85% > Utilization > 45%"/>
</goal> </goal>
</adaptation:AdaptationProcess> </adaptation:AdaptationProcess>
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