Ignore:
Timestamp:
07/19/12 08:48:17 (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/example1.xml

    r333 r334  
    88        <resources> 
    99                <description> 
    10                 This basic example defines simple resource hierarchy within a single data center. It consist of 4 racks.  
    11                 Each of them contains 64 computing nodes with 2 processors. Speed of every processor is equal 2. 
    12                 All computing nodes have 12GB of memory and 4TB storage. 
     10                This basic example defines simple resource hierarchy within a single data center (named dataCenter). It consist of 4 racks 
     11                (with names created according to the name attribute and subsequent natural number).  
     12                Each of them contains 64 computing nodes (names will be generated using resource class and subsequent natural number) 
     13                with 2 processors. Speed of every processor is equal 2. All computing nodes have 12GB of memory and 4TB storage. 
    1314                Task are submitted to the single cluster built on top of the data center. It is under the control of local scheduler 
    1415                with FCFS scheduling policy. The commented out cluster definition is equal to the one above it  
     
    4950                        </schedulingPlugin>              
    5051                        <managedComputingResource include="true"> 
     52                                <resourceId>rack_0</resourceId> 
    5153                                <resourceId>rack_1</resourceId> 
    5254                                <resourceId>rack_2</resourceId> 
    5355                                <resourceId>rack_3</resourceId> 
    54                                 <resourceId>rack_4</resourceId> 
    5556                        </managedComputingResource> 
    5657                </scheduler> 
     
    5960        </resources> 
    6061         
    61          
    62          
    6362</environment> 
  • xssim/trunk/src/test/rewolucja/schemas/example/coolemall/example2.xml

    r331 r334  
    2424                                                According to it, there are two supported power states: ON and OFF 
    2525                                                Computing node in ON state consume 20 watts, while in OFF state 0. 
    26                                                 Transition between ON and OFF state took 30 seconds ant consumes 30 watts,  
    27                                                 while in the opposite energy consumption rate is equal 60 watts over 40 seconds. 
     26                                                Transition between ON and OFF state takes 30 seconds ant consumes 30 watts,  
     27                                                while in the opposite energy consumption rate is equal 40 watts over 60 seconds. 
    2828                                                 --> 
    2929                                                <powerProfile> 
     
    128128                        </schedulingPlugin>              
    129129                        <managedComputingResources include="true"> 
     130                                <resourceName>rack_0</resourceName> 
    130131                                <resourceName>rack_1</resourceName> 
    131132                                <resourceName>rack_2</resourceName> 
    132133                                <resourceName>rack_3</resourceName> 
    133                                 <resourceName>rack_4</resourceName> 
    134134                        </managedComputingResources> 
    135135                </scheduler> 
Note: See TracChangeset for help on using the changeset viewer.