[499] | 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 | <!-- Data Center description with energy parameters --> |
---|
| 6 | <resources> |
---|
| 7 | <computingResource class="DataCenter" name="compRes"> |
---|
| 8 | <computingResource class="ComputingNode" count="2"> |
---|
| 9 | <parameter name="category"> |
---|
| 10 | <value>A</value> |
---|
| 11 | </parameter> |
---|
| 12 | <profile> |
---|
| 13 | <powerProfile> |
---|
| 14 | <energyEstimationPlugin> |
---|
| 15 | <name>example.energy.ComputingNodeEnergyEstimationPlugin</name> |
---|
| 16 | </energyEstimationPlugin> |
---|
| 17 | <powerStates> |
---|
| 18 | <powerState> |
---|
| 19 | <name>ON</name> |
---|
| 20 | <powerUsage>750</powerUsage> |
---|
| 21 | </powerState> |
---|
| 22 | <powerState> |
---|
| 23 | <name>OFF</name> |
---|
| 24 | <powerUsage>0</powerUsage> |
---|
| 25 | </powerState> |
---|
| 26 | </powerStates> |
---|
| 27 | </powerProfile> |
---|
| 28 | </profile> |
---|
| 29 | <computingResource class="Processor" count="4"> |
---|
| 30 | </computingResource> |
---|
| 31 | </computingResource> |
---|
| 32 | <computingResource class="ComputingNode" count="2"> |
---|
| 33 | <parameter name="category"> |
---|
| 34 | <value>B</value> |
---|
| 35 | </parameter> |
---|
| 36 | <profile> |
---|
| 37 | <powerProfile> |
---|
| 38 | <energyEstimationPlugin> |
---|
| 39 | <name>example.energy.ComputingNodeEnergyEstimationPlugin</name> |
---|
| 40 | </energyEstimationPlugin> |
---|
| 41 | <powerStates> |
---|
| 42 | <powerState> |
---|
| 43 | <name>ON</name> |
---|
| 44 | <powerUsage>850</powerUsage> |
---|
| 45 | </powerState> |
---|
| 46 | <powerState> |
---|
| 47 | <name>OFF</name> |
---|
| 48 | <powerUsage>0</powerUsage> |
---|
| 49 | </powerState> |
---|
| 50 | </powerStates> |
---|
| 51 | </powerProfile> |
---|
| 52 | </profile> |
---|
| 53 | <computingResource class="Processor" count="4"> |
---|
| 54 | </computingResource> |
---|
| 55 | </computingResource> |
---|
| 56 | </computingResource> |
---|
| 57 | <scheduler class="Cluster" name="cluster"> |
---|
| 58 | <schedulingPlugin> |
---|
| 59 | <!-- <name>example.localplugin.FCFSRandomClusterLocalPlugin</name> --> |
---|
| 60 | <name>example.localplugin.FCFSNodePowerManagementClusterLocalPlugin</name> |
---|
| 61 | </schedulingPlugin> |
---|
| 62 | <managedComputingResources include="false"> |
---|
| 63 | <resourceName>compRes</resourceName> |
---|
| 64 | </managedComputingResources> |
---|
| 65 | </scheduler> |
---|
| 66 | </resources> |
---|
| 67 | |
---|
| 68 | </environment> |
---|