[477] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
| 2 | <environment xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
---|
[604] | 3 | xsi:noNamespaceSchemaLocation="../DCWoRMSResSchema.xsd"> |
---|
[477] | 4 | |
---|
| 5 | <!-- Opis dla data center z uwzglednieniem aspektow energetycznych --> |
---|
| 6 | <resources> |
---|
| 7 | <computingResource class="DataCenter" name="compRes1"> |
---|
| 8 | <computingResource class="ComputingNode" count="57"> |
---|
| 9 | <profile> |
---|
| 10 | <powerProfile> |
---|
| 11 | <energyEstimationPlugin> |
---|
| 12 | <name>ComputingNodeEnergyEstimationPlugin</name> |
---|
| 13 | </energyEstimationPlugin> |
---|
| 14 | </powerProfile> |
---|
| 15 | </profile> |
---|
| 16 | <computingResource class="Processor" count="8"> |
---|
| 17 | <profile> |
---|
| 18 | <powerProfile> |
---|
| 19 | <energyEstimationPlugin> |
---|
| 20 | <name>CPUEnergyEstimationPlugin</name> |
---|
| 21 | </energyEstimationPlugin> |
---|
| 22 | <powerStates> |
---|
| 23 | <powerState> |
---|
| 24 | <name>ON</name> |
---|
| 25 | <powerUsage>20</powerUsage> |
---|
| 26 | </powerState> |
---|
| 27 | <powerState> |
---|
| 28 | <name>OFF</name> |
---|
| 29 | <powerUsage>0</powerUsage> |
---|
| 30 | </powerState> |
---|
| 31 | </powerStates> |
---|
| 32 | <parameter name="pState"> |
---|
| 33 | <property name="name"> |
---|
| 34 | <value>P0</value> |
---|
| 35 | </property> |
---|
| 36 | <property name="frequency"> |
---|
| 37 | <value>3000</value> |
---|
| 38 | </property> |
---|
| 39 | <property name="voltage"> |
---|
| 40 | <value>1.3</value> |
---|
| 41 | </property> |
---|
| 42 | <property name="powerUsage"> |
---|
| 43 | <value>35</value> |
---|
| 44 | </property> |
---|
| 45 | </parameter> |
---|
| 46 | <parameter name="pState"> |
---|
| 47 | <property name="name"> |
---|
| 48 | <value>P1</value> |
---|
| 49 | </property> |
---|
| 50 | <property name="frequency"> |
---|
| 51 | <value>2666</value> |
---|
| 52 | </property> |
---|
| 53 | <property name="voltage"> |
---|
| 54 | <value>1.1</value> |
---|
| 55 | </property> |
---|
| 56 | <property name="powerUsage"> |
---|
| 57 | <value>30</value> |
---|
| 58 | </property> |
---|
| 59 | </parameter> |
---|
| 60 | </powerProfile> |
---|
| 61 | </profile> |
---|
| 62 | </computingResource> |
---|
| 63 | </computingResource> |
---|
| 64 | </computingResource> |
---|
| 65 | <scheduler class="Cluster" name="cluster1"> |
---|
| 66 | <schedulingPlugin> |
---|
| 67 | <name>FCFSLocalSchedulingPlugin</name> |
---|
| 68 | </schedulingPlugin> |
---|
| 69 | <managedComputingResources include="false"> |
---|
| 70 | <resourceName>compRes1</resourceName> |
---|
| 71 | </managedComputingResources> |
---|
| 72 | </scheduler> |
---|
| 73 | </resources> |
---|
| 74 | </environment> |
---|