source: DCWoRMS/branches/coolemall/example/experiment5_result/experiment.properties @ 1259

Revision 1259, 717 bytes checked in by wojtekp, 11 years ago (diff)
  • Property svn:mime-type set to text/plain
RevLine 
[760]1# Use single *.swf file as workload description.
2
3# Path to xml file which describes resource characteristics.
4resdesc=example/experiment5/resources5.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/experiment5/workload.swf
9
10# Choose directory where all result files should be placed.
[1223]11stats.outputfolder=example/experiment5_result
[760]12
13# Define the type and content of charts to generate
14
15# Gantt chart
16creatediagrams.gantt=true
17
18# Power usage chart - for computing nodes only
[1259]19creatediagrams.respowerusage=Node
[760]20
[1259]21creatediagrams.resutilization=Node
[760]22
[1259]23creatediagrams.resairflow=Fan
Note: See TracBrowser for help on using the repository browser.