source: DCWoRMS/branches/coolemall/example/experiment8/experiment8.properties @ 1145

Revision 1145, 848 bytes checked in by wojtekp, 12 years ago (diff)
Line 
1# Use single *.swf file as workload description.
2
3# Path to xml file which describes resource characteristics.
4resdesc=example/experiment8/resources8.xml
5
6# and swf file, which name is declared by readscenario.workloadfilename parameter.
7# Swf file must be placed in readscenario.inputfolder directory. 
8readscenario.workloadfilename=example/experiment8/workload/workload.swf
9
10# Choose directory where all result files should be placed.
11stats.outputfolder=../../experiment8_result
12
13# Define the type and content of charts to generate
14
15# Gantt chart
16creatediagrams.gantt=true
17
18# Shows the execution times of tasks
19creatediagrams.tasks=false
20
21# Shows the waiting times of tasks
22creatediagrams.taskswaitingtime=false
23
24creatediagrams.respowerusage=DataCenter
25# Resource utilization chart - only for processors
26#creatediagrams.resutilization=Processor
Note: See TracBrowser for help on using the repository browser.