[477] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
| 2 | <environment xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
---|
| 3 | xsi:noNamespaceSchemaLocation="../XSSimResSchema.xsd"> |
---|
| 4 | |
---|
| 5 | <!-- Opis dla data center z uwzglednieniem aspektow energetycznych --> |
---|
| 6 | <resources> |
---|
| 7 | <computingResource class="DataCenter" name="compRes1"> |
---|
| 8 | <resourceUnit class="krasnoludek"> |
---|
| 9 | <amount>7</amount> |
---|
| 10 | </resourceUnit> |
---|
| 11 | <computingResource class="Rack"> |
---|
| 12 | <resourceUnit class="storage"> |
---|
| 13 | <amount>1000000</amount> |
---|
| 14 | </resourceUnit> |
---|
| 15 | <computingResource class="ComputingNode"> |
---|
| 16 | <resourceUnit class="memory"> |
---|
| 17 | <amount>12288</amount> |
---|
| 18 | </resourceUnit> |
---|
| 19 | <resourceUnit class="cpu"> |
---|
| 20 | <amount>12</amount> |
---|
| 21 | </resourceUnit> |
---|
| 22 | <parameter name="category"> |
---|
| 23 | <value>A</value> |
---|
| 24 | </parameter> |
---|
| 25 | <profile> |
---|
| 26 | <powerProfile> |
---|
| 27 | <energyEstimationPlugin> |
---|
| 28 | <name>example.energy.ComputingNodeEnergyEstimationPlugin</name> |
---|
| 29 | </energyEstimationPlugin> |
---|
| 30 | <powerStates> |
---|
| 31 | <powerState> |
---|
| 32 | <name>ON</name> |
---|
| 33 | <powerUsage>750</powerUsage> |
---|
| 34 | </powerState> |
---|
| 35 | <powerState> |
---|
| 36 | <name>OFF</name> |
---|
| 37 | <powerUsage>0</powerUsage> |
---|
| 38 | </powerState> |
---|
| 39 | </powerStates> |
---|
| 40 | </powerProfile> |
---|
| 41 | </profile> |
---|
| 42 | </computingResource> |
---|
| 43 | |
---|
| 44 | </computingResource> |
---|
| 45 | </computingResource> |
---|
| 46 | <scheduler class="Cluster" name="cluster1"> |
---|
| 47 | <schedulingPlugin> |
---|
| 48 | <name>example.localplugin.RackLocalPlugin</name> |
---|
| 49 | |
---|
| 50 | </schedulingPlugin> |
---|
| 51 | <managedComputingResources include="false"> |
---|
| 52 | <resourceName>Rack_0</resourceName> |
---|
| 53 | </managedComputingResources> |
---|
| 54 | <scheduler class="Cluster" name="clusterNode1"> |
---|
| 55 | <schedulingPlugin> |
---|
| 56 | <name>example.localplugin.FCFSRandomClusterLocalPlugin</name> |
---|
| 57 | |
---|
| 58 | </schedulingPlugin> |
---|
| 59 | <managedComputingResources include="false"> |
---|
| 60 | <resourceName>ComputingNode_0</resourceName> |
---|
| 61 | </managedComputingResources> |
---|
| 62 | </scheduler> |
---|
| 63 | </scheduler> |
---|
| 64 | </resources> |
---|
| 65 | |
---|
| 66 | </environment> |
---|