Revision 1591,
1.1 KB
checked in by wojtekp, 8 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. |
---|
4 | resdesc=src/experiments/e2dc2015/resources/resources_i5_f21.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.workloadfilename=src/experiments/e2dc2015/workload/workload.swf |
---|
9 | |
---|
10 | # Choose directory where all result files should be placed. |
---|
11 | stats.outputfolder=src/experiments/e2dc2015_result |
---|
12 | |
---|
13 | # Define the type and content of charts to generate |
---|
14 | |
---|
15 | # Gantt chart |
---|
16 | #creatediagrams.gantt=true |
---|
17 | |
---|
18 | # Shows the execution times of tasks |
---|
19 | #creatediagrams.tasks=true |
---|
20 | |
---|
21 | # Shows the waiting times of tasks |
---|
22 | #creatediagrams.taskswaitingtime=true |
---|
23 | |
---|
24 | # Resource utilization chart - only for processors |
---|
25 | creatediagrams.resutilization=Processor;Node |
---|
26 | |
---|
27 | creatediagrams.restemperature=Processor;Node |
---|
28 | |
---|
29 | #creatediagrams.respowerusage=Room |
---|
30 | |
---|
31 | creatediagrams.resairflow=Fan |
---|
32 | |
---|
33 | #pressuredrop=65.337 |
---|
34 | #outletroomairtemperature=33 |
---|
35 | #inletroomairtemperature=23 |
---|
36 | #ambientairtemperature=26 |
---|
37 | #airflowvolume=0.0304 |
---|
38 | alpha=0.02 |
---|
Note: See
TracBrowser
for help on using the repository browser.