Revision 1386,
1.7 KB
checked in by wojtekp, 11 years ago
(diff) |
|
-
Property svn:mime-type set to
text/plain
|
Rev | Line | |
---|
[1375] | 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="compRes"> |
---|
| 7 | <computingResource class="Rack" count="1"> |
---|
| 8 | <computingResource class="Node" count="3"> |
---|
| 9 | <profile> |
---|
| 10 | <powerProfile> |
---|
| 11 | <energyEstimationPlugin> |
---|
| 12 | <name>test.migrate.NodeEnergyEstimationPlugin</name> |
---|
| 13 | </energyEstimationPlugin> |
---|
| 14 | <powerStates> |
---|
| 15 | <powerState> |
---|
| 16 | <name>ON_100</name> |
---|
| 17 | <powerUsage>200</powerUsage> |
---|
| 18 | </powerState> |
---|
| 19 | <powerState> |
---|
| 20 | <name>ON_75</name> |
---|
| 21 | <powerUsage>160</powerUsage> |
---|
| 22 | </powerState> |
---|
| 23 | <powerState> |
---|
| 24 | <name>ON_50</name> |
---|
| 25 | <powerUsage>120</powerUsage> |
---|
| 26 | </powerState> |
---|
| 27 | <powerState> |
---|
| 28 | <name>ON_25</name> |
---|
| 29 | <powerUsage>80</powerUsage> |
---|
| 30 | </powerState> |
---|
| 31 | <powerState> |
---|
[1386] | 32 | <name>ON_0</name> |
---|
[1375] | 33 | <powerUsage>40</powerUsage> |
---|
| 34 | </powerState> |
---|
| 35 | <powerState> |
---|
| 36 | <name>OFF</name> |
---|
| 37 | <powerUsage>0</powerUsage> |
---|
| 38 | </powerState> |
---|
| 39 | </powerStates> |
---|
| 40 | </powerProfile> |
---|
| 41 | </profile> |
---|
| 42 | <computingResource class="Processor" count="4"/> |
---|
| 43 | </computingResource> |
---|
| 44 | </computingResource> |
---|
| 45 | </computingResource> |
---|
| 46 | <scheduler class="Cluster" name="cluster"> |
---|
| 47 | <schedulingPlugin> |
---|
| 48 | <name>test.migrate.FCFSBF_RandomPluginMigrate</name> |
---|
| 49 | </schedulingPlugin> |
---|
| 50 | <managedComputingResources include="false"> |
---|
| 51 | <resourceName>compRes</resourceName> |
---|
| 52 | </managedComputingResources> |
---|
| 53 | </scheduler> |
---|
| 54 | </resources> |
---|
| 55 | |
---|
| 56 | </environment> |
---|
Note: See
TracBrowser
for help on using the repository browser.