-
Notifications
You must be signed in to change notification settings - Fork 0
/
visit-home.conf
39 lines (31 loc) · 1.27 KB
/
visit-home.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# MPPerf Configuration File
# The host, URI (relative to the document root) and port to test.
host = 192.168.1.19
uri = /
port = 80
# The 'rate' is the number of number of connections to open per second.
# A series of tests will be conducted, starting at low rate,
# increasing by rate sep, and finishing at high_rate.
low_rate = 5
high_rate = 50
rate_step = 5
# The amount of seconds to sleep between each rate (to avoid pending
# requests from one run influencing the next run)
sleep_time = 30
# httperf options
# wlog specifies a replay log file (null terminated requests paths)
# 'n' prefix tells httperf to stop after all requests in the file
# have been replayed
# httperf_wlog = "y,anonymous_forecasts_20.log"
# httperf_wsesslog = "100,10,urls.log"
# num_conn is the total number of connections to make during a test
# num_call is the number of requests per connection (if keep alive is supported)
# The product of num_call and rate is the the approximate number of
# requests per second that will be attempted.
httperf_num-conns = 400
httperf_num-calls = 1
# timeout sets the maximimum time (in seconds) that httperf will wait
# for replies from the web server. If the timeout is exceeded, the
# reply concerned is counted as an error.
httperf_timeout = 5
httperf_burst-length=1