Report abuse

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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
desktop:~/projects/stampede-protection$ sudo rm -rf app/cache/con*






desktop:~/projects/stampede-protection$ ab -n 100 -c20 http://localhost/stampede/
This is ApacheBench, Version 2.3 <$Revision: 655654 $>
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).....done


Server Software:        Apache/2.2.12
Server Hostname:        localhost
Server Port:            80

Document Path:          /stampede/
Document Length:        2290 bytes

Concurrency Level:      20
Time taken for tests:   7.144 seconds
Complete requests:      100
Failed requests:        82
   (Connect: 0, Receive: 0, Length: 82, Exceptions: 0)
Write errors:           0
Total transferred:      274489 bytes
HTML transferred:       229289 bytes
Requests per second:    14.00 [#/sec] (mean)
Time per request:       1428.707 [ms] (mean)
Time per request:       71.435 [ms] (mean, across all concurrent requests)
Transfer rate:          37.52 [Kbytes/sec] received

Connection Times (ms)
              min  mean[+/-sd] median   max
Connect:        0   41 103.4      0     340
Processing:     5 1022 2073.4     11    6803
Waiting:        5 1019 2068.2     10    6803
Total:          5 1063 2162.6     11    7143

Percentage of the requests served within a certain time (ms)
  50%     11
  66%     16
  75%     26
  80%   4346
  90%   4552
  95%   6150
  98%   7141
  99%   7143
 100%   7143 (longest request)










desktop:~/projects/stampede-protection$ ab -n 100 -c20 http://localhost/stampede/
This is ApacheBench, Version 2.3 <$Revision: 655654 $>
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).....done


Server Software:        Apache/2.2.12
Server Hostname:        localhost
Server Port:            80

Document Path:          /stampede/
Document Length:        2290 bytes

Concurrency Level:      20
Time taken for tests:   4.224 seconds
Complete requests:      100
Failed requests:        85
   (Connect: 0, Receive: 0, Length: 85, Exceptions: 0)
Write errors:           0
Total transferred:      274492 bytes
HTML transferred:       229292 bytes
Requests per second:    23.67 [#/sec] (mean)
Time per request:       844.864 [ms] (mean)
Time per request:       42.243 [ms] (mean, across all concurrent requests)
Transfer rate:          63.46 [Kbytes/sec] received

Connection Times (ms)
              min  mean[+/-sd] median   max
Connect:        0    4   9.0      0      27
Processing:     6  833 1643.1     16    4197
Waiting:        5  832 1642.9     16    4197
Total:          6  837 1651.1     18    4224

Percentage of the requests served within a certain time (ms)
  50%     18
  66%     24
  75%     29
  80%   4008
  90%   4201
  95%   4218
  98%   4224
  99%   4224
 100%   4224 (longest request)










desktop:~/projects/stampede-protection$ ab -n 100 -c20 http://localhost/stampede/
This is ApacheBench, Version 2.3 <$Revision: 655654 $>
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).....done


Server Software:        Apache/2.2.12
Server Hostname:        localhost
Server Port:            80

Document Path:          /stampede/
Document Length:        2294 bytes

Concurrency Level:      20
Time taken for tests:   0.181 seconds
Complete requests:      100
Failed requests:        12
   (Connect: 0, Receive: 0, Length: 12, Exceptions: 0)
Write errors:           0
Total transferred:      274587 bytes
HTML transferred:       229387 bytes
Requests per second:    552.74 [#/sec] (mean)
Time per request:       36.183 [ms] (mean)
Time per request:       1.809 [ms] (mean, across all concurrent requests)
Transfer rate:          1482.18 [Kbytes/sec] received

Connection Times (ms)
              min  mean[+/-sd] median   max
Connect:        0    7   7.0      6      23
Processing:     6   26  12.1     25     105
Waiting:        6   24  12.4     22     105
Total:         14   32  14.5     29     113

Percentage of the requests served within a certain time (ms)
  50%     29
  66%     34
  75%     37
  80%     39
  90%     51
  95%     63
  98%     65
  99%    113
 100%    113 (longest request)











desktop:~/projects/stampede-protection$ ab -n 100 -c20 http://localhost/stampede/
This is ApacheBench, Version 2.3 <$Revision: 655654 $>
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).....done


Server Software:        Apache/2.2.12
Server Hostname:        localhost
Server Port:            80

Document Path:          /stampede/
Document Length:        2290 bytes

Concurrency Level:      20
Time taken for tests:   4.773 seconds
Complete requests:      100
Failed requests:        81
   (Connect: 0, Receive: 0, Length: 81, Exceptions: 0)
Write errors:           0
Total transferred:      274497 bytes
HTML transferred:       229297 bytes
Requests per second:    20.95 [#/sec] (mean)
Time per request:       954.645 [ms] (mean)
Time per request:       47.732 [ms] (mean, across all concurrent requests)
Transfer rate:          56.16 [Kbytes/sec] received

Connection Times (ms)
              min  mean[+/-sd] median   max
Connect:        0    3   7.3      0      23
Processing:     6  889 1762.3     15    4750
Waiting:        6  889 1762.0     15    4750
Total:          6  893 1769.2     15    4773

Percentage of the requests served within a certain time (ms)
  50%     15
  66%     23
  75%     30
  80%   4015
  90%   4762
  95%   4768
  98%   4773
  99%   4773
 100%   4773 (longest request)


















desktop:~/projects/stampede-protection$ ab -n 100 -c20 http://localhost/stampede/
This is ApacheBench, Version 2.3 <$Revision: 655654 $>
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).....done


Server Software:        Apache/2.2.12
Server Hostname:        localhost
Server Port:            80

Document Path:          /stampede/
Document Length:        2294 bytes

Concurrency Level:      20
Time taken for tests:   0.178 seconds
Complete requests:      100
Failed requests:        15
   (Connect: 0, Receive: 0, Length: 15, Exceptions: 0)
Write errors:           0
Total transferred:      274583 bytes
HTML transferred:       229383 bytes
Requests per second:    560.35 [#/sec] (mean)
Time per request:       35.692 [ms] (mean)
Time per request:       1.785 [ms] (mean, across all concurrent requests)
Transfer rate:          1502.57 [Kbytes/sec] received

Connection Times (ms)
              min  mean[+/-sd] median   max
Connect:        0    7  11.0      0      38
Processing:     6   26  17.0     22     102
Waiting:        0   26  17.3     22     102
Total:          8   33  18.4     29     108

Percentage of the requests served within a certain time (ms)
  50%     29
  66%     38
  75%     40
  80%     46
  90%     64
  95%     70
  98%     77
  99%    108
 100%    108 (longest request)