source: DCWoRMS/branches/coolemall/src/test/testSOP_results/data/multicloud/experiment.properties @ 1607

Revision 1607, 1.0 KB checked in by wojtekp, 8 years ago (diff)
  • Property svn:mime-type set to text/plain
Line 
1# Use single *.swf file as workload description.
2
3numberofsimulations=1
4
5# Path to xml file which describes resource characteristics.
6resdesc=src/test/testSOP/algorithms/multicloud/resourcesMulticloud.xml
7
8# and swf file, which name is declared by readscenario.workloadfilename parameter.
9# Swf file must be placed in readscenario.inputfolder directory. 
10#readscenario.workloadfilename=src/test/testSOP/workloads/generated/workloadGen.swf
11readscenario.workloadfilename=src/test/testSOP/test.swf
12#readscenario.workloadfilename=src/test/testSOP/algorithms/multicloud/test.swf
13
14# Choose directory where all result files should be placed.
15stats.outputfolder=src/test/testSOP_results/data/multicloud
16
17# Define the type and content of charts to generate
18
19# Gantt chart
20#creatediagrams.gantt=true
21
22# Shows the execution times of tasks
23#creatediagrams.tasks=true
24
25# Shows the waiting times of tasks
26#creatediagrams.taskswaitingtime=true
27
28# Resource utilization chart - only for processors
29creatediagrams.resutilization=Node
30
31creatediagrams.respowerusage=Node
Note: See TracBrowser for help on using the repository browser.