- Timestamp:
- 02/26/13 08:41:50 (12 years ago)
- Location:
- DCWoRMS/branches/coolemall
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/example/experiment6/resources6.xml
r764 r883 3 3 xsi:noNamespaceSchemaLocation="../../simulator/schemas/resources/DCWormsResSchema.xsd"> 4 4 5 6 <timeEstimationPlugin> 7 <name>test.PhaseTimeEstimationPlugin</name> 8 </timeEstimationPlugin> 5 9 <!-- Simple data center description --> 6 10 <resources> 7 11 <computingResource class="DataCenter" name="compRes"> 12 <profile> 13 <powerProfile> 14 <energyEstimationPlugin> 15 <name>example.energy.DataCenterEnergyEstimationPlugin</name> 16 </energyEstimationPlugin> 17 </powerProfile> 18 </profile> 8 19 <!-- Defined data center contains only 6 processors --> 9 <computingResource class="Processor" count="6"/> 20 <computingResource class="Processor" count="6"> 21 <profile> 22 <powerProfile> 23 <energyEstimationPlugin> 24 <name>example.energy.recs.ProcessorEnergyEstimationPlugin</name> 25 </energyEstimationPlugin> 26 </powerProfile> 27 </profile> 28 </computingResource> 10 29 </computingResource> 11 30 <scheduler class="Cluster" name="cluster">
Note: See TracChangeset
for help on using the changeset viewer.