Skip to content
Snippets Groups Projects
Commit 91d7eca0 authored by Simon Trapp's avatar Simon Trapp
Browse files

cleanup and merge from StatisticalModel_SimonTrapp

parent df3362fa
No related branches found
No related tags found
No related merge requests found
Showing
with 0 additions and 869 deletions
<?xml version="1.0" encoding="ASCII"?>
<usageprofile:UsageProfile xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:functions="http://www.descartes.tools/metamodel/functions/1.0" xmlns:usageprofile="http://www.descartes.tools/metamodel/usageprofile/1.0" id="_yiEmIEeqEeSW4Op0B0CyhQ" name="usgProfile">
<imports importURI="min.system"/>
<imports importURI="min.repository"/>
<system href="min.system#_zdRVAEeoEeSW4Op0B0CyhQ"/>
<usageScenarios id="_yiFNMEeqEeSW4Op0B0CyhQ" name="usagescenario">
<scenarioBehavior>
<actions xsi:type="usageprofile:SystemCallUserAction" id="_A_DeMEmxEeOPLK3yYyEQWQ" name="usageToA">
<providingRole href="min.system#_43ITxO2eEeib_P5jAe7dPw"/>
<signature href="min.repository#_vzGrUO2aEeib_P5jAe7dPw"/>
</actions>
</scenarioBehavior>
<workloadType xsi:type="usageprofile:OpenWorkloadType">
<interArrivalTime>
<probFunction xsi:type="functions:ExponentialDistribution" rate="0.005"/>
</interArrivalTime>
</workloadType>
</usageScenarios>
</usageprofile:UsageProfile>
SELECT usageToA.avgResponseTime, ToB.avgResponseTime, ToC.avgResponseTime, ToD.avgResponseTime, ToE.avgResponseTime, ToF.avgResponseTime, ToG.avgResponseTime, CPA_CPU.utilization, CPB_CPU.utilization, CPC_CPU.utilization, CPE_CPU.utilization, CPF_CPU.utilization, CPDG_CPU.utilization
EVALUATE DOF
VARYING 'ExponentialDistribution of OpenWorkload with ID _yiFNMEeqEeSW4Op0B0CyhQ' <0.010, 0.015, 0.020, 0.025>
FOR SERVICE '_A_DeMEmxEeOPLK3yYyEQWQ' AS usageToA,
SERVICE '_yiFNMEeqEeSW4Op0B0CyhQ' AS usagescenario,
SERVICE '_NSR-wO2eEeib_P5jAe7dPw' AS ToF,
SERVICE '_PVKcgO2eEeib_P5jAe7dPw' AS ToG,
SERVICE '_1XjV4O2bEeib_P5jAe7dPw' AS ToC,
SERVICE '_3Nfj0O2bEeib_P5jAe7dPw' AS ToE,
SERVICE '_W7bVMO2cEeib_P5jAe7dPw' AS ToD,
SERVICE '_jPXogO2bEeib_P5jAe7dPw' AS ToB,
RESOURCE '_6aFrIvMLEeiRdfQDBIGrTA' AS CPC_Network,
RESOURCE '_6uWD4vMLEeiRdfQDBIGrTA' AS CPDG_Network,
RESOURCE '_We1_hO2fEeib_P5jAe7dPw' AS CPB_CPU,
RESOURCE '_yS7WwfMLEeiRdfQDBIGrTA' AS CPA_Network,
RESOURCE '_Wr9OdO2fEeib_P5jAe7dPw' AS CPDG_CPU,
RESOURCE '_W9C-dO2fEeib_P5jAe7dPw' AS CPF_CPU,
RESOURCE '_7J0e8vMLEeiRdfQDBIGrTA' AS CPE_Network,
RESOURCE '_7nRP8vMLEeiRdfQDBIGrTA' AS CPF_Network,
RESOURCE '_I3tj4EnuEeOWVc_o6w1CBw' AS CPA_CPU,
RESOURCE '_6JPywPMLEeiRdfQDBIGrTA' AS CPB_Network,
RESOURCE '_WjRMhO2fEeib_P5jAe7dPw' AS CPC_CPU,
RESOURCE '_W2LhdO2fEeib_P5jAe7dPw' AS CPE_CPU
USING dml@'minmodel.properties';
\ No newline at end of file
SELECT usageToA.avgResponseTime
CONSTRAINED AS 'USE_STATISTICAL_MODEL:A'
EVALUATE DOF
VARYING 'ExponentialDistribution of OpenWorkload with ID _yiFNMEeqEeSW4Op0B0CyhQ' <0.015>
FOR SERVICE '_A_DeMEmxEeOPLK3yYyEQWQ' AS usageToA,
SERVICE '_yiFNMEeqEeSW4Op0B0CyhQ' AS usagescenario,
SERVICE '_NSR-wO2eEeib_P5jAe7dPw' AS ToF,
SERVICE '_PVKcgO2eEeib_P5jAe7dPw' AS ToG,
SERVICE '_1XjV4O2bEeib_P5jAe7dPw' AS ToC,
SERVICE '_3Nfj0O2bEeib_P5jAe7dPw' AS ToE,
SERVICE '_W7bVMO2cEeib_P5jAe7dPw' AS ToD,
SERVICE '_jPXogO2bEeib_P5jAe7dPw' AS ToB,
RESOURCE '_6aFrIvMLEeiRdfQDBIGrTA' AS CPC_Network,
RESOURCE '_6uWD4vMLEeiRdfQDBIGrTA' AS CPDG_Network,
RESOURCE '_We1_hO2fEeib_P5jAe7dPw' AS CPB_CPU,
RESOURCE '_yS7WwfMLEeiRdfQDBIGrTA' AS CPA_Network,
RESOURCE '_Wr9OdO2fEeib_P5jAe7dPw' AS CPDG_CPU,
RESOURCE '_W9C-dO2fEeib_P5jAe7dPw' AS CPF_CPU,
RESOURCE '_7J0e8vMLEeiRdfQDBIGrTA' AS CPE_Network,
RESOURCE '_7nRP8vMLEeiRdfQDBIGrTA' AS CPF_Network,
RESOURCE '_I3tj4EnuEeOWVc_o6w1CBw' AS CPA_CPU,
RESOURCE '_6JPywPMLEeiRdfQDBIGrTA' AS CPB_Network,
RESOURCE '_WjRMhO2fEeib_P5jAe7dPw' AS CPC_CPU,
RESOURCE '_W2LhdO2fEeib_P5jAe7dPw' AS CPE_CPU
USING dml@'minmodel.properties';
\ No newline at end of file
SELECT usageToA.avgResponseTime, ToB.avgResponseTime
CONSTRAINED AS 'USE_STATISTICAL_MODEL:B'
EVALUATE DOF
VARYING 'ExponentialDistribution of OpenWorkload with ID _yiFNMEeqEeSW4Op0B0CyhQ' <0.015>
FOR SERVICE '_A_DeMEmxEeOPLK3yYyEQWQ' AS usageToA,
SERVICE '_yiFNMEeqEeSW4Op0B0CyhQ' AS usagescenario,
SERVICE '_NSR-wO2eEeib_P5jAe7dPw' AS ToF,
SERVICE '_PVKcgO2eEeib_P5jAe7dPw' AS ToG,
SERVICE '_1XjV4O2bEeib_P5jAe7dPw' AS ToC,
SERVICE '_3Nfj0O2bEeib_P5jAe7dPw' AS ToE,
SERVICE '_W7bVMO2cEeib_P5jAe7dPw' AS ToD,
SERVICE '_jPXogO2bEeib_P5jAe7dPw' AS ToB,
RESOURCE '_6aFrIvMLEeiRdfQDBIGrTA' AS CPC_Network,
RESOURCE '_6uWD4vMLEeiRdfQDBIGrTA' AS CPDG_Network,
RESOURCE '_We1_hO2fEeib_P5jAe7dPw' AS CPB_CPU,
RESOURCE '_yS7WwfMLEeiRdfQDBIGrTA' AS CPA_Network,
RESOURCE '_Wr9OdO2fEeib_P5jAe7dPw' AS CPDG_CPU,
RESOURCE '_W9C-dO2fEeib_P5jAe7dPw' AS CPF_CPU,
RESOURCE '_7J0e8vMLEeiRdfQDBIGrTA' AS CPE_Network,
RESOURCE '_7nRP8vMLEeiRdfQDBIGrTA' AS CPF_Network,
RESOURCE '_I3tj4EnuEeOWVc_o6w1CBw' AS CPA_CPU,
RESOURCE '_6JPywPMLEeiRdfQDBIGrTA' AS CPB_Network,
RESOURCE '_WjRMhO2fEeib_P5jAe7dPw' AS CPC_CPU,
RESOURCE '_W2LhdO2fEeib_P5jAe7dPw' AS CPE_CPU
USING dml@'minmodel.properties';
\ No newline at end of file
SELECT usageToA.avgResponseTime, ToB.avgResponseTime, ToC.avgResponseTime, ToE.avgResponseTime, ToF.avgResponseTime, ToG.avgResponseTime
CONSTRAINED AS 'USE_STATISTICAL_MODEL:C'
EVALUATE DOF
VARYING 'ExponentialDistribution of OpenWorkload with ID _yiFNMEeqEeSW4Op0B0CyhQ' <0.015>
FOR SERVICE '_A_DeMEmxEeOPLK3yYyEQWQ' AS usageToA,
SERVICE '_yiFNMEeqEeSW4Op0B0CyhQ' AS usagescenario,
SERVICE '_NSR-wO2eEeib_P5jAe7dPw' AS ToF,
SERVICE '_PVKcgO2eEeib_P5jAe7dPw' AS ToG,
SERVICE '_1XjV4O2bEeib_P5jAe7dPw' AS ToC,
SERVICE '_3Nfj0O2bEeib_P5jAe7dPw' AS ToE,
SERVICE '_W7bVMO2cEeib_P5jAe7dPw' AS ToD,
SERVICE '_jPXogO2bEeib_P5jAe7dPw' AS ToB,
RESOURCE '_6aFrIvMLEeiRdfQDBIGrTA' AS CPC_Network,
RESOURCE '_6uWD4vMLEeiRdfQDBIGrTA' AS CPDG_Network,
RESOURCE '_We1_hO2fEeib_P5jAe7dPw' AS CPB_CPU,
RESOURCE '_yS7WwfMLEeiRdfQDBIGrTA' AS CPA_Network,
RESOURCE '_Wr9OdO2fEeib_P5jAe7dPw' AS CPDG_CPU,
RESOURCE '_W9C-dO2fEeib_P5jAe7dPw' AS CPF_CPU,
RESOURCE '_7J0e8vMLEeiRdfQDBIGrTA' AS CPE_Network,
RESOURCE '_7nRP8vMLEeiRdfQDBIGrTA' AS CPF_Network,
RESOURCE '_I3tj4EnuEeOWVc_o6w1CBw' AS CPA_CPU,
RESOURCE '_6JPywPMLEeiRdfQDBIGrTA' AS CPB_Network,
RESOURCE '_WjRMhO2fEeib_P5jAe7dPw' AS CPC_CPU,
RESOURCE '_W2LhdO2fEeib_P5jAe7dPw' AS CPE_CPU
USING dml@'minmodel.properties';
\ No newline at end of file
SELECT usageToA.avgResponseTime, ToB.avgResponseTime, ToC.avgResponseTime, ToD.avgResponseTime, ToE.avgResponseTime, ToF.avgResponseTime, ToG.avgResponseTime
CONSTRAINED AS 'USE_STATISTICAL_MODEL:D'
EVALUATE DOF
VARYING 'ExponentialDistribution of OpenWorkload with ID _yiFNMEeqEeSW4Op0B0CyhQ' <0.015>
FOR SERVICE '_A_DeMEmxEeOPLK3yYyEQWQ' AS usageToA,
SERVICE '_yiFNMEeqEeSW4Op0B0CyhQ' AS usagescenario,
SERVICE '_NSR-wO2eEeib_P5jAe7dPw' AS ToF,
SERVICE '_PVKcgO2eEeib_P5jAe7dPw' AS ToG,
SERVICE '_1XjV4O2bEeib_P5jAe7dPw' AS ToC,
SERVICE '_3Nfj0O2bEeib_P5jAe7dPw' AS ToE,
SERVICE '_W7bVMO2cEeib_P5jAe7dPw' AS ToD,
SERVICE '_jPXogO2bEeib_P5jAe7dPw' AS ToB,
RESOURCE '_6aFrIvMLEeiRdfQDBIGrTA' AS CPC_Network,
RESOURCE '_6uWD4vMLEeiRdfQDBIGrTA' AS CPDG_Network,
RESOURCE '_We1_hO2fEeib_P5jAe7dPw' AS CPB_CPU,
RESOURCE '_yS7WwfMLEeiRdfQDBIGrTA' AS CPA_Network,
RESOURCE '_Wr9OdO2fEeib_P5jAe7dPw' AS CPDG_CPU,
RESOURCE '_W9C-dO2fEeib_P5jAe7dPw' AS CPF_CPU,
RESOURCE '_7J0e8vMLEeiRdfQDBIGrTA' AS CPE_Network,
RESOURCE '_7nRP8vMLEeiRdfQDBIGrTA' AS CPF_Network,
RESOURCE '_I3tj4EnuEeOWVc_o6w1CBw' AS CPA_CPU,
RESOURCE '_6JPywPMLEeiRdfQDBIGrTA' AS CPB_Network,
RESOURCE '_WjRMhO2fEeib_P5jAe7dPw' AS CPC_CPU,
RESOURCE '_W2LhdO2fEeib_P5jAe7dPw' AS CPE_CPU
USING dml@'minmodel.properties';
\ No newline at end of file
SELECT usageToA.avgResponseTime, ToB.avgResponseTime, ToC.avgResponseTime, ToD.avgResponseTime, ToE.avgResponseTime
CONSTRAINED AS 'USE_STATISTICAL_MODEL:E'
EVALUATE DOF
VARYING 'ExponentialDistribution of OpenWorkload with ID _yiFNMEeqEeSW4Op0B0CyhQ' <0.015>
FOR SERVICE '_A_DeMEmxEeOPLK3yYyEQWQ' AS usageToA,
SERVICE '_yiFNMEeqEeSW4Op0B0CyhQ' AS usagescenario,
SERVICE '_NSR-wO2eEeib_P5jAe7dPw' AS ToF,
SERVICE '_PVKcgO2eEeib_P5jAe7dPw' AS ToG,
SERVICE '_1XjV4O2bEeib_P5jAe7dPw' AS ToC,
SERVICE '_3Nfj0O2bEeib_P5jAe7dPw' AS ToE,
SERVICE '_W7bVMO2cEeib_P5jAe7dPw' AS ToD,
SERVICE '_jPXogO2bEeib_P5jAe7dPw' AS ToB,
RESOURCE '_6aFrIvMLEeiRdfQDBIGrTA' AS CPC_Network,
RESOURCE '_6uWD4vMLEeiRdfQDBIGrTA' AS CPDG_Network,
RESOURCE '_We1_hO2fEeib_P5jAe7dPw' AS CPB_CPU,
RESOURCE '_yS7WwfMLEeiRdfQDBIGrTA' AS CPA_Network,
RESOURCE '_Wr9OdO2fEeib_P5jAe7dPw' AS CPDG_CPU,
RESOURCE '_W9C-dO2fEeib_P5jAe7dPw' AS CPF_CPU,
RESOURCE '_7J0e8vMLEeiRdfQDBIGrTA' AS CPE_Network,
RESOURCE '_7nRP8vMLEeiRdfQDBIGrTA' AS CPF_Network,
RESOURCE '_I3tj4EnuEeOWVc_o6w1CBw' AS CPA_CPU,
RESOURCE '_6JPywPMLEeiRdfQDBIGrTA' AS CPB_Network,
RESOURCE '_WjRMhO2fEeib_P5jAe7dPw' AS CPC_CPU,
RESOURCE '_W2LhdO2fEeib_P5jAe7dPw' AS CPE_CPU
USING dml@'minmodel.properties';
\ No newline at end of file
SELECT usageToA.avgResponseTime, ToB.avgResponseTime, ToC.avgResponseTime, ToD.avgResponseTime, ToE.avgResponseTime, ToF.avgResponseTime, ToG.avgResponseTime
CONSTRAINED AS 'USE_STATISTICAL_MODEL:F'
EVALUATE DOF
VARYING 'ExponentialDistribution of OpenWorkload with ID _yiFNMEeqEeSW4Op0B0CyhQ' <0.015>
FOR SERVICE '_A_DeMEmxEeOPLK3yYyEQWQ' AS usageToA,
SERVICE '_yiFNMEeqEeSW4Op0B0CyhQ' AS usagescenario,
SERVICE '_NSR-wO2eEeib_P5jAe7dPw' AS ToF,
SERVICE '_PVKcgO2eEeib_P5jAe7dPw' AS ToG,
SERVICE '_1XjV4O2bEeib_P5jAe7dPw' AS ToC,
SERVICE '_3Nfj0O2bEeib_P5jAe7dPw' AS ToE,
SERVICE '_W7bVMO2cEeib_P5jAe7dPw' AS ToD,
SERVICE '_jPXogO2bEeib_P5jAe7dPw' AS ToB,
RESOURCE '_6aFrIvMLEeiRdfQDBIGrTA' AS CPC_Network,
RESOURCE '_6uWD4vMLEeiRdfQDBIGrTA' AS CPDG_Network,
RESOURCE '_We1_hO2fEeib_P5jAe7dPw' AS CPB_CPU,
RESOURCE '_yS7WwfMLEeiRdfQDBIGrTA' AS CPA_Network,
RESOURCE '_Wr9OdO2fEeib_P5jAe7dPw' AS CPDG_CPU,
RESOURCE '_W9C-dO2fEeib_P5jAe7dPw' AS CPF_CPU,
RESOURCE '_7J0e8vMLEeiRdfQDBIGrTA' AS CPE_Network,
RESOURCE '_7nRP8vMLEeiRdfQDBIGrTA' AS CPF_Network,
RESOURCE '_I3tj4EnuEeOWVc_o6w1CBw' AS CPA_CPU,
RESOURCE '_6JPywPMLEeiRdfQDBIGrTA' AS CPB_Network,
RESOURCE '_WjRMhO2fEeib_P5jAe7dPw' AS CPC_CPU,
RESOURCE '_W2LhdO2fEeib_P5jAe7dPw' AS CPE_CPU
USING dml@'minmodel.properties';
\ No newline at end of file
SELECT usageToA.avgResponseTime, ToB.avgResponseTime, ToC.avgResponseTime, ToD.avgResponseTime, ToE.avgResponseTime, ToF.avgResponseTime, ToG.avgResponseTime
CONSTRAINED AS 'USE_STATISTICAL_MODEL:G'
EVALUATE DOF
VARYING 'ExponentialDistribution of OpenWorkload with ID _yiFNMEeqEeSW4Op0B0CyhQ' <0.015>
FOR SERVICE '_A_DeMEmxEeOPLK3yYyEQWQ' AS usageToA,
SERVICE '_yiFNMEeqEeSW4Op0B0CyhQ' AS usagescenario,
SERVICE '_NSR-wO2eEeib_P5jAe7dPw' AS ToF,
SERVICE '_PVKcgO2eEeib_P5jAe7dPw' AS ToG,
SERVICE '_1XjV4O2bEeib_P5jAe7dPw' AS ToC,
SERVICE '_3Nfj0O2bEeib_P5jAe7dPw' AS ToE,
SERVICE '_W7bVMO2cEeib_P5jAe7dPw' AS ToD,
SERVICE '_jPXogO2bEeib_P5jAe7dPw' AS ToB,
RESOURCE '_6aFrIvMLEeiRdfQDBIGrTA' AS CPC_Network,
RESOURCE '_6uWD4vMLEeiRdfQDBIGrTA' AS CPDG_Network,
RESOURCE '_We1_hO2fEeib_P5jAe7dPw' AS CPB_CPU,
RESOURCE '_yS7WwfMLEeiRdfQDBIGrTA' AS CPA_Network,
RESOURCE '_Wr9OdO2fEeib_P5jAe7dPw' AS CPDG_CPU,
RESOURCE '_W9C-dO2fEeib_P5jAe7dPw' AS CPF_CPU,
RESOURCE '_7J0e8vMLEeiRdfQDBIGrTA' AS CPE_Network,
RESOURCE '_7nRP8vMLEeiRdfQDBIGrTA' AS CPF_Network,
RESOURCE '_I3tj4EnuEeOWVc_o6w1CBw' AS CPA_CPU,
RESOURCE '_6JPywPMLEeiRdfQDBIGrTA' AS CPB_Network,
RESOURCE '_WjRMhO2fEeib_P5jAe7dPw' AS CPC_CPU,
RESOURCE '_W2LhdO2fEeib_P5jAe7dPw' AS CPE_CPU
USING dml@'minmodel.properties';
\ No newline at end of file
## Model Instance
dml.files.usageprofile=/../DML-Model/min.usageprofile
dml.files.system=/../DML-Model/min.system
dml.files.resourcelandscape=/../DML-Model/min.resourcelandscape
dml.files.repository=/../DML-Model/min.repository
dml.files.deployment=/../DML-Model/min.deployment
#dml.outputdirectory=/../results/
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<deployment:Deployment xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:deployment="http://www.descartes.tools/metamodel/deployment/1.0" xmlns:resourcelandscape="http://www.descartes.tools/metamodel/resourcelandscape/0.1" id="_04BXQOa4EeGWevb6qKkohg" name="depl">
<system href="min.system#_zdRVAEeoEeSW4Op0B0CyhQ"/>
<targetResourceLandscape href="min.resourcelandscape#_FE29UEnuEeOWVc_o6w1CBw"/>
<deploymentContexts id="_cpot0O2fEeib_P5jAe7dPw" name="A --> CPA">
<assemblyContext href="min.system#A"/>
<resourceContainer xsi:type="resourcelandscape:ComputeNode" href="min.resourcelandscape#_EuLk4ObvEeWHMYaSILpfIw"/>
</deploymentContexts>
<deploymentContexts id="_c_BH8e2fEeib_P5jAe7dPw" name="B --> CPB">
<assemblyContext href="min.system#B"/>
<resourceContainer xsi:type="resourcelandscape:ComputeNode" href="min.resourcelandscape#_We1_g-2fEeib_P5jAe7dPw"/>
</deploymentContexts>
<deploymentContexts id="_dD0vce2fEeib_P5jAe7dPw" name="C --> CPC">
<assemblyContext href="min.system#C"/>
<resourceContainer xsi:type="resourcelandscape:ComputeNode" href="min.resourcelandscape#_WjRMg-2fEeib_P5jAe7dPw"/>
</deploymentContexts>
<deploymentContexts id="_dJi88e2fEeib_P5jAe7dPw" name="D --> CPDG">
<assemblyContext href="min.system#D"/>
<resourceContainer xsi:type="resourcelandscape:ComputeNode" href="min.resourcelandscape#_Wr9Oc-2fEeib_P5jAe7dPw"/>
</deploymentContexts>
<deploymentContexts id="_dT7A8e2fEeib_P5jAe7dPw" name="E --> CPE">
<assemblyContext href="min.system#E"/>
<resourceContainer xsi:type="resourcelandscape:ComputeNode" href="min.resourcelandscape#_W2Lhc-2fEeib_P5jAe7dPw"/>
</deploymentContexts>
<deploymentContexts id="_dcUH8e2fEeib_P5jAe7dPw" name="F --> CPF">
<assemblyContext href="min.system#F"/>
<resourceContainer xsi:type="resourcelandscape:ComputeNode" href="min.resourcelandscape#_W9C-c-2fEeib_P5jAe7dPw"/>
</deploymentContexts>
<deploymentContexts id="_othWce2fEeib_P5jAe7dPw" name="G --> CPDG">
<assemblyContext href="min.system#G"/>
<resourceContainer xsi:type="resourcelandscape:ComputeNode" href="min.resourcelandscape#_Wr9Oc-2fEeib_P5jAe7dPw"/>
</deploymentContexts>
</deployment:Deployment>
<?xml version="1.0" encoding="ASCII"?>
<repository:Repository xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:functions="http://www.descartes.tools/metamodel/functions/1.0" xmlns:repository="http://www.descartes.tools/metamodel/repository/1.0" xmlns:resourcetype="http://www.descartes.tools/metamodel/resourcetype/1.0" xmlns:servicebehavior="http://www.descartes.tools/metamodel/servicebehavior/1.0" id="_O2wgMEcEEeOgk9V4uRCQAw" name="repositoryName">
<interfaces id="_uqNJk-2aEeib_P5jAe7dPw" name="A">
<signatures id="_vzGrUO2aEeib_P5jAe7dPw" name="A"/>
</interfaces>
<interfaces id="_xapQ4O2aEeib_P5jAe7dPw" name="B">
<signatures id="_xapQ4e2aEeib_P5jAe7dPw" name="B"/>
</interfaces>
<interfaces id="_xf4WMu2aEeib_P5jAe7dPw" name="C">
<signatures id="_xf4WM-2aEeib_P5jAe7dPw" name="C"/>
</interfaces>
<interfaces id="_I6TZQu2bEeib_P5jAe7dPw" name="D">
<signatures id="_I6TZQ-2bEeib_P5jAe7dPw" name="D"/>
</interfaces>
<interfaces id="_JCed0e2bEeib_P5jAe7dPw" name="E">
<signatures id="_JCed0u2bEeib_P5jAe7dPw" name="E"/>
</interfaces>
<interfaces id="_JTZ1wu2bEeib_P5jAe7dPw" name="F">
<signatures id="_JTZ1w-2bEeib_P5jAe7dPw" name="F"/>
</interfaces>
<interfaces id="_JqhVQu2bEeib_P5jAe7dPw" name="G">
<signatures id="_JqhVQ-2bEeib_P5jAe7dPw" name="G"/>
</interfaces>
<components xsi:type="repository:BasicComponent" id="_Q2VbtO2bEeib_P5jAe7dPw" name="A">
<interfaceProvidingRoles id="_SHb3MO2bEeib_P5jAe7dPw" name="A" interface="_uqNJk-2aEeib_P5jAe7dPw"/>
<interfaceRequiringRoles id="_S0bgEe2bEeib_P5jAe7dPw" name="B" interface="_xapQ4O2aEeib_P5jAe7dPw"/>
<fineGrainedBehavior describedSignature="_vzGrUO2aEeib_P5jAe7dPw" interfaceProvidingRole="_SHb3MO2bEeib_P5jAe7dPw">
<behavior>
<actions xsi:type="servicebehavior:InternalAction">
<resourceDemand id="_Z0axAO2bEeib_P5jAe7dPw" characterization="EXPLICIT">
<explicitDescription>
<probFunction xsi:type="functions:ExponentialDistribution" rate="0.05"/>
</explicitDescription>
<resourceType xsi:type="resourcetype:ProcessingResourceType" href="pathmap://DML_APPLICATIONLEVEL_MODELS/defaultresourcetypes.resourcetype#_3ql5IJB4EeKmfoqNH_-HEA"/>
</resourceDemand>
</actions>
<actions xsi:type="servicebehavior:ExternalCallAction">
<externalCall id="_jPXogO2bEeib_P5jAe7dPw" name="ToB" signature="_xapQ4e2aEeib_P5jAe7dPw" interfaceRequiringRole="_S0bgEe2bEeib_P5jAe7dPw"/>
</actions>
</behavior>
</fineGrainedBehavior>
</components>
<components xsi:type="repository:BasicComponent" id="_ng-npO2bEeib_P5jAe7dPw" name="B">
<interfaceProvidingRoles id="_oTaxMO2bEeib_P5jAe7dPw" name="B" interface="_xapQ4O2aEeib_P5jAe7dPw"/>
<interfaceRequiringRoles id="_o-tJ4e2bEeib_P5jAe7dPw" name="C" interface="_xf4WMu2aEeib_P5jAe7dPw"/>
<interfaceRequiringRoles id="_pW0u8e2bEeib_P5jAe7dPw" name="E" interface="_JCed0e2bEeib_P5jAe7dPw"/>
<fineGrainedBehavior describedSignature="_xapQ4e2aEeib_P5jAe7dPw" interfaceProvidingRole="_oTaxMO2bEeib_P5jAe7dPw">
<behavior>
<actions xsi:type="servicebehavior:InternalAction">
<resourceDemand id="_wQn4UO2bEeib_P5jAe7dPw" characterization="EXPLICIT">
<explicitDescription>
<probFunction xsi:type="functions:DoubleLiteral" value="20"/>
</explicitDescription>
<resourceType xsi:type="resourcetype:ProcessingResourceType" href="pathmap://DML_APPLICATIONLEVEL_MODELS/defaultresourcetypes.resourcetype#_3ql5IJB4EeKmfoqNH_-HEA"/>
</resourceDemand>
</actions>
<actions xsi:type="servicebehavior:ExternalCallAction">
<externalCall id="_1XjV4O2bEeib_P5jAe7dPw" name="ToC" signature="_xf4WM-2aEeib_P5jAe7dPw" interfaceRequiringRole="_o-tJ4e2bEeib_P5jAe7dPw"/>
</actions>
<actions xsi:type="servicebehavior:ExternalCallAction">
<externalCall id="_3Nfj0O2bEeib_P5jAe7dPw" name="ToE" signature="_JCed0u2bEeib_P5jAe7dPw" interfaceRequiringRole="_pW0u8e2bEeib_P5jAe7dPw"/>
</actions>
</behavior>
</fineGrainedBehavior>
</components>
<components xsi:type="repository:BasicComponent" id="_5tliBO2bEeib_P5jAe7dPw" name="C">
<interfaceProvidingRoles id="_7gZjcO2bEeib_P5jAe7dPw" name="C" interface="_xf4WMu2aEeib_P5jAe7dPw"/>
<interfaceRequiringRoles id="_674hIe2bEeib_P5jAe7dPw" name="D" interface="_I6TZQu2bEeib_P5jAe7dPw"/>
<fineGrainedBehavior describedSignature="_xf4WM-2aEeib_P5jAe7dPw" interfaceProvidingRole="_7gZjcO2bEeib_P5jAe7dPw">
<behavior>
<actions xsi:type="servicebehavior:InternalAction">
<resourceDemand id="_CXbssO2cEeib_P5jAe7dPw" characterization="EXPLICIT">
<explicitDescription>
<probFunction xsi:type="functions:NormalDistribution" mu="10" sigma="1"/>
</explicitDescription>
<resourceType xsi:type="resourcetype:ProcessingResourceType" href="pathmap://DML_APPLICATIONLEVEL_MODELS/defaultresourcetypes.resourcetype#_3ql5IJB4EeKmfoqNH_-HEA"/>
</resourceDemand>
</actions>
<actions xsi:type="servicebehavior:LoopAction">
<loopBodyBehavior>
<actions xsi:type="servicebehavior:ExternalCallAction">
<externalCall id="_W7bVMO2cEeib_P5jAe7dPw" name="ToD" signature="_I6TZQ-2bEeib_P5jAe7dPw" interfaceRequiringRole="_674hIe2bEeib_P5jAe7dPw"/>
</actions>
</loopBodyBehavior>
<loopIterationCount id="_HkxUQO2cEeib_P5jAe7dPw" characterization="EXPLICIT">
<explicitDescription>
<probFunction xsi:type="functions:IntLiteral" value="5"/>
</explicitDescription>
</loopIterationCount>
</actions>
</behavior>
</fineGrainedBehavior>
</components>
<components xsi:type="repository:BasicComponent" id="_szxFBO2dEeib_P5jAe7dPw" name="D">
<interfaceProvidingRoles id="_uP8vIO2dEeib_P5jAe7dPw" name="D" interface="_I6TZQu2bEeib_P5jAe7dPw"/>
<fineGrainedBehavior describedSignature="_I6TZQ-2bEeib_P5jAe7dPw" interfaceProvidingRole="_uP8vIO2dEeib_P5jAe7dPw">
<behavior>
<actions xsi:type="servicebehavior:InternalAction">
<resourceDemand id="_zA8Y8O2dEeib_P5jAe7dPw" characterization="EXPLICIT">
<explicitDescription>
<probFunction xsi:type="functions:NormalDistribution" mu="10" sigma="1"/>
</explicitDescription>
<resourceType xsi:type="resourcetype:ProcessingResourceType" href="pathmap://DML_APPLICATIONLEVEL_MODELS/defaultresourcetypes.resourcetype#_3ql5IJB4EeKmfoqNH_-HEA"/>
</resourceDemand>
</actions>
</behavior>
</fineGrainedBehavior>
</components>
<components xsi:type="repository:BasicComponent" id="_59cRBO2dEeib_P5jAe7dPw" name="E">
<interfaceProvidingRoles id="_6wgFoO2dEeib_P5jAe7dPw" name="E" interface="_JCed0e2bEeib_P5jAe7dPw"/>
<interfaceRequiringRoles id="_7K9NAe2dEeib_P5jAe7dPw" name="F" interface="_JTZ1wu2bEeib_P5jAe7dPw"/>
<interfaceRequiringRoles id="_7nafge2dEeib_P5jAe7dPw" name="G" interface="_JqhVQu2bEeib_P5jAe7dPw"/>
<fineGrainedBehavior describedSignature="_JCed0u2bEeib_P5jAe7dPw" interfaceProvidingRole="_6wgFoO2dEeib_P5jAe7dPw">
<behavior>
<actions xsi:type="servicebehavior:InternalAction">
<resourceDemand id="_Df43oO2eEeib_P5jAe7dPw" characterization="EXPLICIT">
<explicitDescription>
<probFunction xsi:type="functions:ExponentialDistribution" rate="0.2"/>
</explicitDescription>
<resourceType xsi:type="resourcetype:ProcessingResourceType" href="pathmap://DML_APPLICATIONLEVEL_MODELS/defaultresourcetypes.resourcetype#_3ql5IJB4EeKmfoqNH_-HEA"/>
</resourceDemand>
</actions>
<actions xsi:type="servicebehavior:ExternalCallAction">
<externalCall id="_NSR-wO2eEeib_P5jAe7dPw" name="ToF" signature="_JTZ1w-2bEeib_P5jAe7dPw" interfaceRequiringRole="_7K9NAe2dEeib_P5jAe7dPw"/>
</actions>
<actions xsi:type="servicebehavior:ExternalCallAction">
<externalCall id="_PVKcgO2eEeib_P5jAe7dPw" name="ToG" signature="_JqhVQ-2bEeib_P5jAe7dPw" interfaceRequiringRole="_7nafge2dEeib_P5jAe7dPw"/>
</actions>
</behavior>
</fineGrainedBehavior>
</components>
<components xsi:type="repository:BasicComponent" id="_RZ57dO2eEeib_P5jAe7dPw" name="F">
<interfaceProvidingRoles id="_S_LQIO2eEeib_P5jAe7dPw" name="F" interface="_JTZ1wu2bEeib_P5jAe7dPw"/>
<fineGrainedBehavior describedSignature="_JTZ1w-2bEeib_P5jAe7dPw" interfaceProvidingRole="_S_LQIO2eEeib_P5jAe7dPw">
<behavior>
<actions xsi:type="servicebehavior:BranchAction">
<branches>
<actions xsi:type="servicebehavior:InternalAction">
<resourceDemand id="_cG0KEO2eEeib_P5jAe7dPw" characterization="EXPLICIT">
<explicitDescription>
<probFunction xsi:type="functions:DoubleLiteral" value="20"/>
</explicitDescription>
<resourceType xsi:type="resourcetype:ProcessingResourceType" href="pathmap://DML_APPLICATIONLEVEL_MODELS/defaultresourcetypes.resourcetype#_3ql5IJB4EeKmfoqNH_-HEA"/>
</resourceDemand>
</actions>
</branches>
<branches>
<actions xsi:type="servicebehavior:InternalAction">
<resourceDemand id="_gSfgUe2eEeib_P5jAe7dPw" characterization="EXPLICIT">
<explicitDescription>
<probFunction xsi:type="functions:DoubleLiteral" value="100"/>
</explicitDescription>
<resourceType xsi:type="resourcetype:ProcessingResourceType" href="pathmap://DML_APPLICATIONLEVEL_MODELS/defaultresourcetypes.resourcetype#_3ql5IJB4EeKmfoqNH_-HEA"/>
</resourceDemand>
</actions>
</branches>
<branchProbabilities id="_XbBJUO2eEeib_P5jAe7dPw" characterization="EXPLICIT">
<explicitDescription>
<probFunction xsi:type="functions:DoubleLiteral" value="0.8"/>
</explicitDescription>
</branchProbabilities>
</actions>
</behavior>
</fineGrainedBehavior>
</components>
<components xsi:type="repository:BasicComponent" id="_R1LiNO2eEeib_P5jAe7dPw" name="G">
<interfaceProvidingRoles id="_TRbdwO2eEeib_P5jAe7dPw" name="G" interface="_JqhVQu2bEeib_P5jAe7dPw"/>
<fineGrainedBehavior describedSignature="_JqhVQ-2bEeib_P5jAe7dPw" interfaceProvidingRole="_TRbdwO2eEeib_P5jAe7dPw">
<behavior>
<actions xsi:type="servicebehavior:InternalAction">
<resourceDemand id="_mprE0O2eEeib_P5jAe7dPw" characterization="EXPLICIT">
<explicitDescription>
<probFunction xsi:type="functions:ExponentialDistribution" rate="0.03333333333"/>
</explicitDescription>
<resourceType xsi:type="resourcetype:ProcessingResourceType" href="pathmap://DML_APPLICATIONLEVEL_MODELS/defaultresourcetypes.resourcetype#_3ql5IJB4EeKmfoqNH_-HEA"/>
</resourceDemand>
</actions>
</behavior>
</fineGrainedBehavior>
</components>
</repository:Repository>
<?xml version="1.0" encoding="UTF-8"?>
<resourcelandscape:DistributedDataCenter xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:resourceconfiguration="http://www.descartes.tools/metamodel/resourceconfiguration/1.0" xmlns:resourcelandscape="http://www.descartes.tools/metamodel/resourcelandscape/0.1" id="_FE29UEnuEeOWVc_o6w1CBw" name="ddc">
<consistsOf id="_FnQfwEnuEeOWVc_o6w1CBw" name="dc">
<computeNodes id="_EuLk4ObvEeWHMYaSILpfIw" name="CPA">
<configSpec xsi:type="resourceconfiguration:ProcessingResourceSpecification" id="_I3tj4EnuEeOWVc_o6w1CBw" name="CPU" schedulingPolicy="FCFS" processingRate="1000.0">
<processingResourceType href="pathmap://DML_APPLICATIONLEVEL_MODELS/defaultresourcetypes.resourcetype#_3ql5IJB4EeKmfoqNH_-HEA"/>
<nrOfParProcUnits id="_PUJdkAJEEeaYI8Ji-SVFxg" name="multiplicity" number="2"/>
</configSpec>
<configSpec xsi:type="resourceconfiguration:ProcessingResourceSpecification" id="_yS7WwfMLEeiRdfQDBIGrTA" name="Network">
<processingResourceType href="pathmap://DML_APPLICATIONLEVEL_MODELS/defaultresourcetypes.resourcetype#_52tLYJB4EeKmfoqNH_-HEA"/>
<nrOfParProcUnits id="_0rctUPMLEeiRdfQDBIGrTA" name="multiplicity" number="10000"/>
</configSpec>
</computeNodes>
<computeNodes id="_We1_g-2fEeib_P5jAe7dPw" name="CPB">
<configSpec xsi:type="resourceconfiguration:ProcessingResourceSpecification" id="_We1_hO2fEeib_P5jAe7dPw" name="CPU" schedulingPolicy="FCFS" processingRate="1000.0">
<processingResourceType href="pathmap://DML_APPLICATIONLEVEL_MODELS/defaultresourcetypes.resourcetype#_3ql5IJB4EeKmfoqNH_-HEA"/>
<nrOfParProcUnits id="_We1_he2fEeib_P5jAe7dPw" name="multiplicity" number="2"/>
</configSpec>
<configSpec xsi:type="resourceconfiguration:ProcessingResourceSpecification" id="_6JPywPMLEeiRdfQDBIGrTA" name="Network">
<processingResourceType href="pathmap://DML_APPLICATIONLEVEL_MODELS/defaultresourcetypes.resourcetype#_52tLYJB4EeKmfoqNH_-HEA"/>
<nrOfParProcUnits id="_6JPywfMLEeiRdfQDBIGrTA" name="multiplicity" number="10000"/>
</configSpec>
</computeNodes>
<computeNodes id="_WjRMg-2fEeib_P5jAe7dPw" name="CPC">
<configSpec xsi:type="resourceconfiguration:ProcessingResourceSpecification" id="_WjRMhO2fEeib_P5jAe7dPw" name="CPU" schedulingPolicy="FCFS" processingRate="1000.0">
<processingResourceType href="pathmap://DML_APPLICATIONLEVEL_MODELS/defaultresourcetypes.resourcetype#_3ql5IJB4EeKmfoqNH_-HEA"/>
<nrOfParProcUnits id="_WjRMhe2fEeib_P5jAe7dPw" name="multiplicity" number="2"/>
</configSpec>
<configSpec xsi:type="resourceconfiguration:ProcessingResourceSpecification" id="_6aFrIvMLEeiRdfQDBIGrTA" name="Network">
<processingResourceType href="pathmap://DML_APPLICATIONLEVEL_MODELS/defaultresourcetypes.resourcetype#_52tLYJB4EeKmfoqNH_-HEA"/>
<nrOfParProcUnits id="_6aFrI_MLEeiRdfQDBIGrTA" name="multiplicity" number="10000"/>
</configSpec>
</computeNodes>
<computeNodes id="_Wr9Oc-2fEeib_P5jAe7dPw" name="CPDG">
<configSpec xsi:type="resourceconfiguration:ProcessingResourceSpecification" id="_Wr9OdO2fEeib_P5jAe7dPw" name="CPU" schedulingPolicy="FCFS" processingRate="1000.0">
<processingResourceType href="pathmap://DML_APPLICATIONLEVEL_MODELS/defaultresourcetypes.resourcetype#_3ql5IJB4EeKmfoqNH_-HEA"/>
<nrOfParProcUnits id="_Wr9Ode2fEeib_P5jAe7dPw" name="multiplicity" number="2"/>
</configSpec>
<configSpec xsi:type="resourceconfiguration:ProcessingResourceSpecification" id="_6uWD4vMLEeiRdfQDBIGrTA" name="Network">
<processingResourceType href="pathmap://DML_APPLICATIONLEVEL_MODELS/defaultresourcetypes.resourcetype#_52tLYJB4EeKmfoqNH_-HEA"/>
<nrOfParProcUnits id="_6uWD4_MLEeiRdfQDBIGrTA" name="multiplicity" number="10000"/>
</configSpec>
</computeNodes>
<computeNodes id="_W2Lhc-2fEeib_P5jAe7dPw" name="CPE">
<configSpec xsi:type="resourceconfiguration:ProcessingResourceSpecification" id="_W2LhdO2fEeib_P5jAe7dPw" name="CPU" schedulingPolicy="FCFS" processingRate="1000.0">
<processingResourceType href="pathmap://DML_APPLICATIONLEVEL_MODELS/defaultresourcetypes.resourcetype#_3ql5IJB4EeKmfoqNH_-HEA"/>
<nrOfParProcUnits id="_W2Lhde2fEeib_P5jAe7dPw" name="multiplicity" number="2"/>
</configSpec>
<configSpec xsi:type="resourceconfiguration:ProcessingResourceSpecification" id="_7J0e8vMLEeiRdfQDBIGrTA" name="Network">
<processingResourceType href="pathmap://DML_APPLICATIONLEVEL_MODELS/defaultresourcetypes.resourcetype#_52tLYJB4EeKmfoqNH_-HEA"/>
<nrOfParProcUnits id="_7J0e8_MLEeiRdfQDBIGrTA" name="multiplicity" number="10000"/>
</configSpec>
</computeNodes>
<computeNodes id="_W9C-c-2fEeib_P5jAe7dPw" name="CPF">
<configSpec xsi:type="resourceconfiguration:ProcessingResourceSpecification" id="_W9C-dO2fEeib_P5jAe7dPw" name="CPU" schedulingPolicy="FCFS" processingRate="1000.0">
<processingResourceType href="pathmap://DML_APPLICATIONLEVEL_MODELS/defaultresourcetypes.resourcetype#_3ql5IJB4EeKmfoqNH_-HEA"/>
<nrOfParProcUnits id="_W9C-de2fEeib_P5jAe7dPw" name="multiplicity" number="2"/>
</configSpec>
<configSpec xsi:type="resourceconfiguration:ProcessingResourceSpecification" id="_7nRP8vMLEeiRdfQDBIGrTA" name="Network">
<processingResourceType href="pathmap://DML_APPLICATIONLEVEL_MODELS/defaultresourcetypes.resourcetype#_52tLYJB4EeKmfoqNH_-HEA"/>
<nrOfParProcUnits id="_7nRP8_MLEeiRdfQDBIGrTA" name="multiplicity" number="10000"/>
</configSpec>
</computeNodes>
</consistsOf>
</resourcelandscape:DistributedDataCenter>
<?xml version="1.0" encoding="UTF-8"?>
<system:System xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:repository="http://www.descartes.tools/metamodel/repository/1.0" xmlns:system="http://www.descartes.tools/metamodel/system/1.0" id="_zdRVAEeoEeSW4Op0B0CyhQ" name="MySys">
<assemblyContexts id="A" name="A">
<encapsulatedComponent xsi:type="repository:BasicComponent" href="min.repository#_Q2VbtO2bEeib_P5jAe7dPw"/>
<statisticalModel xsi:type="system:WEKAModel" absoluteModelPath="D:\Dokumente\hiwi-daten\data\swc_DG\A_AdditiveRegression.model">
<describedSignature href="min.repository#_vzGrUO2aEeib_P5jAe7dPw"/>
<interfaceProvidingRole href="min.repository#_SHb3MO2bEeib_P5jAe7dPw"/>
</statisticalModel>
</assemblyContexts>
<assemblyContexts id="B" name="B">
<encapsulatedComponent xsi:type="repository:BasicComponent" href="min.repository#_ng-npO2bEeib_P5jAe7dPw"/>
<statisticalModel xsi:type="system:WEKAModel" absoluteModelPath="D:\Dokumente\hiwi-daten\data\swc_DG\B_AdditiveRegression.model">
<describedSignature href="min.repository#_xapQ4e2aEeib_P5jAe7dPw"/>
<interfaceProvidingRole href="min.repository#_oTaxMO2bEeib_P5jAe7dPw"/>
</statisticalModel>
</assemblyContexts>
<assemblyContexts id="C" name="C">
<encapsulatedComponent xsi:type="repository:BasicComponent" href="min.repository#_5tliBO2bEeib_P5jAe7dPw"/>
<statisticalModel xsi:type="system:WEKAModel" absoluteModelPath="D:\Dokumente\hiwi-daten\data\swc_DG\C_AdditiveRegression.model">
<describedSignature href="min.repository#_xf4WM-2aEeib_P5jAe7dPw"/>
<interfaceProvidingRole href="min.repository#_7gZjcO2bEeib_P5jAe7dPw"/>
</statisticalModel>
</assemblyContexts>
<assemblyContexts id="D" name="D">
<encapsulatedComponent xsi:type="repository:BasicComponent" href="min.repository#_szxFBO2dEeib_P5jAe7dPw"/>
<statisticalModel xsi:type="system:WEKAModel" absoluteModelPath="D:\Dokumente\hiwi-daten\data\swc_DG\D_AdditiveRegression.model">
<describedSignature href="min.repository#_I6TZQ-2bEeib_P5jAe7dPw"/>
<interfaceProvidingRole href="min.repository#_uP8vIO2dEeib_P5jAe7dPw"/>
</statisticalModel>
</assemblyContexts>
<assemblyContexts id="E" name="E">
<encapsulatedComponent xsi:type="repository:BasicComponent" href="min.repository#_59cRBO2dEeib_P5jAe7dPw"/>
<statisticalModel xsi:type="system:WEKAModel" absoluteModelPath="D:\Dokumente\hiwi-daten\data\swc_DG\E_AdditiveRegression.model">
<describedSignature href="min.repository#_JCed0u2bEeib_P5jAe7dPw"/>
<interfaceProvidingRole href="min.repository#_6wgFoO2dEeib_P5jAe7dPw"/>
</statisticalModel>
</assemblyContexts>
<assemblyContexts id="F" name="F">
<encapsulatedComponent xsi:type="repository:BasicComponent" href="min.repository#_RZ57dO2eEeib_P5jAe7dPw"/>
<statisticalModel xsi:type="system:WEKAModel" absoluteModelPath="D:\Dokumente\hiwi-daten\data\swc_DG\F_AdditiveRegression.model">
<describedSignature href="min.repository#_JTZ1w-2bEeib_P5jAe7dPw"/>
<interfaceProvidingRole href="min.repository#_S_LQIO2eEeib_P5jAe7dPw"/>
</statisticalModel>
</assemblyContexts>
<assemblyContexts id="G" name="G">
<encapsulatedComponent xsi:type="repository:BasicComponent" href="min.repository#_R1LiNO2eEeib_P5jAe7dPw"/>
<statisticalModel xsi:type="system:WEKAModel" absoluteModelPath="D:\Dokumente\hiwi-daten\data\swc_DG\G_AdditiveRegression.model">
<describedSignature href="min.repository#_JqhVQ-2bEeib_P5jAe7dPw"/>
<interfaceProvidingRole href="min.repository#_TRbdwO2eEeib_P5jAe7dPw"/>
</statisticalModel>
</assemblyContexts>
<assemblyConnectors id="_95dlMe2eEeib_P5jAe7dPw" name="A --> B" providingAssemblyContext="B" requiringAssemblyContext="A">
<interfaceRequiringRole href="min.repository#_S0bgEe2bEeib_P5jAe7dPw"/>
<interfaceProvidingRole href="min.repository#_oTaxMO2bEeib_P5jAe7dPw"/>
</assemblyConnectors>
<assemblyConnectors id="_-u-Q4e2eEeib_P5jAe7dPw" name="B --> C" providingAssemblyContext="C" requiringAssemblyContext="B">
<interfaceRequiringRole href="min.repository#_o-tJ4e2bEeib_P5jAe7dPw"/>
<interfaceProvidingRole href="min.repository#_7gZjcO2bEeib_P5jAe7dPw"/>
</assemblyConnectors>
<assemblyConnectors id="__Da24e2eEeib_P5jAe7dPw" name="C --> D" providingAssemblyContext="D" requiringAssemblyContext="C">
<interfaceRequiringRole href="min.repository#_674hIe2bEeib_P5jAe7dPw"/>
<interfaceProvidingRole href="min.repository#_uP8vIO2dEeib_P5jAe7dPw"/>
</assemblyConnectors>
<assemblyConnectors id="__NpJ4e2eEeib_P5jAe7dPw" name="B --> E" providingAssemblyContext="E" requiringAssemblyContext="B">
<interfaceRequiringRole href="min.repository#_pW0u8e2bEeib_P5jAe7dPw"/>
<interfaceProvidingRole href="min.repository#_6wgFoO2dEeib_P5jAe7dPw"/>
</assemblyConnectors>
<assemblyConnectors id="__X3c4e2eEeib_P5jAe7dPw" name="E --> F" providingAssemblyContext="F" requiringAssemblyContext="E">
<interfaceRequiringRole href="min.repository#_7K9NAe2dEeib_P5jAe7dPw"/>
<interfaceProvidingRole href="min.repository#_S_LQIO2eEeib_P5jAe7dPw"/>
</assemblyConnectors>
<assemblyConnectors id="__iQH8e2eEeib_P5jAe7dPw" name="E --> G" providingAssemblyContext="G" requiringAssemblyContext="E">
<interfaceRequiringRole href="min.repository#_7nafge2dEeib_P5jAe7dPw"/>
<interfaceProvidingRole href="min.repository#_TRbdwO2eEeib_P5jAe7dPw"/>
</assemblyConnectors>
<providingDelegationConnectors id="_7NJv8u2eEeib_P5jAe7dPw" name="A --> A" assemblyContext="A" outerInterfaceProvidingRole="_43ITxO2eEeib_P5jAe7dPw">
<innerInterfaceProvidingRole href="min.repository#_SHb3MO2bEeib_P5jAe7dPw"/>
</providingDelegationConnectors>
<interfaceProvidingRoles id="_43ITxO2eEeib_P5jAe7dPw" name="outerA">
<interface href="min.repository#_uqNJk-2aEeib_P5jAe7dPw"/>
</interfaceProvidingRoles>
</system:System>
<system:System xmlns:system="http://www.descartes.tools/metamodel/system/1.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="_zdRVAEeoEeSW4Op0B0CyhQ" name="MySys" xmi:version="2.0">
<assemblyContexts id="A" name="A">
<encapsulatedComponent href="min.repository#_Q2VbtO2bEeib_P5jAe7dPw" xsi:type="repository:BasicComponent" />
<statisticalModel xsi:type="system:MARSModel">
<describedSignature href="min.repository#_vzGrUO2aEeib_P5jAe7dPw" />
<interfaceProvidingRole href="min.repository#_SHb3MO2bEeib_P5jAe7dPw" />
<basisFunctions coefficient="262.84963425757894" xsi:type="system:Constant" /><basisFunctions coefficient="25.1950842561908" knot="9" side="RIGHT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
<interfaceProvidingRole href="min.repository#_SHb3MO2bEeib_P5jAe7dPw" />
<signature href="min.repository#_vzGrUO2aEeib_P5jAe7dPw" />
</variableReference>
</basisFunctions><basisFunctions coefficient="-5.976227106218841" knot="9" side="LEFT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
<interfaceProvidingRole href="min.repository#_SHb3MO2bEeib_P5jAe7dPw" />
<signature href="min.repository#_vzGrUO2aEeib_P5jAe7dPw" />
</variableReference>
</basisFunctions><basisFunctions coefficient="-18.661905059764372" knot="107" side="RIGHT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
<interfaceProvidingRole href="min.repository#_SHb3MO2bEeib_P5jAe7dPw" />
<signature href="min.repository#_vzGrUO2aEeib_P5jAe7dPw" />
</variableReference>
</basisFunctions></statisticalModel>
</assemblyContexts>
<assemblyContexts id="B" name="B">
<encapsulatedComponent href="min.repository#_ng-npO2bEeib_P5jAe7dPw" xsi:type="repository:BasicComponent" />
<statisticalModel xsi:type="system:MARSModel">
<describedSignature href="min.repository#_xapQ4e2aEeib_P5jAe7dPw" />
<interfaceProvidingRole href="min.repository#_oTaxMO2bEeib_P5jAe7dPw" />
<basisFunctions coefficient="232.2645484858773" xsi:type="system:Constant" /><basisFunctions coefficient="25.52707636070293" knot="8" side="RIGHT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
<interfaceProvidingRole href="min.repository#_oTaxMO2bEeib_P5jAe7dPw" />
<signature href="min.repository#_xapQ4e2aEeib_P5jAe7dPw" />
</variableReference>
</basisFunctions><basisFunctions coefficient="-5.8673196423639755" knot="8" side="LEFT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
<interfaceProvidingRole href="min.repository#_oTaxMO2bEeib_P5jAe7dPw" />
<signature href="min.repository#_xapQ4e2aEeib_P5jAe7dPw" />
</variableReference>
</basisFunctions><basisFunctions coefficient="-1.4301195149020542" knot="58" side="RIGHT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
<interfaceProvidingRole href="min.repository#_oTaxMO2bEeib_P5jAe7dPw" />
<signature href="min.repository#_xapQ4e2aEeib_P5jAe7dPw" />
</variableReference>
</basisFunctions></statisticalModel>
</assemblyContexts>
<assemblyContexts id="C" name="C">
<encapsulatedComponent href="min.repository#_5tliBO2bEeib_P5jAe7dPw" xsi:type="repository:BasicComponent" />
<statisticalModel xsi:type="system:MARSModel">
<describedSignature href="min.repository#_xf4WM-2aEeib_P5jAe7dPw" />
<interfaceProvidingRole href="min.repository#_7gZjcO2bEeib_P5jAe7dPw" />
<basisFunctions coefficient="111.82389647914309" xsi:type="system:Constant" /><basisFunctions coefficient="26.158780903204537" knot="4" side="RIGHT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
<interfaceProvidingRole href="min.repository#_7gZjcO2bEeib_P5jAe7dPw" />
<signature href="min.repository#_xf4WM-2aEeib_P5jAe7dPw" />
</variableReference>
</basisFunctions><basisFunctions coefficient="-8.269589171172274" knot="4" side="LEFT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
<interfaceProvidingRole href="min.repository#_7gZjcO2bEeib_P5jAe7dPw" />
<signature href="min.repository#_xf4WM-2aEeib_P5jAe7dPw" />
</variableReference>
</basisFunctions><basisFunctions coefficient="-1.5943941620931752" knot="37" side="RIGHT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
<interfaceProvidingRole href="min.repository#_7gZjcO2bEeib_P5jAe7dPw" />
<signature href="min.repository#_xf4WM-2aEeib_P5jAe7dPw" />
</variableReference>
</basisFunctions></statisticalModel>
</assemblyContexts>
<assemblyContexts id="D" name="D">
<encapsulatedComponent href="min.repository#_szxFBO2dEeib_P5jAe7dPw" xsi:type="repository:BasicComponent" />
<statisticalModel xsi:type="system:MARSModel">
<describedSignature href="min.repository#_I6TZQ-2bEeib_P5jAe7dPw" />
<interfaceProvidingRole href="min.repository#_uP8vIO2dEeib_P5jAe7dPw" />
<basisFunctions coefficient="1777.895105277294" xsi:type="system:Constant" /><basisFunctions coefficient="-12.048274165389246" knot="4" side="RIGHT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
<interfaceProvidingRole href="min.repository#_uP8vIO2dEeib_P5jAe7dPw" />
<signature href="min.repository#_I6TZQ-2bEeib_P5jAe7dPw" />
</variableReference>
</basisFunctions><basisFunctions coefficient="13.624554538340941" knot="4" side="LEFT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
<interfaceProvidingRole href="min.repository#_uP8vIO2dEeib_P5jAe7dPw" />
<signature href="min.repository#_I6TZQ-2bEeib_P5jAe7dPw" />
</variableReference>
</basisFunctions><basisFunctions coefficient="-17.19997044564344" knot="106" side="LEFT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
<interfaceProvidingRole href="min.repository#_uP8vIO2dEeib_P5jAe7dPw" />
<signature href="min.repository#_I6TZQ-2bEeib_P5jAe7dPw" />
</variableReference>
</basisFunctions></statisticalModel>
</assemblyContexts>
<assemblyContexts id="E" name="E">
<encapsulatedComponent href="min.repository#_59cRBO2dEeib_P5jAe7dPw" xsi:type="repository:BasicComponent" />
<statisticalModel xsi:type="system:MARSModel">
<describedSignature href="min.repository#_JCed0u2bEeib_P5jAe7dPw" />
<interfaceProvidingRole href="min.repository#_6wgFoO2dEeib_P5jAe7dPw" />
<basisFunctions coefficient="80.694074311176" xsi:type="system:Constant" /><basisFunctions coefficient="12.175649652283221" knot="2" side="RIGHT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
<interfaceProvidingRole href="min.repository#_6wgFoO2dEeib_P5jAe7dPw" />
<signature href="min.repository#_JCed0u2bEeib_P5jAe7dPw" />
</variableReference>
</basisFunctions><basisFunctions coefficient="-2.6639153640224316" knot="2" side="LEFT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
<interfaceProvidingRole href="min.repository#_6wgFoO2dEeib_P5jAe7dPw" />
<signature href="min.repository#_JCed0u2bEeib_P5jAe7dPw" />
</variableReference>
</basisFunctions><basisFunctions coefficient="-14.347524289871105" knot="18" side="RIGHT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
<interfaceProvidingRole href="min.repository#_6wgFoO2dEeib_P5jAe7dPw" />
<signature href="min.repository#_JCed0u2bEeib_P5jAe7dPw" />
</variableReference>
</basisFunctions></statisticalModel>
</assemblyContexts>
<assemblyContexts id="F" name="F">
<encapsulatedComponent href="min.repository#_RZ57dO2eEeib_P5jAe7dPw" xsi:type="repository:BasicComponent" />
<statisticalModel xsi:type="system:MARSModel">
<describedSignature href="min.repository#_JTZ1w-2bEeib_P5jAe7dPw" />
<interfaceProvidingRole href="min.repository#_S_LQIO2eEeib_P5jAe7dPw" />
<basisFunctions coefficient="196540843982208.88" xsi:type="system:Constant" /><basisFunctions coefficient="-39308168796415.17" knot="2" side="RIGHT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
<interfaceProvidingRole href="min.repository#_S_LQIO2eEeib_P5jAe7dPw" />
<signature href="min.repository#_JTZ1w-2bEeib_P5jAe7dPw" />
</variableReference>
</basisFunctions><basisFunctions coefficient="39308168796422.97" knot="2" side="LEFT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
<interfaceProvidingRole href="min.repository#_S_LQIO2eEeib_P5jAe7dPw" />
<signature href="min.repository#_JTZ1w-2bEeib_P5jAe7dPw" />
</variableReference>
</basisFunctions><basisFunctions coefficient="39308168796428.94" knot="7" side="RIGHT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
<interfaceProvidingRole href="min.repository#_S_LQIO2eEeib_P5jAe7dPw" />
<signature href="min.repository#_JTZ1w-2bEeib_P5jAe7dPw" />
</variableReference>
</basisFunctions><basisFunctions coefficient="-39308168796432.36" knot="7" side="LEFT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
<interfaceProvidingRole href="min.repository#_S_LQIO2eEeib_P5jAe7dPw" />
<signature href="min.repository#_JTZ1w-2bEeib_P5jAe7dPw" />
</variableReference>
</basisFunctions></statisticalModel>
</assemblyContexts>
<assemblyContexts id="G" name="G">
<encapsulatedComponent href="min.repository#_R1LiNO2eEeib_P5jAe7dPw" xsi:type="repository:BasicComponent" />
<statisticalModel xsi:type="system:MARSModel">
<describedSignature href="min.repository#_JqhVQ-2bEeib_P5jAe7dPw" />
<interfaceProvidingRole href="min.repository#_TRbdwO2eEeib_P5jAe7dPw" />
<basisFunctions coefficient="41.50498064823611" xsi:type="system:Constant" /><basisFunctions coefficient="11.831802896944605" knot="2" side="RIGHT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
<interfaceProvidingRole href="min.repository#_TRbdwO2eEeib_P5jAe7dPw" />
<signature href="min.repository#_JqhVQ-2bEeib_P5jAe7dPw" />
</variableReference>
</basisFunctions><basisFunctions coefficient="-8.973996639715038" knot="2" side="LEFT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
<interfaceProvidingRole href="min.repository#_TRbdwO2eEeib_P5jAe7dPw" />
<signature href="min.repository#_JqhVQ-2bEeib_P5jAe7dPw" />
</variableReference>
</basisFunctions></statisticalModel>
</assemblyContexts>
<assemblyConnectors id="_95dlMe2eEeib_P5jAe7dPw" name="A --&gt; B" providingAssemblyContext="B" requiringAssemblyContext="A">
<interfaceRequiringRole href="min.repository#_S0bgEe2bEeib_P5jAe7dPw" />
<interfaceProvidingRole href="min.repository#_oTaxMO2bEeib_P5jAe7dPw" />
</assemblyConnectors>
<assemblyConnectors id="_-u-Q4e2eEeib_P5jAe7dPw" name="B --&gt; C" providingAssemblyContext="C" requiringAssemblyContext="B">
<interfaceRequiringRole href="min.repository#_o-tJ4e2bEeib_P5jAe7dPw" />
<interfaceProvidingRole href="min.repository#_7gZjcO2bEeib_P5jAe7dPw" />
</assemblyConnectors>
<assemblyConnectors id="__Da24e2eEeib_P5jAe7dPw" name="C --&gt; D" providingAssemblyContext="D" requiringAssemblyContext="C">
<interfaceRequiringRole href="min.repository#_674hIe2bEeib_P5jAe7dPw" />
<interfaceProvidingRole href="min.repository#_uP8vIO2dEeib_P5jAe7dPw" />
</assemblyConnectors>
<assemblyConnectors id="__NpJ4e2eEeib_P5jAe7dPw" name="B --&gt; E" providingAssemblyContext="E" requiringAssemblyContext="B">
<interfaceRequiringRole href="min.repository#_pW0u8e2bEeib_P5jAe7dPw" />
<interfaceProvidingRole href="min.repository#_6wgFoO2dEeib_P5jAe7dPw" />
</assemblyConnectors>
<assemblyConnectors id="__X3c4e2eEeib_P5jAe7dPw" name="E --&gt; F" providingAssemblyContext="F" requiringAssemblyContext="E">
<interfaceRequiringRole href="min.repository#_7K9NAe2dEeib_P5jAe7dPw" />
<interfaceProvidingRole href="min.repository#_S_LQIO2eEeib_P5jAe7dPw" />
</assemblyConnectors>
<assemblyConnectors id="__iQH8e2eEeib_P5jAe7dPw" name="E --&gt; G" providingAssemblyContext="G" requiringAssemblyContext="E">
<interfaceRequiringRole href="min.repository#_7nafge2dEeib_P5jAe7dPw" />
<interfaceProvidingRole href="min.repository#_TRbdwO2eEeib_P5jAe7dPw" />
</assemblyConnectors>
<providingDelegationConnectors assemblyContext="A" id="_7NJv8u2eEeib_P5jAe7dPw" name="A --&gt; A" outerInterfaceProvidingRole="_43ITxO2eEeib_P5jAe7dPw">
<innerInterfaceProvidingRole href="min.repository#_SHb3MO2bEeib_P5jAe7dPw" />
</providingDelegationConnectors>
<interfaceProvidingRoles id="_43ITxO2eEeib_P5jAe7dPw" name="outerA">
<interface href="min.repository#_uqNJk-2aEeib_P5jAe7dPw" />
</interfaceProvidingRoles>
</system:System>
\ No newline at end of file
<?xml version="1.0" encoding="ASCII"?>
<usageprofile:UsageProfile xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:functions="http://www.descartes.tools/metamodel/functions/1.0" xmlns:usageprofile="http://www.descartes.tools/metamodel/usageprofile/1.0" id="_yiEmIEeqEeSW4Op0B0CyhQ" name="usgProfile">
<imports importURI="min.system"/>
<imports importURI="min.repository"/>
<system href="min.system#_zdRVAEeoEeSW4Op0B0CyhQ"/>
<usageScenarios id="_yiFNMEeqEeSW4Op0B0CyhQ" name="usagescenario">
<scenarioBehavior>
<actions xsi:type="usageprofile:SystemCallUserAction" id="_A_DeMEmxEeOPLK3yYyEQWQ" name="usageToA">
<providingRole href="min.system#_43ITxO2eEeib_P5jAe7dPw"/>
<signature href="min.repository#_vzGrUO2aEeib_P5jAe7dPw"/>
</actions>
</scenarioBehavior>
<workloadType xsi:type="usageprofile:OpenWorkloadType">
<interArrivalTime>
<probFunction xsi:type="functions:ExponentialDistribution" rate="0.005"/>
</interArrivalTime>
</workloadType>
</usageScenarios>
</usageprofile:UsageProfile>
SELECT usageToA.avgResponseTime, ToB.avgResponseTime, ToC.avgResponseTime, ToD.avgResponseTime, ToE.avgResponseTime, ToF.avgResponseTime, ToG.avgResponseTime, CPA_CPU.utilization, CPB_CPU.utilization, CPC_CPU.utilization, CPE_CPU.utilization, CPF_CPU.utilization, CPDG_CPU.utilization
EVALUATE DOF
VARYING 'ExponentialDistribution of OpenWorkload with ID _yiFNMEeqEeSW4Op0B0CyhQ' <0.010, 0.015, 0.020, 0.025>
FOR SERVICE '_A_DeMEmxEeOPLK3yYyEQWQ' AS usageToA,
SERVICE '_yiFNMEeqEeSW4Op0B0CyhQ' AS usagescenario,
SERVICE '_NSR-wO2eEeib_P5jAe7dPw' AS ToF,
SERVICE '_PVKcgO2eEeib_P5jAe7dPw' AS ToG,
SERVICE '_1XjV4O2bEeib_P5jAe7dPw' AS ToC,
SERVICE '_3Nfj0O2bEeib_P5jAe7dPw' AS ToE,
SERVICE '_W7bVMO2cEeib_P5jAe7dPw' AS ToD,
SERVICE '_jPXogO2bEeib_P5jAe7dPw' AS ToB,
RESOURCE '_6aFrIvMLEeiRdfQDBIGrTA' AS CPC_Network,
RESOURCE '_6uWD4vMLEeiRdfQDBIGrTA' AS CPDG_Network,
RESOURCE '_We1_hO2fEeib_P5jAe7dPw' AS CPB_CPU,
RESOURCE '_yS7WwfMLEeiRdfQDBIGrTA' AS CPA_Network,
RESOURCE '_Wr9OdO2fEeib_P5jAe7dPw' AS CPDG_CPU,
RESOURCE '_W9C-dO2fEeib_P5jAe7dPw' AS CPF_CPU,
RESOURCE '_7J0e8vMLEeiRdfQDBIGrTA' AS CPE_Network,
RESOURCE '_7nRP8vMLEeiRdfQDBIGrTA' AS CPF_Network,
RESOURCE '_I3tj4EnuEeOWVc_o6w1CBw' AS CPA_CPU,
RESOURCE '_6JPywPMLEeiRdfQDBIGrTA' AS CPB_Network,
RESOURCE '_WjRMhO2fEeib_P5jAe7dPw' AS CPC_CPU,
RESOURCE '_W2LhdO2fEeib_P5jAe7dPw' AS CPE_CPU
USING dml@'minmodel.properties';
\ No newline at end of file
SELECT usageToA.avgResponseTime
CONSTRAINED AS 'USE_STATISTICAL_MODEL:A'
EVALUATE DOF
VARYING 'ExponentialDistribution of OpenWorkload with ID _yiFNMEeqEeSW4Op0B0CyhQ' <0.015>
FOR SERVICE '_A_DeMEmxEeOPLK3yYyEQWQ' AS usageToA,
SERVICE '_yiFNMEeqEeSW4Op0B0CyhQ' AS usagescenario,
SERVICE '_NSR-wO2eEeib_P5jAe7dPw' AS ToF,
SERVICE '_PVKcgO2eEeib_P5jAe7dPw' AS ToG,
SERVICE '_1XjV4O2bEeib_P5jAe7dPw' AS ToC,
SERVICE '_3Nfj0O2bEeib_P5jAe7dPw' AS ToE,
SERVICE '_W7bVMO2cEeib_P5jAe7dPw' AS ToD,
SERVICE '_jPXogO2bEeib_P5jAe7dPw' AS ToB,
RESOURCE '_6aFrIvMLEeiRdfQDBIGrTA' AS CPC_Network,
RESOURCE '_6uWD4vMLEeiRdfQDBIGrTA' AS CPDG_Network,
RESOURCE '_We1_hO2fEeib_P5jAe7dPw' AS CPB_CPU,
RESOURCE '_yS7WwfMLEeiRdfQDBIGrTA' AS CPA_Network,
RESOURCE '_Wr9OdO2fEeib_P5jAe7dPw' AS CPDG_CPU,
RESOURCE '_W9C-dO2fEeib_P5jAe7dPw' AS CPF_CPU,
RESOURCE '_7J0e8vMLEeiRdfQDBIGrTA' AS CPE_Network,
RESOURCE '_7nRP8vMLEeiRdfQDBIGrTA' AS CPF_Network,
RESOURCE '_I3tj4EnuEeOWVc_o6w1CBw' AS CPA_CPU,
RESOURCE '_6JPywPMLEeiRdfQDBIGrTA' AS CPB_Network,
RESOURCE '_WjRMhO2fEeib_P5jAe7dPw' AS CPC_CPU,
RESOURCE '_W2LhdO2fEeib_P5jAe7dPw' AS CPE_CPU
USING dml@'minmodel.properties';
\ No newline at end of file
SELECT usageToA.avgResponseTime, ToB.avgResponseTime
CONSTRAINED AS 'USE_STATISTICAL_MODEL:B'
EVALUATE DOF
VARYING 'ExponentialDistribution of OpenWorkload with ID _yiFNMEeqEeSW4Op0B0CyhQ' <0.015>
FOR SERVICE '_A_DeMEmxEeOPLK3yYyEQWQ' AS usageToA,
SERVICE '_yiFNMEeqEeSW4Op0B0CyhQ' AS usagescenario,
SERVICE '_NSR-wO2eEeib_P5jAe7dPw' AS ToF,
SERVICE '_PVKcgO2eEeib_P5jAe7dPw' AS ToG,
SERVICE '_1XjV4O2bEeib_P5jAe7dPw' AS ToC,
SERVICE '_3Nfj0O2bEeib_P5jAe7dPw' AS ToE,
SERVICE '_W7bVMO2cEeib_P5jAe7dPw' AS ToD,
SERVICE '_jPXogO2bEeib_P5jAe7dPw' AS ToB,
RESOURCE '_6aFrIvMLEeiRdfQDBIGrTA' AS CPC_Network,
RESOURCE '_6uWD4vMLEeiRdfQDBIGrTA' AS CPDG_Network,
RESOURCE '_We1_hO2fEeib_P5jAe7dPw' AS CPB_CPU,
RESOURCE '_yS7WwfMLEeiRdfQDBIGrTA' AS CPA_Network,
RESOURCE '_Wr9OdO2fEeib_P5jAe7dPw' AS CPDG_CPU,
RESOURCE '_W9C-dO2fEeib_P5jAe7dPw' AS CPF_CPU,
RESOURCE '_7J0e8vMLEeiRdfQDBIGrTA' AS CPE_Network,
RESOURCE '_7nRP8vMLEeiRdfQDBIGrTA' AS CPF_Network,
RESOURCE '_I3tj4EnuEeOWVc_o6w1CBw' AS CPA_CPU,
RESOURCE '_6JPywPMLEeiRdfQDBIGrTA' AS CPB_Network,
RESOURCE '_WjRMhO2fEeib_P5jAe7dPw' AS CPC_CPU,
RESOURCE '_W2LhdO2fEeib_P5jAe7dPw' AS CPE_CPU
USING dml@'minmodel.properties';
\ No newline at end of file
SELECT usageToA.avgResponseTime, ToB.avgResponseTime, ToC.avgResponseTime, ToE.avgResponseTime, ToF.avgResponseTime, ToG.avgResponseTime
CONSTRAINED AS 'USE_STATISTICAL_MODEL:C'
EVALUATE DOF
VARYING 'ExponentialDistribution of OpenWorkload with ID _yiFNMEeqEeSW4Op0B0CyhQ' <0.015>
FOR SERVICE '_A_DeMEmxEeOPLK3yYyEQWQ' AS usageToA,
SERVICE '_yiFNMEeqEeSW4Op0B0CyhQ' AS usagescenario,
SERVICE '_NSR-wO2eEeib_P5jAe7dPw' AS ToF,
SERVICE '_PVKcgO2eEeib_P5jAe7dPw' AS ToG,
SERVICE '_1XjV4O2bEeib_P5jAe7dPw' AS ToC,
SERVICE '_3Nfj0O2bEeib_P5jAe7dPw' AS ToE,
SERVICE '_W7bVMO2cEeib_P5jAe7dPw' AS ToD,
SERVICE '_jPXogO2bEeib_P5jAe7dPw' AS ToB,
RESOURCE '_6aFrIvMLEeiRdfQDBIGrTA' AS CPC_Network,
RESOURCE '_6uWD4vMLEeiRdfQDBIGrTA' AS CPDG_Network,
RESOURCE '_We1_hO2fEeib_P5jAe7dPw' AS CPB_CPU,
RESOURCE '_yS7WwfMLEeiRdfQDBIGrTA' AS CPA_Network,
RESOURCE '_Wr9OdO2fEeib_P5jAe7dPw' AS CPDG_CPU,
RESOURCE '_W9C-dO2fEeib_P5jAe7dPw' AS CPF_CPU,
RESOURCE '_7J0e8vMLEeiRdfQDBIGrTA' AS CPE_Network,
RESOURCE '_7nRP8vMLEeiRdfQDBIGrTA' AS CPF_Network,
RESOURCE '_I3tj4EnuEeOWVc_o6w1CBw' AS CPA_CPU,
RESOURCE '_6JPywPMLEeiRdfQDBIGrTA' AS CPB_Network,
RESOURCE '_WjRMhO2fEeib_P5jAe7dPw' AS CPC_CPU,
RESOURCE '_W2LhdO2fEeib_P5jAe7dPw' AS CPE_CPU
USING dml@'minmodel.properties';
\ No newline at end of file
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