Ignore:
Timestamp:
02/09/14 23:41:01 (11 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/simulator/xslt/debb/coolemallPlugins.xml

    r1260 r1266  
    8989        </energyEstimationPlugin> 
    9090         
    91                 <energyEstimationPlugin> 
     91        <energyEstimationPlugin> 
    9292                <name>example.energy.coolemall.FlowPumpInletEnergyEstimationPlugin</name> 
    9393                <resources> 
     
    111111                </resources> 
    112112        </energyEstimationPlugin> 
     113         
     114        <loadEstimationPlugin> 
     115                <name>example.energy.coolemall.DefaultLoadEstimationPlugin</name> 
     116                <resources> 
     117                        <class>ComputeBox2</class> 
     118                        <class>Room</class> 
     119                        <class>ComputeBox1</class> 
     120                        <class>Rack</class> 
     121                        <class>NodeGroup</class> 
     122                        <class>Node</class> 
     123                </resources> 
     124        </loadEstimationPlugin> 
     125         
     126                <loadEstimationPlugin> 
     127                <name>example.energy.coolemall.ProcessorLoadEstimationPlugin</name> 
     128                <resources> 
     129                        <class>Processor</class> 
     130                </resources> 
     131        </loadEstimationPlugin> 
    113132</plugins> 
Note: See TracChangeset for help on using the changeset viewer.