Ignore:
Timestamp:
11/26/13 13:32:48 (11 years ago)
Author:
wojtekp
Message:
 
Location:
DCWoRMS/branches/coolemall/example/experiment3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/example/experiment3/experiment3.properties

    r529 r1223  
    99 
    1010# Choose directory where all result files should be placed. 
    11 stats.outputfolder=../experiment3_result 
     11stats.outputfolder=example/experiment3_result 
    1212 
    1313# Define the type and content of charts to generate 
  • DCWoRMS/branches/coolemall/example/experiment3/resources3.xml

    r902 r1223  
    11<?xml version="1.0" encoding="UTF-8"?> 
    22<environment xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  
    3         xsi:noNamespaceSchemaLocation="../../simulator/schemas/resources/DCWormsResSchema.xsd"> 
     3        xsi:noNamespaceSchemaLocation="../../simulator/schemas/resources/DCwormsResSchemaNew.xsd"> 
    44         
    55        <!-- Data Center description with energy parameters --> 
     
    99                        <computingResource class="Rack"> 
    1010                                <!-- 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"> 
    1212                                        <profile> 
    1313                                                <!-- Definition of computing node power profile --> 
     
    1515                                                        <!-- Reference to energy usage estimation plugin --> 
    1616                                                        <energyEstimationPlugin> 
    17                                                                 <name>example.energy.ComputingNodeEnergyEstimationPlugin</name> 
     17                                                                <name>example.energy.NodeEnergyEstimationPlugin</name> 
    1818                                                        </energyEstimationPlugin> 
    1919                                                        <!-- Definition of supported power states and corresponding power consumption -->        
     
    102102                                        </computingResource> 
    103103                                </computingResource>     
    104                                 <computingResource class="ComputingNode" count="2"> 
     104                                <computingResource class="Node" count="2"> 
    105105                                        <profile> 
    106106                                                <!-- Definition of computing node power profile --> 
     
    108108                                                        <!-- Reference to energy usage estimation plugin --> 
    109109                                                        <energyEstimationPlugin> 
    110                                                                 <name>example.energy.ComputingNodeEnergyEstimationPlugin</name> 
     110                                                                <name>example.energy.NodeEnergyEstimationPlugin</name> 
    111111                                                        </energyEstimationPlugin>        
    112112                                                        <!-- Definition of supported power states and corresponding power consumption --> 
Note: See TracChangeset for help on using the changeset viewer.