Revision 1554,
1.8 KB
checked in by wojtekp, 9 years ago
(diff) |
|
-
Property svn:mime-type set to
text/plain
|
Rev | Line | |
---|
[1476] | 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/DCwormsResSchema.xsd"> |
---|
| 4 | |
---|
| 5 | <resources> |
---|
| 6 | <computingResource class="DataCenter" name="dataCenter"> |
---|
| 7 | <computingResource class="Rack" count="1"> |
---|
| 8 | <computingResource class="Node" count="3"> |
---|
| 9 | <profile> |
---|
| 10 | <powerProfile> |
---|
| 11 | <energyEstimationPlugin> |
---|
[1554] | 12 | <name>example.energy.NodeEnergyEstimationPlugin</name> |
---|
| 13 | <powerCapLevel>150</powerCapLevel> |
---|
[1476] | 14 | </energyEstimationPlugin> |
---|
| 15 | <powerStates> |
---|
| 16 | <powerState> |
---|
[1554] | 17 | <name>ON</name> |
---|
[1476] | 18 | <powerUsage>40</powerUsage> |
---|
| 19 | </powerState> |
---|
[1554] | 20 | </powerStates> |
---|
[1476] | 21 | </powerProfile> |
---|
| 22 | </profile> |
---|
[1554] | 23 | <computingResource class="Processor" count="4"> |
---|
| 24 | <profile> |
---|
| 25 | <powerProfile> |
---|
| 26 | <energyEstimationPlugin> |
---|
| 27 | <name>example.energy.ProcessorEnergyEstimationPlugin</name> |
---|
| 28 | </energyEstimationPlugin> |
---|
| 29 | <parameter name="pState"> |
---|
| 30 | <property name="name"> |
---|
| 31 | <value>P0</value> |
---|
| 32 | </property> |
---|
| 33 | <property name="frequency"> |
---|
| 34 | <value unit="Hz">2200</value> |
---|
| 35 | </property> |
---|
| 36 | <property name="voltage"> |
---|
| 37 | <value unit="V">0</value> |
---|
| 38 | </property> |
---|
| 39 | <property name="powerUsage"> |
---|
| 40 | <value unit="W">40</value> |
---|
| 41 | </property> |
---|
| 42 | </parameter> |
---|
| 43 | </powerProfile> |
---|
| 44 | </profile> |
---|
| 45 | </computingResource> |
---|
[1476] | 46 | </computingResource> |
---|
| 47 | </computingResource> |
---|
| 48 | </computingResource> |
---|
| 49 | <scheduler class="Cluster" name="cluster"> |
---|
| 50 | <schedulingPlugin> |
---|
| 51 | <name>example.localplugin.FCFSBF_RandomPluginWithMigration</name> |
---|
| 52 | </schedulingPlugin> |
---|
| 53 | <managedComputingResources include="false"> |
---|
| 54 | <resourceName>dataCenter</resourceName> |
---|
| 55 | </managedComputingResources> |
---|
| 56 | </scheduler> |
---|
| 57 | </resources> |
---|
| 58 | |
---|
| 59 | </environment> |
---|
Note: See
TracBrowser
for help on using the repository browser.