source: DCWoRMS/branches/coolemall/example/tso/tso.properties @ 1336

Revision 1336, 1.2 KB 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=example/tso/DCWORMS_PLMXML_TSO8RacksRoom_5.xml
5
6# and swf file, which name is declared by readscenario.workloadfilename parameter.
7# Swf file must be placed in readscenario.inputfolder directory. 
8#readscenario.inputfolder=example/review/workload
9#readscenario.applicationProfiles=example/review/workload
10readscenario.workloadfilename=example/tso/workload/TSOWorkloadIntensive.swf
11
12# Choose directory where all result files should be placed.
13stats.outputfolder=example/tso_result
14
15# Define the type and content of charts to generate
16
17# Gantt chart
18#creatediagrams.gantt=true
19
20# Shows the execution times of tasks
21creatediagrams.tasks=false
22
23# Shows the waiting times of tasks
24creatediagrams.taskswaitingtime=false
25
26creatediagrams.respowerusage=ComputeBox1;Rack
27
28#creatediagrams.resairflow=Inlet;Outlet
29# Resource utilization chart - only for processors
30#creatediagrams.resutilization=ComputeBox1;Rack
31
32
33
34pressuredrop=375
35outletroomairtemperature=23
36inletroomairtemperature=17
37ambientairtemperature=17
38airflowvolume=4
39alpha=0.2
40
41
42#pressuredrop=4
43#outletroomairtemperature=23
44#inletroomairtemperature=17
45#ambientairtemperature=17
46#airflowvolume=1
47#alpha=0.02
Note: See TracBrowser for help on using the repository browser.