Ignore:
Timestamp:
10/29/12 14:02:14 (12 years ago)
Author:
wojtekp
Message:
 
Location:
DCWoRMS/trunk/example/experiment1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/trunk/example/experiment1/experiment1.properties

    r507 r529  
    1111stats.outputfolder=../experiment1_result 
    1212 
     13# Define the type and content of charts to generate 
    1314 
     15# Gantt chart 
    1416creatediagrams.gantt=true 
     17 
     18# Shows the execution times of tasks 
    1519creatediagrams.tasks=true 
     20 
     21# Shows the waiting times of tasks 
    1622creatediagrams.taskswaitingtime=true 
    1723 
     24# Resource utilization chart - only for processors 
    1825creatediagrams.resutilization=Processor 
    1926 
  • DCWoRMS/trunk/example/experiment1/resources1.xml

    r526 r529  
    11<?xml version="1.0" encoding="UTF-8"?> 
    22<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"> 
    44         
    55        <!-- Simple data center description --> 
    66        <resources> 
    77                <computingResource class="DataCenter" name="compRes"> 
     8                        <!-- Defined data center contains only 6 processors --> 
    89                        <computingResource class="Processor" count="6"/> 
    910                </computingResource> 
    1011                <scheduler class="Cluster" name="cluster"> 
     12                        <!-- Definition of scheduling plugin at cluster level --> 
    1113                        <schedulingPlugin> 
    1214                                <name>example.localplugin.FCFSBF_LocalPlugin</name> 
    1315                        </schedulingPlugin>      
     16                        <!-- Reference to managed resources - cluster manages resources belonging to the defined data center --> 
    1417                        <managedComputingResources include="false"> 
    1518                                <resourceName>compRes</resourceName> 
Note: See TracChangeset for help on using the changeset viewer.