- Timestamp:
- 11/26/13 13:05:57 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/test/article2/recs/resourcesCoolEmAll_Intel.xml
r1179 r1219 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <environment xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 3 xsi:noNamespaceSchemaLocation="../../../../simulator/schemas/resources/DC WormsResSchema.xsd">3 xsi:noNamespaceSchemaLocation="../../../../simulator/schemas/resources/DCwormsResSchemaNew.xsd"> 4 4 5 5 <timeEstimationPlugin> … … 9 9 <resources> 10 10 <computingResource class="DataCenter" name="COOLEMALL_TESTBED"> 11 <resourceUnit class="storage">12 <amount>4800000</amount>13 </resourceUnit>14 11 <profile> 15 12 <powerProfile> … … 20 17 <thermalProfile></thermalProfile> 21 18 </profile> 19 <resourceUnit class="storage"> 20 <amount>4800000</amount> 21 </resourceUnit> 22 22 <computingResource class="RECS" name="Recs1"> 23 23 <computingResource class="ComputingNode" type="Intel_i7" count="18" name="IntelI7"> 24 <resourceUnit class="memory">25 <amount>16384</amount>26 </resourceUnit>27 24 <parameter name="category"> 28 25 <value>Intel_i7</value> … … 44 41 </powerStates> 45 42 </powerProfile> 46 <airThroughputProfile>47 <airThroughputStates>48 <airThroughputState>49 <name>FAN_ON</name>50 <value>673</value>51 <powerUsage>7</powerUsage>52 </airThroughputState>53 <airThroughputState>54 <name>FAN_OFF</name>55 <value>0</value>56 <powerUsage>0</powerUsage>57 </airThroughputState>58 </airThroughputStates>59 </airThroughputProfile>60 <thermalProfile></thermalProfile>61 43 </profile> 44 <device class="Fan"> 45 <profile> 46 <powerProfile> 47 <energyEstimationPlugin> 48 <name>test.article2.recs.plugins.energy.FanEnergyEstimationPlugin</name> 49 </energyEstimationPlugin> 50 </powerProfile> 51 <airThroughputProfile> 52 <airThroughputStates> 53 <airThroughputState> 54 <name>FAN_ON</name> 55 <value>673</value> 56 <powerUsage>7</powerUsage> 57 </airThroughputState> 58 <airThroughputState> 59 <name>FAN_OFF</name> 60 <value>0</value> 61 <powerUsage>0</powerUsage> 62 </airThroughputState> 63 </airThroughputStates> 64 </airThroughputProfile> 65 <thermalProfile></thermalProfile> 66 </profile> 67 </device> 68 <resourceUnit class="memory"> 69 <amount>16384</amount> 70 </resourceUnit> 62 71 <computingResource class="Processor" count="1"> 63 72 <profile> … … 212 221 </parameter> 213 222 </powerProfile> 214 <airThroughputProfile>215 <airThroughputStates>216 <airThroughputState>217 <name>FAN_ON</name>218 <value>673</value>219 <powerUsage>7</powerUsage>220 </airThroughputState>221 <airThroughputState>222 <name>FAN_OFF</name>223 <value>0</value>224 <powerUsage>0</powerUsage>225 </airThroughputState>226 </airThroughputStates>227 </airThroughputProfile>228 223 </profile> 229 224 <computingResource class="Core" count="8"/>
Note: See TracChangeset
for help on using the changeset viewer.