source: DCWoRMS/branches/coolemall/simulator/xslt/debb/coolemallPlugins.xml @ 1302

Revision 1302, 3.4 KB checked in by wojtekp, 11 years ago (diff)
  • Property svn:mime-type set to text/plain
Line 
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.PhaseTimeEstimationPlugin</name>
6        </timeEstimationPlugin>
7               
8        <schedulingPlugin>
9                <name>example.localplugin.coolemall.computebox2.CB2_FCFS_Random_SP</name>
10                <resources>
11                        <class>Room</class>
12                </resources>
13        </schedulingPlugin>
14       
15        <energyEstimationPlugin>
16                <name>example.energy.coolemall.CB2EnergyEstimationPlugin</name>
17                <resources>
18                        <class>ComputeBox2</class>
19                        <class>Room</class>
20                </resources>
21        </energyEstimationPlugin>
22       
23        <energyEstimationPlugin>
24                <name>example.energy.coolemall.CB1EnergyEstimationPlugin</name>
25                <resources>
26                        <class>ComputeBox1</class>
27                        <class>Rack</class>
28                </resources>
29        </energyEstimationPlugin>
30       
31        <energyEstimationPlugin>
32                <name>example.energy.coolemall.NodeGroupEnergyEstimationPlugin</name>
33                <resources>
34                        <class>NodeGroup</class>
35                </resources>
36        </energyEstimationPlugin>
37       
38        <energyEstimationPlugin>
39                <name>example.energy.coolemall.NodeEnergyEstimationPlugin</name>
40                <resources>
41                        <class>Node</class>
42                </resources>
43        </energyEstimationPlugin>
44       
45        <energyEstimationPlugin>
46                <name>example.energy.coolemall.ProcessorEnergyEstimationPlugin</name>
47                <resources>
48                        <class>Processor</class>
49                </resources>
50        </energyEstimationPlugin>
51       
52        <energyEstimationPlugin>
53                <name>example.energy.coolemall.HeatsinkEnergyEstimationPlugin</name>
54                <resources>
55                        <class>Heatsink</class>
56                </resources>
57        </energyEstimationPlugin>
58       
59        <energyEstimationPlugin>
60                <name>example.energy.coolemall.FanEnergyEstimationPlugin</name>
61                <resources>
62                        <class>Inlet</class>
63                        <name>Inlet_1</name>
64                        <name>Inlet_2</name>
65                        <name>Inlet_3</name>
66                        <name>Inlet_4</name>
67                        <name>Inlet_5</name>
68                        <name>Inlet_6</name>
69                        <name>Inlet_7</name>
70                        <name>Inlet_8</name>
71                        <name>Inlet_9</name>                   
72                </resources>
73        </energyEstimationPlugin>
74       
75        <energyEstimationPlugin>
76                <name>example.energy.coolemall.FanEnergyEstimationPlugin</name>
77                <resources>
78                        <class>Outlet</class>
79                        <name>Outlet_1</name>
80                        <name>Outlet_2</name>
81                        <name>Outlet_3</name>
82                        <name>Outlet_4</name>
83                        <name>Outlet_5</name>
84                        <name>Outlet_6</name>
85                        <name>Outlet_7</name>
86                        <name>Outlet_8</name>
87                        <name>Outlet_9</name>           
88                </resources>
89        </energyEstimationPlugin>
90       
91        <energyEstimationPlugin>
92                <name>example.energy.coolemall.FlowPumpInletEnergyEstimationPlugin</name>
93                <resources>
94                        <class>Inlet</class>
95                        <type>RoomInlet</type>
96                </resources>
97        </energyEstimationPlugin>
98       
99        <energyEstimationPlugin>
100                <name>example.energy.coolemall.FlowPumpOutletEnergyEstimationPlugin</name>
101                <resources>
102                        <class>Outlet</class>
103                        <type>RoomOutlet</type>
104                </resources>
105        </energyEstimationPlugin>
106       
107        <energyEstimationPlugin>
108                <name>example.energy.coolemall.CoolingDeviceEnergyEstimationPlugin</name>
109                <resources>
110                        <class>CoolingDevice</class>
111                </resources>
112        </energyEstimationPlugin>
113       
114        <loadEstimationPlugin>
115                <name>example.load.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>
132</plugins>
Note: See TracBrowser for help on using the repository browser.