Changeset 344
- Timestamp:
- 07/19/12 15:18:28 (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/example2.xml
r337 r344 15 15 <computingResource class="Rack" count="4" name="rack"> 16 16 <computingResource class="ComputingNode" count="64"> 17 <!-- ComputingNodeEnergyEstimationPlugin will be used to customize estimation of energy consumptions to18 specific applications and hardware on computing node level-->19 <energyEstimationPlugin>20 <name>ComputingNodeEnergyEstimationPlugin</name>21 </energyEstimationPlugin>22 17 <profile> 23 18 <!-- Definition of computing node power profile … … 28 23 --> 29 24 <powerProfile> 25 <!-- ComputingNodeEnergyEstimationPlugin will be used to customize estimation of energy consumptions to 26 specific applications and hardware on computing node level--> 27 <energyEstimationPlugin> 28 <name>ComputingNodeEnergyEstimationPlugin</name> 29 </energyEstimationPlugin> 30 30 <powerStates> 31 31 <powerState> … … 53 53 --> 54 54 <airThroughputProfile> 55 <airThroughputState> 56 <name>mode1</name> 57 <value unit="m3/h">105</value> 58 <powerUsage unit="watts">10.3</powerUsage> 59 </airThroughputState> 60 <airThroughputState> 61 <name>mode2</name> 62 <value unit="m3/h">110</value> 63 <powerUsage unit="watts">10.9</powerUsage> 64 </airThroughputState> 65 <airThroughputState> 66 <name>mode3</name> 67 <value unit="m3/h">115</value> 68 <powerUsage unit="watts">11.4</powerUsage> 69 </airThroughputState> 70 <airThroughputState> 71 <name>mode4</name> 72 <value unit="m3/h">120</value> 73 <powerUsage unit="watts">12.1</powerUsage> 74 </airThroughputState> 55 <airThroughputStates> 56 <airThroughputState> 57 <name>mode1</name> 58 <value unit="m3/h">105</value> 59 <powerUsage unit="watts">10.3</powerUsage> 60 </airThroughputState> 61 <airThroughputState> 62 <name>mode2</name> 63 <value unit="m3/h">110</value> 64 <powerUsage unit="watts">10.9</powerUsage> 65 </airThroughputState> 66 <airThroughputState> 67 <name>mode3</name> 68 <value unit="m3/h">115</value> 69 <powerUsage unit="watts">11.4</powerUsage> 70 </airThroughputState> 71 <airThroughputState> 72 <name>mode4</name> 73 <value unit="m3/h">120</value> 74 <powerUsage unit="watts">12.1</powerUsage> 75 </airThroughputState> 76 </airThroughputStates> 75 77 </airThroughputProfile> 76 78 </profile> 77 79 <computingResource class="Processor" count="2"> 78 <!-- CPUEnergyEstimationPlugin will be used to estimate energy consumption on processor level.-->79 <energyEstimationPlugin>80 <name>CPUEnergyEstimationPlugin</name>81 </energyEstimationPlugin>82 80 <profile> 83 81 <!-- Definition of processor power profile … … 88 86 --> 89 87 <powerProfile> 88 <!-- CPUEnergyEstimationPlugin will be used to estimate energy consumption on processor level.--> 89 <energyEstimationPlugin> 90 <name>CPUEnergyEstimationPlugin</name> 91 </energyEstimationPlugin> 90 92 <parameter name="pState"> 91 93 <property name="name"> … … 93 95 </property> 94 96 <property name="frequency"> 95 <value >3000</value>97 <value unit="hertz">3000</value> 96 98 </property> 97 99 <property name="voltage"> 98 <value >1.3</value>100 <value unit="volt">1.3</value> 99 101 </property> 100 102 <property name="powerUsage"> 101 <value >35</value>103 <value unit="watts">35</value> 102 104 </property> 103 105 </parameter> … … 107 109 </property> 108 110 <property name="frequency"> 109 <value >2666</value>111 <value unit="hertz">2666</value> 110 112 </property> 111 113 <property name="voltage"> 112 <value >1.1</value>114 <value unit="volt">1.1</value> 113 115 </property> 114 116 <property name="powerUsage"> 115 <value >30</value>117 <value unit="watts">30</value> 116 118 </property> 117 119 </parameter> -
xssim/trunk/src/test/rewolucja/schemas/example/coolemall/example3.xml
r326 r344 1 1 <environment xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 2 2 xsi:noNamespaceSchemaLocation="../../XSSimResSchema.xsd"> 3 3 4 4 5 <!-- CoolEmAll testbed description --> … … 6 7 <computingResource class="Rack" name="rack"> 7 8 <resourceUnit class="Storage"> 8 <amount >4915200</amount>9 <amount unit="MB">4915200</amount> 9 10 <parameter name=""></parameter> 10 11 </resourceUnit> 11 12 <parameter name="PSU"> 12 <property name="power ">13 <property name="powerUsage"> 13 14 <value>180</value> 14 15 </property> 15 16 </parameter> 16 17 <computingResource class="RECS" name="recs1"> 18 <location> 19 <horizontal>0</horizontal> 20 <vertical>0</vertical> 21 <depth>0</depth> 22 </location> 17 23 <computingResource class="ComputingNode" count="18"> 18 24 <resourceUnit class="Memory"> 19 <amount >16384</amount>25 <amount unit="MB">16384</amount> 20 26 </resourceUnit> 21 27 <computingResource class="Processor" type="i7"> 28 <profile> 29 <powerProfile> 30 <parameter name="pState"> 31 <property name="name"> 32 <value>P0</value> 33 </property> 34 <property name="frequency"> 35 <value >3000</value> 36 </property> 37 <property name="voltage"> 38 <value>1.3</value> 39 </property> 40 <property name="powerUsage"> 41 <value>35</value> 42 </property> 43 </parameter> 44 <parameter name="pState"> 45 <property name="name"> 46 <value>P1</value> 47 </property> 48 <property name="frequency"> 49 <value>2666</value> 50 </property> 51 <property name="voltage"> 52 <value>1.1</value> 53 </property> 54 <property name="powerUsage"> 55 <value>30</value> 56 </property> 57 </parameter> 58 </powerProfile> 59 </profile> 22 60 <computingResource class="Core" count="4"/> 23 61 </computingResource> … … 25 63 </computingResource> 26 64 <computingResource class="RECS" name="recs2"> 65 <location> 66 <horizontal>0</horizontal> 67 <vertical>1</vertical> 68 <depth>0</depth> 69 </location> 27 70 <computingResource class="ComputingNode" count="18"> 28 71 <resourceUnit class="Memory"> 29 <amount >4096</amount>72 <amount unit="MB">4096</amount> 30 73 </resourceUnit> 31 74 <computingResource class="Processor" type="Atom"> … … 35 78 </computingResource> 36 79 <computingResource class="RECS" name="recs3"> 80 <location> 81 <horizontal>0</horizontal> 82 <vertical>2</vertical> 83 <depth>0</depth> 84 </location> 37 85 <computingResource class="ComputingNode" count="18"> 38 86 <resourceUnit class="Memory"> 39 <amount >2048</amount>87 <amount unit="MB">2048</amount> 40 88 </resourceUnit> 41 89 <computingResource class="Processor" type="AMD Fusion"> … … 45 93 </computingResource> 46 94 <computingResource class="RECS" name="recs4"> 95 <location> 96 <horizontal>0</horizontal> 97 <vertical>3</vertical> 98 <depth>0</depth> 99 </location> 47 100 <computingResource class="ComputingNode" count="18"> 48 101 <resourceUnit class="Memory"> 49 <amount >2048</amount>102 <amount unit="MB">2048</amount> 50 103 </resourceUnit> 51 104 <computingResource class="Processor" type="ARM">
Note: See TracChangeset
for help on using the changeset viewer.