[506] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
| 2 | <environment xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
---|
| 3 | xsi:noNamespaceSchemaLocation="../../../simulator/schemas/resources/WormsResSchema.xsd"> |
---|
| 4 | |
---|
| 5 | <timeEstimationPlugin> |
---|
| 6 | <name>test.ariel.CPUFreqScalingExecTimeEstimationPlugin</name> |
---|
| 7 | </timeEstimationPlugin> |
---|
| 8 | <!-- Simple data center description --> |
---|
| 9 | <resources> |
---|
| 10 | <computingResource class="DataCenter" name="compRes"> |
---|
| 11 | <computingResource class="Processor" count="4"> |
---|
| 12 | <profile> |
---|
| 13 | <powerProfile> |
---|
| 14 | <energyEstimationPlugin> |
---|
| 15 | <name>example.energy.CPUEnergyEstimationPlugin</name> |
---|
| 16 | </energyEstimationPlugin> |
---|
| 17 | <parameter name="pState"> |
---|
| 18 | <property name="name"> |
---|
| 19 | <value>P0</value> |
---|
| 20 | </property> |
---|
| 21 | <property name="frequency"> |
---|
| 22 | <value unit="Hz">2000</value> |
---|
| 23 | </property> |
---|
| 24 | <property name="powerUsage"> |
---|
| 25 | <value unit="W">350</value> |
---|
| 26 | </property> |
---|
| 27 | </parameter> |
---|
| 28 | <parameter name="pState"> |
---|
| 29 | <property name="name"> |
---|
| 30 | <value>P1</value> |
---|
| 31 | </property> |
---|
| 32 | <property name="frequency"> |
---|
| 33 | <value unit="H`">1500</value> |
---|
| 34 | </property> |
---|
| 35 | <property name="powerUsage"> |
---|
| 36 | <value unit="W">343</value> |
---|
| 37 | </property> |
---|
| 38 | </parameter> |
---|
| 39 | <parameter name="pState"> |
---|
| 40 | <property name="name"> |
---|
| 41 | <value>P2</value> |
---|
| 42 | </property> |
---|
| 43 | <property name="frequency"> |
---|
| 44 | <value unit="H`">1000</value> |
---|
| 45 | </property> |
---|
| 46 | <property name="powerUsage"> |
---|
| 47 | <value unit="W">337</value> |
---|
| 48 | </property> |
---|
| 49 | </parameter> |
---|
| 50 | <parameter name="pState"> |
---|
| 51 | <property name="name"> |
---|
| 52 | <value>P3</value> |
---|
| 53 | </property> |
---|
| 54 | <property name="frequency"> |
---|
| 55 | <value unit="H`">500</value> |
---|
| 56 | </property> |
---|
| 57 | <property name="powerUsage"> |
---|
| 58 | <value unit="W">330</value> |
---|
| 59 | </property> |
---|
| 60 | </parameter> |
---|
| 61 | </powerProfile> |
---|
| 62 | </profile> |
---|
| 63 | </computingResource> |
---|
| 64 | </computingResource> |
---|
| 65 | <scheduler class="Cluster" name="cluster"> |
---|
| 66 | <schedulingPlugin> |
---|
| 67 | <name>test.ariel.FCFSCPUFreqScalingPlugin</name> |
---|
| 68 | </schedulingPlugin> |
---|
| 69 | <managedComputingResources include="false"> |
---|
| 70 | <resourceName>compRes</resourceName> |
---|
| 71 | </managedComputingResources> |
---|
| 72 | </scheduler> |
---|
| 73 | </resources> |
---|
| 74 | |
---|
| 75 | </environment> |
---|