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

Revision 1393, 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                                <frequency>100</frequency>
21                        </schedulingPlugin>     
22                        <!-- Reference to managed resources - cluster manages resources belonging to the defined data center -->
23                        <managedComputingResources include="false">
24                                <resourceName>compRes</resourceName>
25                        </managedComputingResources>
26                </scheduler>   
27        </resources>
28
29</environment>
Note: See TracBrowser for help on using the repository browser.