source: DCWoRMS/branches/coolemall/src/test/coolemallplugins/experiment.properties @ 883

Revision 883, 775 bytes checked in by wojtekp, 12 years ago (diff)
Line 
1# Use single *.swf file as workload description.
2
3# Path to xml file which describes resource characteristics.
4resdesc=src/test/coolemallplugins/PLMXML_TEST_v1.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/coolemallplugins/workload50.swf
9
10# Choose directory where all result files should be placed.
11stats.outputfolder=experiment_result
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
19creatediagrams.respowerusage=NodeGroup
20
21creatediagrams.resutilization=NodeGroup
22
23coolemall.resdesc=src/test/coolemallplugins/recs_mapping.properties
Note: See TracBrowser for help on using the repository browser.