0% found this document useful (0 votes)
36 views3 pages

Ab Test

The document describes the results of running the ApacheBench (ab) tool to test the performance of a website under different load conditions. It shows the output of running ab against promizee.com with 50, 150, and 250 concurrent connections. The results include request timing statistics and information about the number of successful and failed requests.

Uploaded by

Ömer Ölmez
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
36 views3 pages

Ab Test

The document describes the results of running the ApacheBench (ab) tool to test the performance of a website under different load conditions. It shows the output of running ab against promizee.com with 50, 150, and 250 concurrent connections. The results include request timing statistics and information about the number of successful and failed requests.

Uploaded by

Ömer Ölmez
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

root@server:~# ab -n 50 -c 50 http://promizee.

com/
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 promizee.com (be patient).....done
Server Software:
Server Hostname:
Server Port:

nginx/1.4.6
promizee.com
80

Document Path:
Document Length:

/
30041 bytes

Concurrency Level:
Time taken for tests:
Complete requests:
Failed requests:
Write errors:
Total transferred:
HTML transferred:
Requests per second:
Time per request:
Time per request:
Transfer rate:

50
0.526 seconds
50
0
0
1549136 bytes
1502050 bytes
95.11 [#/sec] (mean)
525.698 [ms] (mean)
10.514 [ms] (mean, across all concurrent requests)
2877.75 [Kbytes/sec] received

Connection Times (ms)


min mean[+/-sd]
Connect:
11 11 0.4
Processing:
55 293 142.8
Waiting:
43 281 143.0
Total:
66 305 143.1

median
11
310
297
322

max
12
513
500
525

Percentage of the requests served within a certain time (ms)


50%
322
66%
394
75%
426
80%
451
90%
499
95%
519
98%
525
99%
525
100%
525 (longest request)
root@server:~# ab -n 150 -c 150 http://promizee.com/
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 promizee.com (be patient).....done
Server Software:
Server Hostname:
Server Port:

nginx/1.4.6
promizee.com
80

Document Path:
Document Length:

/
30041 bytes

Concurrency Level:

150

Time taken for tests:


Complete requests:
Failed requests:
Write errors:
Total transferred:
HTML transferred:
Requests per second:
Time per request:
Time per request:
Transfer rate:

1.111 seconds
150
0
0
4647494 bytes
4506150 bytes
134.96 [#/sec] (mean)
1111.429 [ms] (mean)
7.410 [ms] (mean, across all concurrent requests)
4083.54 [Kbytes/sec] received

Connection Times (ms)


min mean[+/-sd]
Connect:
10 11 0.2
Processing:
51 588 316.2
Waiting:
38 575 316.3
Total:
61 598 316.2

median max
11
11
616
1098
604
1086
626
1108

Percentage of the requests served within a certain time (ms)


50%
626
66%
789
75%
876
80%
929
90% 1030
95% 1068
98% 1096
99% 1104
100% 1108 (longest request)
root@server:~# ab -n 250 -c 250 http://promizee.com/
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 promizee.com (be patient)
Completed 100 requests
Completed 200 requests
Finished 250 requests
Server Software:
Server Hostname:
Server Port:

nginx/1.4.6
promizee.com
80

Document Path:
Document Length:

/
30041 bytes

Concurrency Level:
250
Time taken for tests: 1.370 seconds
Complete requests:
250
Failed requests:
108
(Connect: 0, Receive: 0, Length: 108, Exceptions: 0)
Write errors:
0
Non-2xx responses:
108
Total transferred:
4438158 bytes
HTML transferred:
4285370 bytes
Requests per second:
182.42 [#/sec] (mean)
Time per request:
1370.481 [ms] (mean)
Time per request:
5.482 [ms] (mean, across all concurrent requests)
Transfer rate:
3162.49 [Kbytes/sec] received

Connection Times (ms)


min mean[+/-sd]
Connect:
10 11 0.3
Processing:
89 531 373.3
Waiting:
78 524 368.9
Total:
99 542 373.3

median max
11
11
305
1357
293
1344
315
1367

Percentage of the requests served within a certain time (ms)


50%
315
66%
638
75%
844
80%
964
90% 1175
95% 1279
98% 1336
99% 1358
100% 1367 (longest request)

You might also like