Revision 1463,
1.3 KB
checked in by wojtekp, 10 years ago
(diff) |
|
-
Property svn:mime-type set to
text/plain
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <environment xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
---|
3 | xsi:noNamespaceSchemaLocation="../../simulator/schemas/resources/DCwormsResSchema.xsd"> |
---|
4 | |
---|
5 | <!-- Simple data center description --> |
---|
6 | <resources> |
---|
7 | <computingResource class="DataCenter" name="compRes"> |
---|
8 | <profile> |
---|
9 | <powerProfile> |
---|
10 | <energyEstimationPlugin> |
---|
11 | <name>example.energy.DataCenterEnergyEstimationPlugin</name> |
---|
12 | </energyEstimationPlugin> |
---|
13 | </powerProfile> |
---|
14 | </profile> |
---|
15 | <!-- Defined data center contains 36000 processors --> |
---|
16 | <computingResource class="Processor" count="96000"> |
---|
17 | <profile> |
---|
18 | <powerProfile> |
---|
19 | <energyEstimationPlugin> |
---|
20 | <name>example.energy.coolemall.ProcessorEnergyEstimationPlugin</name> |
---|
21 | </energyEstimationPlugin> |
---|
22 | </powerProfile> |
---|
23 | </profile> |
---|
24 | </computingResource> |
---|
25 | </computingResource> |
---|
26 | <scheduler class="Cluster" name="cluster"> |
---|
27 | <!-- Definition of scheduling plugin at cluster level --> |
---|
28 | <schedulingPlugin> |
---|
29 | <name>test.bull.Bull_FCFSBF_RandomPlugin</name> |
---|
30 | </schedulingPlugin> |
---|
31 | <!-- Reference to managed resources - cluster manages resources belonging to the defined data center --> |
---|
32 | <managedComputingResources include="false"> |
---|
33 | <resourceName>compRes</resourceName> |
---|
34 | </managedComputingResources> |
---|
35 | </scheduler> |
---|
36 | </resources> |
---|
37 | |
---|
38 | </environment> |
---|
Note: See
TracBrowser
for help on using the repository browser.