Changeset 1223 for DCWoRMS/branches/coolemall/example/experiment3
- Timestamp:
- 11/26/13 13:32:48 (11 years ago)
- Location:
- DCWoRMS/branches/coolemall/example/experiment3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/example/experiment3/experiment3.properties
r529 r1223 9 9 10 10 # Choose directory where all result files should be placed. 11 stats.outputfolder= ../experiment3_result11 stats.outputfolder=example/experiment3_result 12 12 13 13 # Define the type and content of charts to generate -
DCWoRMS/branches/coolemall/example/experiment3/resources3.xml
r902 r1223 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <environment xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 3 xsi:noNamespaceSchemaLocation="../../simulator/schemas/resources/DC WormsResSchema.xsd">3 xsi:noNamespaceSchemaLocation="../../simulator/schemas/resources/DCwormsResSchemaNew.xsd"> 4 4 5 5 <!-- Data Center description with energy parameters --> … … 9 9 <computingResource class="Rack"> 10 10 <!-- Rack consists of 4 computing nodes, 2 of one type and 2 of another --> 11 <computingResource class=" ComputingNode" count="2">11 <computingResource class="Node" count="2"> 12 12 <profile> 13 13 <!-- Definition of computing node power profile --> … … 15 15 <!-- Reference to energy usage estimation plugin --> 16 16 <energyEstimationPlugin> 17 <name>example.energy. ComputingNodeEnergyEstimationPlugin</name>17 <name>example.energy.NodeEnergyEstimationPlugin</name> 18 18 </energyEstimationPlugin> 19 19 <!-- Definition of supported power states and corresponding power consumption --> … … 102 102 </computingResource> 103 103 </computingResource> 104 <computingResource class=" ComputingNode" count="2">104 <computingResource class="Node" count="2"> 105 105 <profile> 106 106 <!-- Definition of computing node power profile --> … … 108 108 <!-- Reference to energy usage estimation plugin --> 109 109 <energyEstimationPlugin> 110 <name>example.energy. ComputingNodeEnergyEstimationPlugin</name>110 <name>example.energy.NodeEnergyEstimationPlugin</name> 111 111 </energyEstimationPlugin> 112 112 <!-- Definition of supported power states and corresponding power consumption -->
Note: See TracChangeset
for help on using the changeset viewer.