ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
cfg.loadtest.template.php File Reference

Go to the source code of this file.

Variables

 $jmeter_base = "/opt/jmeter_2_3_4"
 $web_host = "welles.local"
 $iliaswebdir = "/htdocs/ilias3"
 $iliasrelwebdir = "ilias3"
 $client = "loadtest"
 $db_host = "localhost"
 $db_user = "root"
 $db_pw = ""
 $db_name = "loadtest"
 $tests

Variable Documentation

$db_host = "localhost"

Definition at line 25 of file cfg.loadtest.template.php.

Referenced by ilDB\getDBHost().

$db_name = "loadtest"

Definition at line 28 of file cfg.loadtest.template.php.

Referenced by ilDB\getDBName().

$db_pw = ""

Definition at line 27 of file cfg.loadtest.template.php.

$db_user = "root"

Definition at line 26 of file cfg.loadtest.template.php.

Referenced by ilDB\getDBUser().

$iliasrelwebdir = "ilias3"

Definition at line 19 of file cfg.loadtest.template.php.

$iliaswebdir = "/htdocs/ilias3"

Definition at line 15 of file cfg.loadtest.template.php.

$jmeter_base = "/opt/jmeter_2_3_4"

Definition at line 9 of file cfg.loadtest.template.php.

$tests
Initial value:
array(
array(
"title" => "First Test",
"testplan" => "/htdocs/ilias3/Services/LoadTest/jmx/test1.jmx",
"jtlfile" => "/htdocs/ilias3/Services/LoadTest/results/test1.jtl",
"threads" => "1",
"loops" => "1",
"ramp_up" => "1",
"parameter" => array(
"usercsv" => "/htdocs/ilias3/Services/LoadTest/data/cat_200_crs_300_file_40_cal_30_news_1/user.csv",
"catcsv" => "/htdocs/ilias3/Services/LoadTest/data/cat_200_crs_300_file_40_cal_30_news_1/cat.csv",
"crscsv" => "/htdocs/ilias3/Services/LoadTest/data/cat_200_crs_300_file_40_cal_30_news_1/crs.csv"
)
)
)

Definition at line 33 of file cfg.loadtest.template.php.

Referenced by ilCourseObjectivePresentationGUI\__getAllTests(), ilCourseObjectivePresentationGUI\__showTests(), ilObjTest\_getAvailableTests(), ilCourseObjectivesGUI\initFormLimits(), ilCourseObjectiveQuestionsTableGUI\parse(), ilCourseObjectiveQuestionAssignmentTableGUI\parse(), and ilCourseObjectivesTableGUI\parse().

$web_host = "welles.local"

Definition at line 12 of file cfg.loadtest.template.php.