source: DCWoRMS/branches/coolemall/src/test/cpusharing/resources1.xml @ 1394

Revision 1394, 1.0 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<environment xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3        xsi:noNamespaceSchemaLocation="../../simulator/schemas/resources/DCwormsResSchema.xsd">
4       
5                       
6        <timeEstimationPlugin>
7                <name>test.cpusharing.CPUSharingTimeEstimationPlugin</name>
8        </timeEstimationPlugin>
9       
10        <!-- Simple data center description -->
11        <resources>
12                <computingResource class="DataCenter" name="compRes">
13                        <!-- Defined data center contains only 1 processor -->
14                        <computingResource class="Processor" count="1"/>
15                </computingResource>
16                <scheduler class="Cluster" name="cluster">
17                        <!-- Definition of scheduling plugin at cluster level -->
18                        <schedulingPlugin>
19                                <name>test.cpusharing.FCFSBF_RandomPlugin</name>
20                        </schedulingPlugin>     
21                        <!-- Reference to managed resources - cluster manages resources belonging to the defined data center -->
22                        <managedComputingResources include="false">
23                                <resourceName>compRes</resourceName>
24                        </managedComputingResources>
25                </scheduler>   
26        </resources>
27
28</environment>
Note: See TracBrowser for help on using the repository browser.