source: DCWoRMS/branches/coolemall/example/simpleDataCenter2/simpleDataCenter2.properties @ 1476

Revision 1476, 729 bytes checked in by wojtekp, 10 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=example/simpleDataCenter2/simpleDataCenter2.xml
5
6# and swf file, which name is declared by readscenario.workloadfilename parameter.
7# Swf file must be placed in readscenario.inputfolder directory (if defined). 
8readscenario.workloadfilename=example/simpleDataCenter2/workloadWithMemReq.swf
9
10# Choose directory where all result files should be placed.
11stats.outputfolder=example/simpleDataCenter2_result
12
13# Define the type and content of charts to generate
14
15# Gantt chart
16creatediagrams.gantt=true
17
18# Resource utilization chart - for processors and computing nodes
19creatediagrams.resutilization=Node;Processor
Note: See TracBrowser for help on using the repository browser.