source: xssim/trunk/example/experiment3.properties @ 104

Revision 104, 1.4 KB checked in by wojtekp, 13 years ago (diff)
  • Property svn:mime-type set to text/plain
Line 
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.
7gridschedulingpluginname=example.gridplugin.GridARFirstFit
8
9# Local plugin starts task execution in FCFS order and returns offers which
10# exactly satisfies task resource requirements.
11localallocpolicypluginname=example.localplugin.ARFirstFit
12
13# Linear model of cpu processing power is used for task execution time estimations.
14exectimeestimationpluginname=example.timeestimation.ExecTimeEstimationPlugin
15
16# Path to xml file which describes resource characteristics.
17resdesc=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
21readscenario.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. 
24readscenario.workloadfilename=workload.swf
25
26# Choose if files with task processing history should be created.
27printhistory=true
28
29# Choose directory where all result files should be placed.
30stats.outputfolder=../experiment3_result
Note: See TracBrowser for help on using the repository browser.