- Timestamp:
- 07/19/12 15:18:28 (13 years ago)
- File:
-
- 1 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>
Note: See TracChangeset
for help on using the changeset viewer.