Revision 833,
997 bytes
checked in by wojtekp, 12 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/test/article2/recs/resourcesCoolEmAll.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/test/article2/recs/workload9.swf |
---|
9 | |
---|
10 | # Choose directory where all result files should be placed. |
---|
11 | stats.outputfolder=../../article2_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=false |
---|
20 | |
---|
21 | # Shows the waiting times of tasks |
---|
22 | creatediagrams.taskswaitingtime=false |
---|
23 | |
---|
24 | # Resource utilization chart - only for processors |
---|
25 | #creatediagrams.resutilization=DataCenter |
---|
26 | |
---|
27 | # Power usage chart - for computing nodes and processors |
---|
28 | creatediagrams.respowerusage=DataCenter |
---|
29 | |
---|
30 | #creatediagrams.resairflow=ComputingNode |
---|
31 | |
---|
32 | |
---|
33 | creatediagrams.restemperature=ComputingNode |
---|
Note: See
TracBrowser
for help on using the repository browser.