[1336] | 1 | # Use single *.swf file as workload description. |
---|
| 2 | |
---|
| 3 | # Path to xml file which describes resource characteristics. |
---|
[1522] | 4 | resdesc=src/experiments/tso/DCWORMS_PLMXML_TSO8RacksRoom_5.xml |
---|
[1336] | 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 |
---|
[1522] | 10 | readscenario.workloadfilename=src/experiments/tso/workload/TSOWorkloadIntensive.swf |
---|
[1336] | 11 | |
---|
| 12 | # Choose directory where all result files should be placed. |
---|
[1522] | 13 | stats.outputfolder=src/experiments/tso_result |
---|
[1336] | 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 |
---|
| 21 | creatediagrams.tasks=false |
---|
| 22 | |
---|
| 23 | # Shows the waiting times of tasks |
---|
| 24 | creatediagrams.taskswaitingtime=false |
---|
| 25 | |
---|
| 26 | creatediagrams.respowerusage=ComputeBox1;Rack |
---|
| 27 | |
---|
| 28 | #creatediagrams.resairflow=Inlet;Outlet |
---|
| 29 | # Resource utilization chart - only for processors |
---|
| 30 | #creatediagrams.resutilization=ComputeBox1;Rack |
---|
| 31 | |
---|
| 32 | |
---|
| 33 | |
---|
| 34 | pressuredrop=375 |
---|
| 35 | outletroomairtemperature=23 |
---|
| 36 | inletroomairtemperature=17 |
---|
| 37 | ambientairtemperature=17 |
---|
| 38 | airflowvolume=4 |
---|
| 39 | alpha=0.2 |
---|
| 40 | |
---|
| 41 | |
---|
| 42 | #pressuredrop=4 |
---|
| 43 | #outletroomairtemperature=23 |
---|
| 44 | #inletroomairtemperature=17 |
---|
| 45 | #ambientairtemperature=17 |
---|
| 46 | #airflowvolume=1 |
---|
| 47 | #alpha=0.02 |
---|