-
Notifications
You must be signed in to change notification settings - Fork 0
/
bench_php
113 lines (98 loc) · 3.39 KB
/
bench_php
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
beheerder@DESKTOP-EE8CUQA:~$ ab -n 60000 -c 1 http://localhost:8000/
This is ApacheBench, Version 2.3 <$Revision: 1843412 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking localhost (be patient)
Completed 6000 requests
Completed 12000 requests
Completed 18000 requests
Completed 24000 requests
Completed 30000 requests
Completed 36000 requests
Completed 42000 requests
Completed 48000 requests
Completed 54000 requests
Completed 60000 requests
Finished 60000 requests
Server Software: Apache/2.4.41
Server Hostname: localhost
Server Port: 8000
Document Path: /
Document Length: 43 bytes
Concurrency Level: 1
Time taken for tests: 37.213 seconds
Complete requests: 60000
Failed requests: 0
Total transferred: 12120000 bytes
HTML transferred: 2580000 bytes
Requests per second: 1612.33 [#/sec] (mean)
Time per request: 0.620 [ms] (mean)
Time per request: 0.620 [ms] (mean, across all concurrent requests)
Transfer rate: 318.06 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.0 0 1
Processing: 0 1 0.6 0 52
Waiting: 0 0 0.1 0 8
Total: 0 1 0.6 0 52
WARNING: The median and mean for the processing time are not within a normal deviation
These results are probably not that reliable.
WARNING: The median and mean for the total time are not within a normal deviation
These results are probably not that reliable.
Percentage of the requests served within a certain time (ms)
50% 0
66% 1
75% 1
80% 1
90% 1
95% 1
98% 1
99% 1
100% 52 (longest request)
beheerder@DESKTOP-EE8CUQA:~$ ab -n 60000 -c 1000 http://localhost:8000/
This is ApacheBench, Version 2.3 <$Revision: 1843412 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking localhost (be patient)
Completed 6000 requests
Completed 12000 requests
Completed 18000 requests
Completed 24000 requests
Completed 30000 requests
Completed 36000 requests
Completed 42000 requests
Completed 48000 requests
Completed 54000 requests
Completed 60000 requests
Finished 60000 requests
Server Software: Apache/2.4.41
Server Hostname: localhost
Server Port: 8000
Document Path: /
Document Length: 43 bytes
Concurrency Level: 1000
Time taken for tests: 13.189 seconds
Complete requests: 60000
Failed requests: 0
Total transferred: 12120000 bytes
HTML transferred: 2580000 bytes
Requests per second: 4549.08 [#/sec] (mean)
Time per request: 219.825 [ms] (mean)
Time per request: 0.220 [ms] (mean, across all concurrent requests)
Transfer rate: 897.38 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 5 33.2 2 1084
Processing: 5 166 1065.0 72 13162
Waiting: 1 165 1065.0 71 13162
Total: 20 171 1066.9 75 13185
Percentage of the requests served within a certain time (ms)
50% 75
66% 78
75% 82
80% 86
90% 90
95% 96
98% 124
99% 281
100% 13185 (longest request)