1 | # Workload description consists of *.swf file and set of xml files. Xml files |
---|
2 | # contains additional information which is essential to pursue resource |
---|
3 | # advance reservation scheduling model. |
---|
4 | |
---|
5 | # Grid plugin choose randomly between offers returned by local resources/plugins. |
---|
6 | # All offers must satisfy task resource requirements. |
---|
7 | gridschedulingpluginname=example.gridplugin.GridARFirstFit |
---|
8 | |
---|
9 | # Local plugin starts task execution in FCFS order and returns offers which |
---|
10 | # exactly satisfies task resource requirements. |
---|
11 | localallocpolicypluginname=example.localplugin.ARFirstFit |
---|
12 | |
---|
13 | # Linear model of cpu processing power is used for task execution time estimations. |
---|
14 | exectimeestimationpluginname=example.timeestimation.ExecTimeEstimationPlugin |
---|
15 | |
---|
16 | # Path to xml file which describes resource characteristics. |
---|
17 | resdesc=example/workloadAR/HostParametersAR.xml |
---|
18 | |
---|
19 | # Path to directory which contains workload description. In this experiment workload |
---|
20 | # consists of set of xml files, which should be placed directly in readscenario.inputfolder |
---|
21 | readscenario.inputfolder=example/workloadAR |
---|
22 | # and swf file, which name is declared by readscenario.workloadfilename parameter. |
---|
23 | # Swf file must be placed in readscenario.inputfolder directory. |
---|
24 | readscenario.workloadfilename=workload.swf |
---|
25 | |
---|
26 | # Choose if files with task processing history should be created. |
---|
27 | printhistory=true |
---|
28 | |
---|
29 | # Choose directory where all result files should be placed. |
---|
30 | stats.outputfolder=../experiment3_result |
---|