Revision 548,
1015 bytes
checked in by wojtekp, 12 years ago
(diff) |
|
-
Property svn:mime-type set to
text/plain
|
Rev | Line | |
---|
[548] | 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 | <!-- Defined data center contains only 6 processors --> |
---|
| 9 | <computingResource class="Processor" count="6"> |
---|
| 10 | <parameter name="speed"> |
---|
| 11 | <value>1</value> |
---|
| 12 | </parameter> |
---|
| 13 | </computingResource> |
---|
| 14 | </computingResource> |
---|
| 15 | <scheduler class="Cluster" name="cluster"> |
---|
| 16 | <!-- Definition of scheduling plugin at cluster level --> |
---|
| 17 | <schedulingPlugin> |
---|
| 18 | <name>example.localplugin.FCFSBF_LocalPlugin</name> |
---|
| 19 | </schedulingPlugin> |
---|
| 20 | <!-- Reference to managed resources - cluster manages resources belonging to the defined data center --> |
---|
| 21 | <managedComputingResources include="false"> |
---|
| 22 | <resourceName>compRes</resourceName> |
---|
| 23 | </managedComputingResources> |
---|
| 24 | </scheduler> |
---|
| 25 | </resources> |
---|
| 26 | |
---|
| 27 | </environment> |
---|
Note: See
TracBrowser
for help on using the repository browser.