Skip to content
Snippets Groups Projects
Commit 1bac1dce authored by Simon's avatar Simon
Browse files

Fixed Utilization calculation for SimQPN

parent 2a9fa1b4
No related branches found
No related tags found
No related merge requests found
<?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="_f_3EQCCoEeWxOb4Q3eQjzQ" name="defaultDC">
<computeNodes id="_ibdkACCoEeWxOb4Q3eQjzQ" name="AppServer">
<configSpec xsi:type="resourceconfiguration:ProcessingResourceSpecification" id="_tjH08SCoEeWxOb4Q3eQjzQ" name="HDD" schedulingPolicy="PROCESSOR_SHARING" processingRate="2.4E7">
<processingResourceType href="default.resourcetype#_PSb_sA1XEeWT-KaY0W1Acw"/>
<nrOfParProcUnits id="_AOBN0CCpEeWxOb4Q3eQjzQ" name="HDD" number="1"/>
</configSpec>
<configSpec xsi:type="resourceconfiguration:ProcessingResourceSpecification" id="_BoF_ISCpEeWxOb4Q3eQjzQ" name="CPU" schedulingPolicy="PROCESSOR_SHARING" processingRate="1000.0">
<processingResourceType href="pathmap://DML_APPLICATIONLEVEL_MODELS/defaultresourcetypes.resourcetype#_3ql5IJB4EeKmfoqNH_-HEA"/>
<nrOfParProcUnits id="_Mxk1ACCpEeWxOb4Q3eQjzQ" name="CPU" number="1"/>
</configSpec>
</computeNodes>
<computeNodes id="_TUvnECCpEeWxOb4Q3eQjzQ" name="DBServer">
<configSpec xsi:type="resourceconfiguration:ProcessingResourceSpecification" id="_VG2d4SCpEeWxOb4Q3eQjzQ" name="HDD" schedulingPolicy="PROCESSOR_SHARING" processingRate="2.4E7">
<processingResourceType href="default.resourcetype#_PSb_sA1XEeWT-KaY0W1Acw"/>
<nrOfParProcUnits id="_aFxO8CCpEeWxOb4Q3eQjzQ" name="HDD" number="1"/>
</configSpec>
<configSpec xsi:type="resourceconfiguration:ProcessingResourceSpecification" id="_be1ToSCpEeWxOb4Q3eQjzQ" name="CPU" schedulingPolicy="PROCESSOR_SHARING" processingRate="1000.0">
<processingResourceType href="pathmap://DML_APPLICATIONLEVEL_MODELS/defaultresourcetypes.resourcetype#_3ql5IJB4EeKmfoqNH_-HEA"/>
<nrOfParProcUnits id="_hySOsCCpEeWxOb4Q3eQjzQ" name="CPU" number="1"/>
</configSpec>
</computeNodes>
</consistsOf>
</resourcelandscape:DistributedDataCenter>
<?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="_f_3EQCCoEeWxOb4Q3eQjzQ" name="defaultDC">
<computeNodes id="_ibdkACCoEeWxOb4Q3eQjzQ" name="AppServer">
<configSpec xsi:type="resourceconfiguration:ProcessingResourceSpecification" id="_BoF_ISCpEeWxOb4Q3eQjzQ" name="CPU" schedulingPolicy="PROCESSOR_SHARING" processingRate="1000.0">
<processingResourceType href="pathmap://DML_APPLICATIONLEVEL_MODELS/defaultresourcetypes.resourcetype#_3ql5IJB4EeKmfoqNH_-HEA"/>
<nrOfParProcUnits id="_Mxk1ACCpEeWxOb4Q3eQjzQ" name="CPU" number="1"/>
</configSpec>
</computeNodes>
<computeNodes id="_TUvnECCpEeWxOb4Q3eQjzQ" name="DBServer">
<configSpec xsi:type="resourceconfiguration:ProcessingResourceSpecification" id="_VG2d4SCpEeWxOb4Q3eQjzQ" name="HDD" schedulingPolicy="PROCESSOR_SHARING" processingRate="2.4E7">
<processingResourceType href="default.resourcetype#_PSb_sA1XEeWT-KaY0W1Acw"/>
<nrOfParProcUnits id="_aFxO8CCpEeWxOb4Q3eQjzQ" name="HDD" number="1"/>
</configSpec>
<configSpec xsi:type="resourceconfiguration:ProcessingResourceSpecification" id="_be1ToSCpEeWxOb4Q3eQjzQ" name="CPU" schedulingPolicy="PROCESSOR_SHARING" processingRate="1000.0">
<processingResourceType href="pathmap://DML_APPLICATIONLEVEL_MODELS/defaultresourcetypes.resourcetype#_3ql5IJB4EeKmfoqNH_-HEA"/>
<nrOfParProcUnits id="_hySOsCCpEeWxOb4Q3eQjzQ" name="CPU" number="1"/>
</configSpec>
</computeNodes>
</consistsOf>
</resourcelandscape:DistributedDataCenter>
SELECT defaultUsageScenario.avgResponseTime, defaultUsageScenario.throughput
SELECT defaultUsageScenario.avgResponseTime, defaultUsageScenario.throughput, DBServer_CPU.utilization, AppServer_CPU.utilization, DBServer_HDD.utilization
FOR SERVICE '_gxHCUA3hEeWKC634F1E2dQ' AS defaultUsageScenario,
SERVICE 'DownloadSCA_id' AS DownloadSCA,
SERVICE 'UploadSCA_ID' AS UploadSCA,
......
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