Ignore:
Timestamp:
07/20/12 09:49:08 (13 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

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

    r344 r349  
    55                <description> 
    66                This example aims to show how to introduce energy-related parameters to the simulation environment  
    7                 Simulated architecture consist of data center with 4 racks. Each of them contains 64 computing nodes with 2 processors.  
     7                Simulated architecture consists of data center with 4 racks. Each of them contains 64 computing nodes with 2 processors.  
    88                Speed of every processor is equal 2. All computing nodes have 12GB of memory and 4TB storage. 
    99                For the detailed energy characteristics description, see the following comments.  
     
    1818                                                <!-- Definition of computing node power profile 
    1919                                                According to it, there are two supported power states: ON and OFF 
    20                                                 Computing node in ON state consume 20 watts, while in OFF state 0. 
    21                                                 Transition between ON and OFF state takes 30 seconds ant consumes 30 watts,  
    22                                                 while in the opposite energy consumption rate is equal 40 watts over 60 seconds. 
     20                                                Computing node in ON state consumes 20 watts, while in OFF state 0. 
     21                                                Transition between ON and OFF state takes 30 seconds and consumes 30 watts,  
     22                                                while in the opposite direction energy consumption rate is equal 40 watts over 60 seconds. 
    2323                                                 --> 
    2424                                                <powerProfile> 
     
    3131                                                                <powerState> 
    3232                                                                        <name>ON</name> 
    33                                                                         <powerUsage unit="watts">20</powerUsage> 
     33                                                                        <powerUsage unit="W">20</powerUsage> 
    3434                                                                        <transition> 
    3535                                                                                <to>OFF</to> 
    36                                                                                 <powerUsage unit="watts">30</powerUsage> 
    37                                                                                 <time unit="seconds">30</time> 
     36                                                                                <powerUsage unit="W">30</powerUsage> 
     37                                                                                <time unit="s">30</time> 
    3838                                                                        </transition> 
    3939                                                                </powerState> 
    4040                                                                <powerState> 
    4141                                                                        <name>OFF</name> 
    42                                                                         <powerUsage unit="watts">0</powerUsage> 
     42                                                                        <powerUsage unit="W">0</powerUsage> 
    4343                                                                        <transition> 
    4444                                                                                <to>ON</to> 
    4545                                                                                <powerUsage unit="watts">40</powerUsage> 
    46                                                                                 <time unit="seconds">60</time> 
     46                                                                                <time unit="s">60</time> 
    4747                                                                        </transition> 
    4848                                                                </powerState> 
     
    5757                                                                        <name>mode1</name> 
    5858                                                                        <value unit="m3/h">105</value> 
    59                                                                         <powerUsage unit="watts">10.3</powerUsage> 
     59                                                                        <powerUsage unit="W">10.3</powerUsage> 
    6060                                                                </airThroughputState> 
    6161                                                                <airThroughputState> 
    6262                                                                        <name>mode2</name> 
    6363                                                                        <value unit="m3/h">110</value> 
    64                                                                         <powerUsage unit="watts">10.9</powerUsage> 
     64                                                                        <powerUsage unit="W">10.9</powerUsage> 
    6565                                                                </airThroughputState> 
    6666                                                                <airThroughputState> 
    6767                                                                        <name>mode3</name> 
    6868                                                                        <value unit="m3/h">115</value> 
    69                                                                         <powerUsage unit="watts">11.4</powerUsage> 
     69                                                                        <powerUsage unit="W">11.4</powerUsage> 
    7070                                                                </airThroughputState> 
    7171                                                                <airThroughputState> 
    7272                                                                        <name>mode4</name> 
    7373                                                                        <value unit="m3/h">120</value> 
    74                                                                         <powerUsage unit="watts">12.1</powerUsage> 
     74                                                                        <powerUsage unit="W">12.1</powerUsage> 
    7575                                                                </airThroughputState> 
    7676                                                        </airThroughputStates> 
     
    9595                                                                        </property>      
    9696                                                                        <property name="frequency"> 
    97                                                                                 <value unit="hertz">3000</value> 
     97                                                                                <value unit="Hz">3000</value> 
    9898                                                                        </property>              
    9999                                                                        <property name="voltage"> 
    100                                                                                 <value unit="volt">1.3</value> 
     100                                                                                <value unit="V">1.3</value> 
    101101                                                                        </property> 
    102102                                                                        <property name="powerUsage"> 
    103                                                                                 <value unit="watts">35</value> 
     103                                                                                <value unit="W">35</value> 
    104104                                                                        </property>                                              
    105105                                                                </parameter> 
     
    109109                                                                        </property>      
    110110                                                                        <property name="frequency"> 
    111                                                                                 <value unit="hertz">2666</value> 
     111                                                                                <value unit="H`">2666</value> 
    112112                                                                        </property>              
    113113                                                                        <property name="voltage"> 
    114                                                                                 <value unit="volt">1.1</value> 
     114                                                                                <value unit="V">1.1</value> 
    115115                                                                        </property> 
    116116                                                                        <property name="powerUsage"> 
    117                                                                                 <value unit="watts">30</value> 
     117                                                                                <value unit="W">30</value> 
    118118                                                                        </property>                                              
    119119                                                                </parameter>     
Note: See TracChangeset for help on using the changeset viewer.