Changeset 529 for DCWoRMS/trunk/example/experiment1
- Timestamp:
- 10/29/12 14:02:14 (12 years ago)
- Location:
- DCWoRMS/trunk/example/experiment1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/trunk/example/experiment1/experiment1.properties
r507 r529 11 11 stats.outputfolder=../experiment1_result 12 12 13 # Define the type and content of charts to generate 13 14 15 # Gantt chart 14 16 creatediagrams.gantt=true 17 18 # Shows the execution times of tasks 15 19 creatediagrams.tasks=true 20 21 # Shows the waiting times of tasks 16 22 creatediagrams.taskswaitingtime=true 17 23 24 # Resource utilization chart - only for processors 18 25 creatediagrams.resutilization=Processor 19 26 -
DCWoRMS/trunk/example/experiment1/resources1.xml
r526 r529 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <environment xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 3 xsi:noNamespaceSchemaLocation="../../simulator/schemas/resources/ WormsResSchema.xsd">3 xsi:noNamespaceSchemaLocation="../../simulator/schemas/resources/DCWormsResSchema.xsd"> 4 4 5 5 <!-- Simple data center description --> 6 6 <resources> 7 7 <computingResource class="DataCenter" name="compRes"> 8 <!-- Defined data center contains only 6 processors --> 8 9 <computingResource class="Processor" count="6"/> 9 10 </computingResource> 10 11 <scheduler class="Cluster" name="cluster"> 12 <!-- Definition of scheduling plugin at cluster level --> 11 13 <schedulingPlugin> 12 14 <name>example.localplugin.FCFSBF_LocalPlugin</name> 13 15 </schedulingPlugin> 16 <!-- Reference to managed resources - cluster manages resources belonging to the defined data center --> 14 17 <managedComputingResources include="false"> 15 18 <resourceName>compRes</resourceName>
Note: See TracChangeset
for help on using the changeset viewer.