Ignore:
Timestamp:
11/26/13 13:32:48 (11 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/example/experiment5/resources5.xml

    r775 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 --> 
     
    77                <computingResource class="DataCenter" name="compRes"> 
    88                        <!-- Data Center contains of 4 computing nodes belonging to two different classes (with different power consumption level)--> 
    9                         <computingResource class="ComputingNode" count="2"> 
     9                        <computingResource class="Node" count="2"> 
    1010                                <!-- Defines the computing node category - information can be used by user to facilitate the resource management process within various plugins --> 
    1111                                <parameter name="category"> 
     
    1717                                                <!-- Reference to energy usage estimation plugin --> 
    1818                                                <energyEstimationPlugin> 
    19                                                         <name>example.energy.ComputingNodeWithFanEnergyEstimationPlugin</name> 
     19                                                        <name>example.energy.NodeEnergyEstimationPlugin</name> 
    2020                                                </energyEstimationPlugin>        
    2121                                                <!-- Definition of supported power states and corresponding power consumption -->        
     
    3232                                                </powerStates>                           
    3333                                        </powerProfile> 
    34                                         <airThroughputProfile> 
    35                                                 <airThroughputStates> 
    36                                                         <airThroughputState> 
    37                                                                 <name>FAN_ON_TURBO</name> 
    38                                                                 <value>1500</value> 
    39                                                                 <powerUsage>150</powerUsage> 
    40                                                         </airThroughputState> 
    41                                                         <airThroughputState> 
    42                                                                 <name>FAN_ON</name> 
    43                                                                 <value>1000</value> 
    44                                                                 <powerUsage>30</powerUsage> 
    45                                                         </airThroughputState> 
    46                                                         <airThroughputState> 
    47                                                                 <name>FAN_OFF</name> 
    48                                                                 <value>0</value> 
    49                                                                 <powerUsage>10</powerUsage> 
    50                                                         </airThroughputState> 
    51                                                 </airThroughputStates> 
    52                                         </airThroughputProfile> 
    5334                                </profile> 
     35                                <device class="Fan"> 
     36                                        <profile> 
     37                                                <powerProfile> 
     38                                                        <energyEstimationPlugin> 
     39                                                                <name>example.energy.device.FanEnergyEstimationPlugin</name> 
     40                                                        </energyEstimationPlugin> 
     41                                                </powerProfile> 
     42                                                <airThroughputProfile> 
     43                                                        <airThroughputStates> 
     44                                                                <airThroughputState> 
     45                                                                        <name>FAN_ON_TURBO</name> 
     46                                                                        <value>1500</value> 
     47                                                                        <powerUsage>150</powerUsage> 
     48                                                                </airThroughputState> 
     49                                                                <airThroughputState> 
     50                                                                        <name>ON</name> 
     51                                                                        <value>1000</value> 
     52                                                                        <powerUsage>30</powerUsage> 
     53                                                                </airThroughputState> 
     54                                                                <airThroughputState> 
     55                                                                        <name>OFF</name> 
     56                                                                        <value>0</value> 
     57                                                                        <powerUsage>10</powerUsage> 
     58                                                                </airThroughputState> 
     59                                                        </airThroughputStates> 
     60                                                </airThroughputProfile> 
     61                                        </profile> 
     62                                </device> 
    5463                                <!-- Each of 2 computing nodes contains 4 processors--> 
    5564                                <computingResource class="Processor" count="4"> 
    5665                                </computingResource> 
    5766                        </computingResource>     
    58                         <computingResource class="ComputingNode" count="2"> 
     67                        <computingResource class="Node" count="2"> 
    5968                                <!-- Defines the computing node category - information can be used by user to facilitate the resource management process within various plugins --> 
    6069                                <parameter name="category"> 
     
    6675                                                <!-- Reference to energy usage estimation plugin --> 
    6776                                                <energyEstimationPlugin> 
    68                                                         <name>example.energy.ComputingNodeWithFanEnergyEstimationPlugin</name> 
     77                                                        <name>example.energy.NodeEnergyEstimationPlugin</name> 
    6978                                                </energyEstimationPlugin> 
    7079                                                <!-- Definition of supported power states and corresponding power consumption -->        
     
    8190                                                </powerStates>                           
    8291                                        </powerProfile> 
    83                                         <airThroughputProfile> 
    84                                                 <airThroughputStates> 
    85                                                         <airThroughputState> 
    86                                                                 <name>FAN_ON_TURBO</name> 
    87                                                                 <value>1500</value> 
    88                                                                 <powerUsage>150</powerUsage> 
    89                                                         </airThroughputState> 
    90                                                         <airThroughputState> 
    91                                                                 <name>FAN_ON</name> 
    92                                                                 <value>1000</value> 
    93                                                                 <powerUsage>30</powerUsage> 
    94                                                         </airThroughputState> 
    95                                                         <airThroughputState> 
    96                                                                 <name>FAN_OFF</name> 
    97                                                                 <value>0</value> 
    98                                                                 <powerUsage>10</powerUsage> 
    99                                                         </airThroughputState> 
    100                                                 </airThroughputStates> 
    101                                         </airThroughputProfile> 
    10292                                </profile> 
     93                                <device class="Fan"> 
     94                                        <profile> 
     95                                                <powerProfile> 
     96                                                        <energyEstimationPlugin> 
     97                                                                <name>example.energy.device.FanEnergyEstimationPlugin</name> 
     98                                                        </energyEstimationPlugin> 
     99                                                </powerProfile> 
     100                                                <airThroughputProfile> 
     101                                                        <airThroughputStates> 
     102                                                                <airThroughputState> 
     103                                                                        <name>ON_TURBO</name> 
     104                                                                        <value>1500</value> 
     105                                                                        <powerUsage>150</powerUsage> 
     106                                                                </airThroughputState> 
     107                                                                <airThroughputState> 
     108                                                                        <name>ON</name> 
     109                                                                        <value>1000</value> 
     110                                                                        <powerUsage>30</powerUsage> 
     111                                                                </airThroughputState> 
     112                                                                <airThroughputState> 
     113                                                                        <name>OFF</name> 
     114                                                                        <value>0</value> 
     115                                                                        <powerUsage>10</powerUsage> 
     116                                                                </airThroughputState> 
     117                                                        </airThroughputStates> 
     118                                                </airThroughputProfile> 
     119                                        </profile> 
     120                                </device> 
    103121                                <!-- Each of 2 computing nodes contains 4 processors--> 
    104122                                <computingResource class="Processor" count="4"> 
Note: See TracChangeset for help on using the changeset viewer.