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

Legend:

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

    r329 r330  
    66                This example aims to show how to introduce energy-related parameters to the simulation environment  
    77                Simulated architecture consist of data center with 4 racks. Each of them contains 64 computing nodes with 2 processors.  
    8                 Speed of every processor is equal 2.All computing nodes have 12GB of memory and 4TB storage. 
     8                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.  
    10                 Task are submitted to the single cluster built on top of the data center. It is under the control of queueing system 
     10                Task are submitted to the single cluster built on top of the data center. It is under the control of local scheduler 
    1111                with FCFS scheduling policy. 
    1212                </description> 
     
    1515                        <computingResource class="Rack" count="4" name="rack"> 
    1616                                <computingResource class="ComputingNode" count="64"> 
     17                                        <description>ComputingNodeEnergyEstimationPlugin will be used to customize estimation of energy consumptions to 
     18                                        specific applications and hardware on computing node level.</description> 
    1719                                        <energyEstimationPlugin> 
    1820                                                <name>ComputingNodeEnergyEstimationPlugin</name> 
     
    2325                                                Computing node in ON state consume 20 watts, while in OFF state 0. 
    2426                                                Transition between ON and OFF state took 30 seconds ant consumes 30 watts,  
    25                                                 while in the opposite energy consumption rate is equal 60 watts over 40 seconds  
     27                                                while in the opposite energy consumption rate is equal 60 watts over 40 seconds. 
    2628                                                 --> 
    2729                                                <powerProfile> 
     
    7476                                        </profile> 
    7577                                        <computingResource class="Processor" count="2"> 
     78                                                <description>CPUEnergyEstimationPlugin will be used to customize estimation of energy consumptions to 
     79                                                specific applications and hardware on computing node level.</description> 
    7680                                                <energyEstimationPlugin> 
    7781                                                        <name>CPUEnergyEstimationPlugin</name> 
Note: See TracChangeset for help on using the changeset viewer.