source: DCWoRMS/branches/coolemall/src/test/thermal_result/experiment.properties @ 1301

Revision 1301, 819 bytes checked in by wojtekp, 11 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/thermal/recs/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/thermal/recs/workload_test.swf
9
10# Choose directory where all result files should be placed.
11stats.outputfolder=src/test/thermal_result
12
13# Define the type and content of charts to generate
14
15# Gantt chart
16creatediagrams.gantt=true
17
18# Resource utilization chart - only for processors
19creatediagrams.resutilization=Node;DataCenter
20
21# Power usage chart - for computing nodes and processors
22creatediagrams.respowerusage=Node;DataCenter
23
24creatediagrams.restemperature=Node;Outlet
Note: See TracBrowser for help on using the repository browser.