Revision 477,
746 bytes
checked in by wojtekp, 13 years ago
(diff) |
|
-
Property svn:mime-type set to
text/plain
|
Rev | Line | |
---|
[477] | 1 | # Use single *.swf file as workload description. |
---|
| 2 | |
---|
| 3 | # Path to xml file which describes resource characteristics. |
---|
| 4 | resdesc=example/experiment1/resources.xml |
---|
| 5 | |
---|
| 6 | |
---|
| 7 | # and swf file, which name is declared by readscenario.workloadfilename parameter. |
---|
| 8 | # Swf file must be placed in readscenario.inputfolder directory. |
---|
| 9 | readscenario.workloadfilename=example/experiment1/workload.swf |
---|
| 10 | |
---|
| 11 | # Choose if files with task processing history should be created. |
---|
| 12 | printhistory=true |
---|
| 13 | |
---|
| 14 | # Choose directory where all result files should be placed. |
---|
| 15 | stats.outputfolder=../experiment1_result |
---|
| 16 | |
---|
| 17 | |
---|
| 18 | creatediagrams.gantt=true |
---|
| 19 | creatediagrams.utilization=true |
---|
| 20 | creatediagrams.energyusage=true |
---|
| 21 | |
---|
| 22 | creatediagrams.tasks=true |
---|
| 23 | creatediagrams.taskswaitingtime=true |
---|
| 24 | creatediagrams.reservations=true |
---|
Note: See
TracBrowser
for help on using the repository browser.