[1354] | 1 | # Use single *.swf file as workload description. |
---|
| 2 | |
---|
| 3 | # Path to xml file which describes resource characteristics. |
---|
| 4 | resdesc=example/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 |
---|
[1370] | 10 | readscenario.workloadfilename=example/room/workload/workload50NEW.swf |
---|
[1354] | 11 | |
---|
| 12 | # Choose directory where all result files should be placed. |
---|
| 13 | stats.outputfolder=example/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 |
---|
| 21 | creatediagrams.tasks=false |
---|
| 22 | |
---|
| 23 | # Shows the waiting times of tasks |
---|
| 24 | creatediagrams.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 | |
---|
| 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 |
---|