- Timestamp:
- 07/19/12 08:15:10 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
xssim/trunk/src/test/rewolucja/schemas/example/coolemall/example2.xml
r329 r330 6 6 This example aims to show how to introduce energy-related parameters to the simulation environment 7 7 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. 9 9 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 system10 Task are submitted to the single cluster built on top of the data center. It is under the control of local scheduler 11 11 with FCFS scheduling policy. 12 12 </description> … … 15 15 <computingResource class="Rack" count="4" name="rack"> 16 16 <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> 17 19 <energyEstimationPlugin> 18 20 <name>ComputingNodeEnergyEstimationPlugin</name> … … 23 25 Computing node in ON state consume 20 watts, while in OFF state 0. 24 26 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. 26 28 --> 27 29 <powerProfile> … … 74 76 </profile> 75 77 <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> 76 80 <energyEstimationPlugin> 77 81 <name>CPUEnergyEstimationPlugin</name>
Note: See TracChangeset
for help on using the changeset viewer.