Changeset 337
- Timestamp:
- 07/19/12 12:20:56 (13 years ago)
- Location:
- xssim/trunk/src/test/rewolucja/schemas/example/coolemall
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
xssim/trunk/src/test/rewolucja/schemas/example/coolemall/example1.xml
r334 r337 2 2 xsi:noNamespaceSchemaLocation="../../XSSimResSchema.xsd"> 3 3 4 <!-- Plugin defined in class ExecTimeEstimationPlugin will be used to estimate task execution time --> 4 5 <timeEstimationPlugin> 5 6 <name>ExecTimeEstimationPlugin</name> … … 9 10 <description> 10 11 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. 12 (with names created according to the name attribute and subsequent natural number: rack_0, rack_1, rack_2 and rack_3). 13 Each of them contains 64 computing nodes (names will be generated using resource class and subsequent natural number: 14 ComputingNode_0, ComputingNode_1,...ComputingNode_255) with 2 processors. Speed of every processor is equal 2. 15 All computing nodes have 12GB of memory and 4TB storage. 14 16 Task are submitted to the single cluster built on top of the data center. It is under the control of local scheduler 15 17 with FCFS scheduling policy. The commented out cluster definition is equal to the one above it -
xssim/trunk/src/test/rewolucja/schemas/example/coolemall/example2.xml
r334 r337 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 to18 specific applications and hardware on computing node level .</description>17 <!-- ComputingNodeEnergyEstimationPlugin will be used to customize estimation of energy consumptions to 18 specific applications and hardware on computing node level--> 19 19 <energyEstimationPlugin> 20 20 <name>ComputingNodeEnergyEstimationPlugin</name> … … 50 50 </powerProfile> 51 51 <!-- Definition of computing node air throughput profile (for instance fan related with the given node) 52 Fan can operate in the 4 states, characterized by name, air flow value and power consumption.52 Fan can operate in the 4 states, characterized by name, air flow value and power draw. 53 53 --> 54 54 <airThroughputProfile> … … 76 76 </profile> 77 77 <computingResource class="Processor" count="2"> 78 < description>CPUEnergyEstimationPlugin will be used to estimate energy consumption on processor level.</description>78 <!-- CPUEnergyEstimationPlugin will be used to estimate energy consumption on processor level.--> 79 79 <energyEstimationPlugin> 80 80 <name>CPUEnergyEstimationPlugin</name> … … 85 85 P0 p-state is characterized by operating frequency - 3000, 86 86 voltage level - 1.3 and power usage - 35. 87 Next p-state - P1 has the following values: 2666, 1.1, 30 respectively.87 Next p-state - P1 has the following values: 2666, 1.1, 30, respectively. 88 88 --> 89 89 <powerProfile> -
xssim/trunk/src/test/rewolucja/schemas/example/coolemall/example7.xml
r336 r337 9 9 Simulated architecture consist of data center with 2 racks named rack1 and rack2 respectively. 10 10 Rack1 contains 2 computing nodes - node11 and node12, described in common way. 11 Nodes in rack2 are defined using template. Node21 refers to template modelNodeA ,12 and thus will be created with respect to the specification given in that template.11 Nodes in rack2 are defined using template. Node21 refers to template modelNodeA and, 12 thus will be created with respect to the specification given in that template (node will have 4 processors with speed 2). 13 13 Node22 contains 8 processors which definition is included in modeProcessorB template. 14 14 </description> … … 43 43 <templates> 44 44 <description> 45 There are two processor templates named modelProcessorA (with speed 2) and modelProcessorB (withspeed 1).45 There are two processor templates named modelProcessorA (with cpu speed 2) and modelProcessorB (with cpu speed 1). 46 46 There is also one computing node template denoted as modelNodeA, which contains 4 processors that refer to modelProcessorA template. 47 That means that the given processors will be created according to the guidelines defined in template modelProcessorA .47 That means that the given processors will be created according to the guidelines defined in template modelProcessorA (they will have speed equal 2). 48 48 </description> 49 49 <computingResourceTemplate class="ComputingNode" name="modelNodeA">
Note: See TracChangeset
for help on using the changeset viewer.