source: DCWoRMS/branches/coolemall/src/test/stencils/stencils.properties @ 1604

Revision 1604, 855 bytes 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
3# Path to xml file which describes resource characteristics.
4resdesc=src/test/stencils/stencils.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=workload.swf
9
10# Choose directory where all result files should be placed.
11stats.outputfolder=src/test/stencils_result
12readscenario.inputfolder=src/test/stencils/workload
13# Define the type and content of charts to generate
14
15# Gantt chart
16#creatediagrams.gantt=true
17
18# Shows the execution times of tasks
19creatediagrams.tasks=true
20
21# Shows the waiting times of tasks
22#creatediagrams.taskswaitingtime=true
23
24# Resource utilization chart - only for processors
25creatediagrams.resutilization=Node
26creatediagrams.respowerusage=Node
27
Note: See TracBrowser for help on using the repository browser.