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

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/test/article2/recs/resourcesCoolEmAll_Intel.xml

    r1179 r1219  
    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        <timeEstimationPlugin> 
     
    99        <resources> 
    1010                <computingResource class="DataCenter" name="COOLEMALL_TESTBED"> 
    11                         <resourceUnit class="storage"> 
    12                                 <amount>4800000</amount> 
    13                         </resourceUnit> 
    1411                        <profile> 
    1512                                <powerProfile> 
     
    2017                                <thermalProfile></thermalProfile> 
    2118                        </profile> 
     19                        <resourceUnit class="storage"> 
     20                                <amount>4800000</amount> 
     21                        </resourceUnit> 
    2222                        <computingResource class="RECS" name="Recs1"> 
    2323                                <computingResource class="ComputingNode" type="Intel_i7" count="18" name="IntelI7"> 
    24                                         <resourceUnit class="memory"> 
    25                                                 <amount>16384</amount> 
    26                                         </resourceUnit> 
    2724                                        <parameter name="category"> 
    2825                                                <value>Intel_i7</value> 
     
    4441                                                        </powerStates>                           
    4542                                                </powerProfile> 
    46                                                 <airThroughputProfile> 
    47                                                         <airThroughputStates> 
    48                                                                 <airThroughputState> 
    49                                                                         <name>FAN_ON</name> 
    50                                                                         <value>673</value> 
    51                                                                         <powerUsage>7</powerUsage> 
    52                                                                 </airThroughputState> 
    53                                                                 <airThroughputState> 
    54                                                                         <name>FAN_OFF</name> 
    55                                                                         <value>0</value> 
    56                                                                         <powerUsage>0</powerUsage> 
    57                                                                 </airThroughputState> 
    58                                                         </airThroughputStates> 
    59                                                 </airThroughputProfile> 
    60                                                 <thermalProfile></thermalProfile> 
    6143                                        </profile> 
     44                                        <device class="Fan"> 
     45                                                <profile> 
     46                                                        <powerProfile> 
     47                                                                <energyEstimationPlugin> 
     48                                                                        <name>test.article2.recs.plugins.energy.FanEnergyEstimationPlugin</name> 
     49                                                                </energyEstimationPlugin>                                
     50                                                        </powerProfile> 
     51                                                        <airThroughputProfile> 
     52                                                                <airThroughputStates> 
     53                                                                        <airThroughputState> 
     54                                                                                <name>FAN_ON</name> 
     55                                                                                <value>673</value> 
     56                                                                                <powerUsage>7</powerUsage> 
     57                                                                        </airThroughputState> 
     58                                                                        <airThroughputState> 
     59                                                                                <name>FAN_OFF</name> 
     60                                                                                <value>0</value> 
     61                                                                                <powerUsage>0</powerUsage> 
     62                                                                        </airThroughputState> 
     63                                                                </airThroughputStates> 
     64                                                        </airThroughputProfile> 
     65                                                        <thermalProfile></thermalProfile> 
     66                                                </profile> 
     67                                        </device> 
     68                                        <resourceUnit class="memory"> 
     69                                                <amount>16384</amount> 
     70                                        </resourceUnit> 
    6271                                        <computingResource class="Processor" count="1"> 
    6372                                                <profile> 
     
    212221                                                                </parameter>                     
    213222                                                        </powerProfile> 
    214                                                                 <airThroughputProfile> 
    215                                                         <airThroughputStates> 
    216                                                                 <airThroughputState> 
    217                                                                         <name>FAN_ON</name> 
    218                                                                         <value>673</value> 
    219                                                                         <powerUsage>7</powerUsage> 
    220                                                                 </airThroughputState> 
    221                                                                 <airThroughputState> 
    222                                                                         <name>FAN_OFF</name> 
    223                                                                         <value>0</value> 
    224                                                                         <powerUsage>0</powerUsage> 
    225                                                                 </airThroughputState> 
    226                                                         </airThroughputStates> 
    227                                                 </airThroughputProfile> 
    228223                                                </profile> 
    229224                                                <computingResource class="Core" count="8"/> 
Note: See TracChangeset for help on using the changeset viewer.