source: DCWoRMS/branches/coolemall/src/test/drs_tst/recs/experiment1.properties @ 1120

Revision 1120, 896 bytes checked in by dresiu, 12 years ago (diff)

dresiu init commit

Line 
1# Use single *.swf file as workload description.
2
3# Path to xml file which describes resource characteristics.
4resdesc=src/test/drs_tst/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/drs_tst/recs/workload.swf
9
10# Choose directory where all result files should be placed.
11stats.outputfolder=../../drs_tst_result
12
13# Define the type and content of charts to generate
14
15# Gantt chart
16creatediagrams.gantt=true
17
18# Shows the execution times of tasks
19creatediagrams.tasks=true
20
21# Shows the waiting times of tasks
22creatediagrams.taskswaitingtime=true
23
24# Resource utilization chart - only for processors
25creatediagrams.resutilization=DataCenter
26
27# Power usage chart - for computing nodes and processors
28creatediagrams.respowerusage=DataCenter
29
Note: See TracBrowser for help on using the repository browser.