source: DCWoRMS/branches/coolemall/src/experiments/room/room.properties @ 1522

Revision 1522, 1.3 KB 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=src/experiments/room/DCWORMS_PLMXML_PSNCWojtek10RacksRoom_10BF.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=src/experiments/room/workload/workload50NEW.swf
11
12# Choose directory where all result files should be placed.
13stats.outputfolder=src/experiments/room_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
26#creatediagrams.respowerusage=ComputeBox1
27
28#creatediagrams.resairflow=Inlet;Outlet
29# Resource utilization chart - only for processors
30#creatediagrams.resutilization=ComputeBox1
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.