-
Notifications
You must be signed in to change notification settings - Fork 23
/
config.ini-dist
56 lines (37 loc) · 915 Bytes
/
config.ini-dist
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
;----------------
; general config
;----------------
; command to restart web server
restart = /etc/init.d/apache2 restart
; path to curl binary
curl = /usr/bin/curl
; how many concurrent users for each pass
concurrent = 10
; how many seconds for each benchmark pass
seconds = 60
; how many passes to run
passes = 5
; default domain
domain = localhost
; compare all other targets to this target
compare = baseline/php
;-----------
; ab config
;-----------
ab = /usr/bin/ab
;------------------
; http_load config
;------------------
; path to http_load binary
http_load = /usr/local/bin/http_load
; where to write the http_load URL file
http_load_file = /tmp/http_load_url
;--------------
; siege config
;--------------
; path to siege binary
siege = /usr/bin/siege
; path to home dir .siegerc file
siege_file = /home/ubuntu/.siegerc
; the number of failures to allow for
siege_failures = 1048576