Changeset 344


Ignore:
Timestamp:
07/19/12 15:18:28 (13 years ago)
Author:
wojtekp
Message:
 
Location:
xssim/trunk/src/test/rewolucja/schemas/example/coolemall
Files:
2 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>     
  • xssim/trunk/src/test/rewolucja/schemas/example/coolemall/example3.xml

    r326 r344  
    11<environment xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  
    22        xsi:noNamespaceSchemaLocation="../../XSSimResSchema.xsd"> 
     3 
    34         
    45        <!-- CoolEmAll testbed description --> 
     
    67                <computingResource class="Rack" name="rack"> 
    78                        <resourceUnit class="Storage"> 
    8                                 <amount>4915200</amount> 
     9                                <amount unit="MB">4915200</amount> 
    910                                <parameter name=""></parameter> 
    1011                        </resourceUnit> 
    1112                        <parameter name="PSU"> 
    12                                 <property name="power"> 
     13                                <property name="powerUsage"> 
    1314                                        <value>180</value> 
    1415                                </property> 
    1516                        </parameter> 
    1617                        <computingResource class="RECS" name="recs1"> 
     18                                <location> 
     19                                        <horizontal>0</horizontal> 
     20                                        <vertical>0</vertical> 
     21                                        <depth>0</depth> 
     22                                </location> 
    1723                                <computingResource class="ComputingNode" count="18"> 
    1824                                        <resourceUnit class="Memory"> 
    19                                                 <amount>16384</amount> 
     25                                                <amount unit="MB">16384</amount> 
    2026                                        </resourceUnit> 
    2127                                        <computingResource class="Processor" type="i7"> 
     28                                        <profile> 
     29                                                <powerProfile> 
     30                                                                <parameter name="pState"> 
     31                                                                        <property name="name"> 
     32                                                                                <value>P0</value> 
     33                                                                        </property>      
     34                                                                        <property name="frequency"> 
     35                                                                                <value >3000</value> 
     36                                                                        </property>              
     37                                                                        <property name="voltage"> 
     38                                                                                <value>1.3</value> 
     39                                                                        </property> 
     40                                                                        <property name="powerUsage"> 
     41                                                                                <value>35</value> 
     42                                                                        </property>                                              
     43                                                                </parameter> 
     44                                                                <parameter name="pState"> 
     45                                                                        <property name="name"> 
     46                                                                                <value>P1</value> 
     47                                                                        </property>      
     48                                                                        <property name="frequency"> 
     49                                                                                <value>2666</value> 
     50                                                                        </property>              
     51                                                                        <property name="voltage"> 
     52                                                                                <value>1.1</value> 
     53                                                                        </property> 
     54                                                                        <property name="powerUsage"> 
     55                                                                                <value>30</value> 
     56                                                                        </property>                                              
     57                                                                </parameter>     
     58                                                        </powerProfile> 
     59                                                </profile> 
    2260                                                <computingResource class="Core" count="4"/> 
    2361                                        </computingResource> 
     
    2563                        </computingResource> 
    2664                        <computingResource class="RECS" name="recs2"> 
     65                                <location> 
     66                                        <horizontal>0</horizontal> 
     67                                        <vertical>1</vertical> 
     68                                        <depth>0</depth> 
     69                                </location> 
    2770                                <computingResource class="ComputingNode" count="18"> 
    2871                                        <resourceUnit class="Memory"> 
    29                                                 <amount>4096</amount> 
     72                                                <amount unit="MB">4096</amount> 
    3073                                        </resourceUnit> 
    3174                                        <computingResource class="Processor" type="Atom"> 
     
    3578                        </computingResource> 
    3679                        <computingResource class="RECS" name="recs3"> 
     80                                <location> 
     81                                        <horizontal>0</horizontal> 
     82                                        <vertical>2</vertical> 
     83                                        <depth>0</depth> 
     84                                </location> 
    3785                                <computingResource class="ComputingNode" count="18"> 
    3886                                        <resourceUnit class="Memory"> 
    39                                                 <amount>2048</amount> 
     87                                                <amount unit="MB">2048</amount> 
    4088                                        </resourceUnit> 
    4189                                        <computingResource class="Processor" type="AMD Fusion"> 
     
    4593                        </computingResource> 
    4694                        <computingResource class="RECS" name="recs4"> 
     95                                <location> 
     96                                        <horizontal>0</horizontal> 
     97                                        <vertical>3</vertical> 
     98                                        <depth>0</depth> 
     99                                </location> 
    47100                                <computingResource class="ComputingNode" count="18"> 
    48101                                        <resourceUnit class="Memory"> 
    49                                                 <amount>2048</amount> 
     102                                                <amount unit="MB">2048</amount> 
    50103                                        </resourceUnit> 
    51104                                        <computingResource class="Processor" type="ARM"> 
Note: See TracChangeset for help on using the changeset viewer.