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 | # Network reservation is dependent on user, who defines path between nodes, |
---|
8 | # relying on task requirements and network parameters provided by network reservation manager. |
---|
9 | gridschedulingpluginname=example.gridplugin.GridARNRSpecificPath |
---|
10 | |
---|
11 | # Local plugin starts task execution in FCFS order and returns offers which |
---|
12 | # exactly satisfies task resource requirements. |
---|
13 | localallocpolicypluginname=example.localplugin.ARFirstFit |
---|
14 | |
---|
15 | # Linear model of cpu processing power is used for task execution time estimations. |
---|
16 | exectimeestimationpluginname=example.timeestimation.ExecTimeEstimationPlugin |
---|
17 | |
---|
18 | # Path to xml file which describes resource characteristics. |
---|
19 | resdesc=example/workloadARNR2/HostParameters.xml |
---|
20 | |
---|
21 | # Path to txt file which describes network topology. |
---|
22 | networktopologyfilename=example/workloadARNR2/network.txt |
---|
23 | |
---|
24 | # Path to directory which contains workload description. In this experiment workload |
---|
25 | # consists of set of xml files, which should be placed directly in readscenario.inputfolder |
---|
26 | readscenario.inputfolder=example/workloadARNR2 |
---|
27 | # and swf file, which name is declared by readscenario.workloadfilename parameter. |
---|
28 | # Swf file must be placed in readscenario.inputfolder directory. |
---|
29 | readscenario.workloadfilename=workload.swf |
---|
30 | |
---|
31 | # Choose if files with task processing history should be created. |
---|
32 | printhistory=true |
---|
33 | |
---|
34 | # Choose directory where all result files should be placed. |
---|
35 | stats.outputfolder=../experiment5_result |
---|
36 | |
---|
37 | createstatistics.formatoutput=true |
---|