ILIAS
release_4-4 Revision
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
y
+
Files
File List
+
Globals
+
All
$
(
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
v
w
x
+
Variables
$
(
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
cfg.loadtest.template.php
Go to the documentation of this file.
1
<?php
2
3
// copy this file to "cfg.loadtest.php", enter your values,
4
// change to scripts dir and call
5
// > ./run_loadtest ../config/cfg.loadtest.php
6
// from command line
7
8
// complete path to jmeter directory (no trailing /)
9
$jmeter_base
=
"/opt/jmeter_2_3_4"
;
10
11
// web server host name
12
$web_host
=
"welles.local"
;
13
14
// complete path of ilias web directory (no trailing /)
15
$iliaswebdir
=
"/htdocs/ilias3"
;
16
17
// relative path of ilias web directory in web server web space
18
// no preceding or trailing /
19
$iliasrelwebdir
=
"ilias3"
;
20
21
// ilias client name
22
$client
=
"loadtest"
;
23
24
// ilias db connection credentials
25
$db_host
=
"localhost"
;
26
$db_user
=
"root"
;
27
$db_pw
=
""
;
28
$db_name
=
"loadtest"
;
29
30
31
32
// test programme
33
$tests
= array(
34
array(
35
"title"
=>
"First Test"
,
36
"testplan"
=>
"/htdocs/ilias3/Services/LoadTest/jmx/test1.jmx"
,
37
"jtlfile"
=>
"/htdocs/ilias3/Services/LoadTest/results/test1.jtl"
,
38
"threads"
=>
"1"
,
39
"loops"
=>
"1"
,
40
"ramp_up"
=>
"1"
,
41
"parameter"
=> array(
42
"usercsv"
=>
"/htdocs/ilias3/Services/LoadTest/data/cat_200_crs_300_file_40_cal_30_news_1/user.csv"
,
43
"catcsv"
=>
"/htdocs/ilias3/Services/LoadTest/data/cat_200_crs_300_file_40_cal_30_news_1/cat.csv"
,
44
"crscsv"
=>
"/htdocs/ilias3/Services/LoadTest/data/cat_200_crs_300_file_40_cal_30_news_1/crs.csv"
45
)
46
)
47
);
48
49
?>
$iliasrelwebdir
$iliasrelwebdir
Definition:
cfg.loadtest.template.php:19
$iliaswebdir
$iliaswebdir
Definition:
cfg.loadtest.template.php:15
$client
$client
Definition:
cfg.loadtest.template.php:22
$tests
$tests
Definition:
cfg.loadtest.template.php:33
$web_host
$web_host
Definition:
cfg.loadtest.template.php:12
$db_host
$db_host
Definition:
cfg.loadtest.template.php:25
$db_pw
$db_pw
Definition:
cfg.loadtest.template.php:27
$db_name
$db_name
Definition:
cfg.loadtest.template.php:28
$db_user
$db_user
Definition:
cfg.loadtest.template.php:26
$jmeter_base
$jmeter_base
Definition:
cfg.loadtest.template.php:9
Services
LoadTest
config
cfg.loadtest.template.php
Generated on Mon Dec 21 2020 19:01:16 for ILIAS by
1.8.13 (using
Doxyfile
)