source: DCWoRMS/branches/coolemall/src/test/debb2dcworms/example/example2.xml @ 1462

Revision 1462, 1.2 KB checked in by wojtekp, 10 years ago (diff)
  • Property svn:mime-type set to text/plain
RevLine 
[841]1<?xml version="1.0" encoding="UTF-8"?>
2<plugins xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3        xsi:noNamespaceSchemaLocation="../debb2dcworms.xsd">
4        <timeEstimationPlugin>
[1462]5                <name>example.timeestimation.coolemall.PhaseBasedTimeEstimationPlugin</name>
[841]6        </timeEstimationPlugin>
7       
[1041]8
[841]9        <schedulingPlugin>
10                <name>example.localplugin.FCFSBF_LocalPlugin</name>
11                <resources>
[1041]12                        <class>NodeGroup</class>
[841]13                </resources>
14        </schedulingPlugin>
15       
16        <energyEstimationPlugin>
[904]17                <name>example.energy.coolemall.NodeI7EnergyEstimationPlugin</name>
[841]18                <resources>
19                        <class>Node</class>
20                        <type>Intel_i7</type>
21                </resources>
22        </energyEstimationPlugin>
23       
24        <energyEstimationPlugin>
[904]25                <name>example.energy.coolemall.NodeAmdEnergyEstimationPlugin</name>
[841]26                <resources>
27                        <class>Node</class>
28                        <type>AMD</type>
29                </resources>
30        </energyEstimationPlugin>
31       
32        <energyEstimationPlugin>
[904]33                <name>example.energy.coolemall.ProcessorI7EnergyEstimationPlugin</name>
[841]34                <resources>
[842]35                        <class>Processor</class>
[841]36                        <type>Intel_i7</type>
37                </resources>
38        </energyEstimationPlugin>
39       
40        <energyEstimationPlugin>
[904]41                <name>example.energy.coolemall.ProcessorAmdEnergyEstimationPlugin</name>
[841]42                <resources>
[842]43                        <class>Processor</class>
[841]44                        <type>AMD</type>
45                </resources>
46        </energyEstimationPlugin>
47</plugins>
Note: See TracBrowser for help on using the repository browser.