Revision 773,
833 bytes
checked in by wojtekp, 12 years ago
(diff) |
|
-
Property svn:mime-type set to
text/plain
|
Rev | Line | |
---|
[764] | 1 | # Use single *.swf file as workload description. |
---|
| 2 | |
---|
| 3 | # Path to xml file which describes resource characteristics. |
---|
| 4 | resdesc=example/experiment6/resources6.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/experiment6/workload |
---|
| 9 | readscenario.workloadfilename=workload.swf |
---|
| 10 | |
---|
| 11 | # Choose directory where all result files should be placed. |
---|
[773] | 12 | stats.outputfolder=../../experiment6_result |
---|
[764] | 13 | |
---|
| 14 | # Define the type and content of charts to generate |
---|
| 15 | |
---|
| 16 | # Gantt chart |
---|
| 17 | creatediagrams.gantt=true |
---|
| 18 | |
---|
| 19 | # Shows the execution times of tasks |
---|
| 20 | creatediagrams.tasks=false |
---|
| 21 | |
---|
| 22 | # Shows the waiting times of tasks |
---|
| 23 | creatediagrams.taskswaitingtime=false |
---|
| 24 | |
---|
| 25 | # Resource utilization chart - only for processors |
---|
| 26 | #creatediagrams.resutilization=Processor |
---|
Note: See
TracBrowser
for help on using the repository browser.