source: DCWoRMS/trunk/example/experiment1_result/experiment.properties @ 538

Revision 538, 794 bytes checked in by wojtekp, 12 years ago (diff)
  • Property svn:mime-type set to text/plain
RevLine 
[477]1# Use single *.swf file as workload description.
2
3# Path to xml file which describes resource characteristics.
[510]4resdesc=example/experiment1/resources1.xml
[477]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/experiment1/workload.swf
9
10# Choose directory where all result files should be placed.
11stats.outputfolder=../experiment1_result
12
[538]13# Define the type and content of charts to generate
[477]14
[538]15# Gantt chart
[477]16creatediagrams.gantt=true
[538]17
18# Shows the execution times of tasks
[477]19creatediagrams.tasks=true
[538]20
21# Shows the waiting times of tasks
[477]22creatediagrams.taskswaitingtime=true
[510]23
[538]24# Resource utilization chart - only for processors
[510]25creatediagrams.resutilization=Processor
26
Note: See TracBrowser for help on using the repository browser.