source: papers/SMPaT-2012_DCWoRMS/exp_results/dcworms/results/30/r/experiment.properties @ 724

Revision 724, 930 bytes checked in by wojtekp, 12 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/article/workloadgen/testLoad/resources1.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=src/test/article/workloadgen/testLoad/workload30.swf
9
10# Choose directory where all result files should be placed.
11stats.outputfolder=../testLoad_result
12
13# Define the type and content of charts to generate
14
15# Gantt chart
16creatediagrams.gantt=false
17# Shows the execution times of tasks
18creatediagrams.tasks=false
19
20# Shows the waiting times of tasks
21creatediagrams.taskswaitingtime=false
22
23# Resource utilization chart - only for processors
24creatediagrams.resutilization=DataCenter
25
26# Power usage chart - for computing nodes and processors
27creatediagrams.respowerusage=DataCenter
28
Note: See TracBrowser for help on using the repository browser.