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> |
---|
5 | <name>example.timeestimation.coolemall.PhaseBasedTimeEstimationPlugin</name> |
---|
6 | </timeEstimationPlugin> |
---|
7 | |
---|
8 | <schedulingPlugin> |
---|
9 | <name>example.localplugin.coolemall.recs.RECS_FCFS_Random_SP</name> |
---|
10 | <resources> |
---|
11 | <class>NodeGroup</class> |
---|
12 | </resources> |
---|
13 | </schedulingPlugin> |
---|
14 | |
---|
15 | <energyEstimationPlugin> |
---|
16 | <name>example.energy.coolemall.CB2EnergyEstimationPlugin</name> |
---|
17 | <resources> |
---|
18 | <class>ComputeBox2</class> |
---|
19 | </resources> |
---|
20 | </energyEstimationPlugin> |
---|
21 | |
---|
22 | <energyEstimationPlugin> |
---|
23 | <name>example.energy.coolemall.CB1EnergyEstimationPlugin</name> |
---|
24 | <resources> |
---|
25 | <class>ComputeBox1</class> |
---|
26 | </resources> |
---|
27 | </energyEstimationPlugin> |
---|
28 | |
---|
29 | <energyEstimationPlugin> |
---|
30 | <name>example.energy.coolemall.NodeGroupEnergyEstimationPlugin</name> |
---|
31 | <resources> |
---|
32 | <class>NodeGroup</class> |
---|
33 | </resources> |
---|
34 | </energyEstimationPlugin> |
---|
35 | |
---|
36 | <energyEstimationPlugin> |
---|
37 | <name>example.energy.coolemall.NodeEnergyEstimationPlugin</name> |
---|
38 | <resources> |
---|
39 | <class>Node</class> |
---|
40 | </resources> |
---|
41 | </energyEstimationPlugin> |
---|
42 | |
---|
43 | <energyEstimationPlugin> |
---|
44 | <name>example.energy.coolemall.ProcessorEnergyEstimationPlugin</name> |
---|
45 | <resources> |
---|
46 | <class>Processor</class> |
---|
47 | </resources> |
---|
48 | </energyEstimationPlugin> |
---|
49 | |
---|
50 | <energyEstimationPlugin> |
---|
51 | <name>example.energy.coolemall.HeatsinkEnergyEstimationPlugin</name> |
---|
52 | <resources> |
---|
53 | <class>Heatsink</class> |
---|
54 | </resources> |
---|
55 | </energyEstimationPlugin> |
---|
56 | |
---|
57 | <energyEstimationPlugin> |
---|
58 | <name>example.energy.coolemall.FanEnergyEstimationPlugin</name> |
---|
59 | <resources> |
---|
60 | <class>Inlet</class> |
---|
61 | </resources> |
---|
62 | </energyEstimationPlugin> |
---|
63 | |
---|
64 | <energyEstimationPlugin> |
---|
65 | <name>example.energy.coolemall.FanEnergyEstimationPlugin</name> |
---|
66 | <resources> |
---|
67 | <class>Outlet</class> |
---|
68 | </resources> |
---|
69 | </energyEstimationPlugin> |
---|
70 | |
---|
71 | <energyEstimationPlugin> |
---|
72 | <name>example.energy.coolemall.FanEnergyEstimationPlugin</name> |
---|
73 | <resources> |
---|
74 | <class>CoolingDevice</class> |
---|
75 | </resources> |
---|
76 | </energyEstimationPlugin> |
---|
77 | </plugins> |
---|