Changeset 334 for xssim/trunk/src/test/rewolucja/schemas/example/coolemall
- Timestamp:
- 07/19/12 08:48:17 (13 years ago)
- 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 8 8 <resources> 9 9 <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. 13 14 Task are submitted to the single cluster built on top of the data center. It is under the control of local scheduler 14 15 with FCFS scheduling policy. The commented out cluster definition is equal to the one above it … … 49 50 </schedulingPlugin> 50 51 <managedComputingResource include="true"> 52 <resourceId>rack_0</resourceId> 51 53 <resourceId>rack_1</resourceId> 52 54 <resourceId>rack_2</resourceId> 53 55 <resourceId>rack_3</resourceId> 54 <resourceId>rack_4</resourceId>55 56 </managedComputingResource> 56 57 </scheduler> … … 59 60 </resources> 60 61 61 62 63 62 </environment> -
xssim/trunk/src/test/rewolucja/schemas/example/coolemall/example2.xml
r331 r334 24 24 According to it, there are two supported power states: ON and OFF 25 25 Computing node in ON state consume 20 watts, while in OFF state 0. 26 Transition between ON and OFF state t ook30 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. 28 28 --> 29 29 <powerProfile> … … 128 128 </schedulingPlugin> 129 129 <managedComputingResources include="true"> 130 <resourceName>rack_0</resourceName> 130 131 <resourceName>rack_1</resourceName> 131 132 <resourceName>rack_2</resourceName> 132 133 <resourceName>rack_3</resourceName> 133 <resourceName>rack_4</resourceName>134 134 </managedComputingResources> 135 135 </scheduler>
Note: See TracChangeset
for help on using the changeset viewer.