ILIAS  Release_3_10_x_branch Revision 61812
 All Data Structures Namespaces Files Functions Variables Groups Pages
cfg.loadtest.php File Reference

Go to the source code of this file.

Variables

 $jmeter_base = "/opt/jmeter"
 $web_host = "scott.local"
 $iliaswebdir = "/htdocs/ilias_3_10_x"
 $iliasrelwebdir = "ilias_3_10_x"
 $client = "loadtest"
 $db_host = "localhost"
 $db_user = "root"
 $db_pw = ""
 $db_name = "loadtest310x"
 $tests

Variable Documentation

$db_host = "localhost"

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

$db_name = "loadtest310x"

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

$db_pw = ""

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

$db_user = "root"

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

$iliasrelwebdir = "ilias_3_10_x"

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

$iliaswebdir = "/htdocs/ilias_3_10_x"

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

$jmeter_base = "/opt/jmeter"

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

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

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

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

$web_host = "scott.local"

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