Ignore:
Timestamp:
07/19/12 15:18:28 (13 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • xssim/trunk/src/test/rewolucja/schemas/example/coolemall/example2.xml

    r337 r344  
    1515                        <computingResource class="Rack" count="4" name="rack"> 
    1616                                <computingResource class="ComputingNode" count="64"> 
    17                                         <!-- ComputingNodeEnergyEstimationPlugin will be used to customize estimation of energy consumptions to 
    18                                         specific applications and hardware on computing node level--> 
    19                                         <energyEstimationPlugin> 
    20                                                 <name>ComputingNodeEnergyEstimationPlugin</name> 
    21                                         </energyEstimationPlugin> 
    2217                                        <profile> 
    2318                                                <!-- Definition of computing node power profile 
     
    2823                                                 --> 
    2924                                                <powerProfile> 
     25                                                        <!-- ComputingNodeEnergyEstimationPlugin will be used to customize estimation of energy consumptions to 
     26                                                        specific applications and hardware on computing node level--> 
     27                                                        <energyEstimationPlugin> 
     28                                                                <name>ComputingNodeEnergyEstimationPlugin</name> 
     29                                                        </energyEstimationPlugin> 
    3030                                                        <powerStates> 
    3131                                                                <powerState> 
     
    5353                                                 --> 
    5454                                                <airThroughputProfile> 
    55                                                         <airThroughputState> 
    56                                                                 <name>mode1</name> 
    57                                                                 <value unit="m3/h">105</value> 
    58                                                                 <powerUsage unit="watts">10.3</powerUsage> 
    59                                                         </airThroughputState> 
    60                                                         <airThroughputState> 
    61                                                                 <name>mode2</name> 
    62                                                                 <value unit="m3/h">110</value> 
    63                                                                 <powerUsage unit="watts">10.9</powerUsage> 
    64                                                         </airThroughputState> 
    65                                                         <airThroughputState> 
    66                                                                 <name>mode3</name> 
    67                                                                 <value unit="m3/h">115</value> 
    68                                                                 <powerUsage unit="watts">11.4</powerUsage> 
    69                                                         </airThroughputState> 
    70                                                         <airThroughputState> 
    71                                                                 <name>mode4</name> 
    72                                                                 <value unit="m3/h">120</value> 
    73                                                                 <powerUsage unit="watts">12.1</powerUsage> 
    74                                                         </airThroughputState> 
     55                                                        <airThroughputStates> 
     56                                                                <airThroughputState> 
     57                                                                        <name>mode1</name> 
     58                                                                        <value unit="m3/h">105</value> 
     59                                                                        <powerUsage unit="watts">10.3</powerUsage> 
     60                                                                </airThroughputState> 
     61                                                                <airThroughputState> 
     62                                                                        <name>mode2</name> 
     63                                                                        <value unit="m3/h">110</value> 
     64                                                                        <powerUsage unit="watts">10.9</powerUsage> 
     65                                                                </airThroughputState> 
     66                                                                <airThroughputState> 
     67                                                                        <name>mode3</name> 
     68                                                                        <value unit="m3/h">115</value> 
     69                                                                        <powerUsage unit="watts">11.4</powerUsage> 
     70                                                                </airThroughputState> 
     71                                                                <airThroughputState> 
     72                                                                        <name>mode4</name> 
     73                                                                        <value unit="m3/h">120</value> 
     74                                                                        <powerUsage unit="watts">12.1</powerUsage> 
     75                                                                </airThroughputState> 
     76                                                        </airThroughputStates> 
    7577                                                </airThroughputProfile> 
    7678                                        </profile> 
    7779                                        <computingResource class="Processor" count="2"> 
    78                                                 <!-- CPUEnergyEstimationPlugin will be used to estimate energy consumption on processor level.--> 
    79                                                 <energyEstimationPlugin> 
    80                                                         <name>CPUEnergyEstimationPlugin</name> 
    81                                                 </energyEstimationPlugin> 
    8280                                                <profile> 
    8381                                                         <!-- Definition of processor power profile 
     
    8886                                                         --> 
    8987                                                        <powerProfile> 
     88                                                                <!-- CPUEnergyEstimationPlugin will be used to estimate energy consumption on processor level.--> 
     89                                                                <energyEstimationPlugin> 
     90                                                                        <name>CPUEnergyEstimationPlugin</name> 
     91                                                                </energyEstimationPlugin> 
    9092                                                                <parameter name="pState"> 
    9193                                                                        <property name="name"> 
     
    9395                                                                        </property>      
    9496                                                                        <property name="frequency"> 
    95                                                                                 <value >3000</value> 
     97                                                                                <value unit="hertz">3000</value> 
    9698                                                                        </property>              
    9799                                                                        <property name="voltage"> 
    98                                                                                 <value>1.3</value> 
     100                                                                                <value unit="volt">1.3</value> 
    99101                                                                        </property> 
    100102                                                                        <property name="powerUsage"> 
    101                                                                                 <value>35</value> 
     103                                                                                <value unit="watts">35</value> 
    102104                                                                        </property>                                              
    103105                                                                </parameter> 
     
    107109                                                                        </property>      
    108110                                                                        <property name="frequency"> 
    109                                                                                 <value>2666</value> 
     111                                                                                <value unit="hertz">2666</value> 
    110112                                                                        </property>              
    111113                                                                        <property name="voltage"> 
    112                                                                                 <value>1.1</value> 
     114                                                                                <value unit="volt">1.1</value> 
    113115                                                                        </property> 
    114116                                                                        <property name="powerUsage"> 
    115                                                                                 <value>30</value> 
     117                                                                                <value unit="watts">30</value> 
    116118                                                                        </property>                                              
    117119                                                                </parameter>     
Note: See TracChangeset for help on using the changeset viewer.