You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Austin Einter <au...@gmail.com> on 2013/03/19 07:55:49 UTC

[users@httpd] Apache benchmark result analysis

Dear All
I have setup a site www.netcloudjobs.com using Apache 2.2.15.

I found my site is slow. Due to some reasons I am not using APC/Varnish
cache. I am using only Memcache.

MySql 5.5 (Innodb) is used.


My server is centos 6.3 , I7, 16GB RAM.

When I executed apache benchmark command, I found below result. Can
somebody kindly tell if this looks OK or My Webserver needs to be optimized.

[root@ip-173-201-189-43 mysql]# ab -n 2000 -c 10 http://localhost/
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)

Completed 200 requests
Completed 400 requests
Completed 600 requests
Completed 800 requests
Completed 1000 requests
Completed 1200 requests
Completed 1400 requests
Completed 1600 requests
Completed 1800 requests
Completed 2000 requests
Finished 2000 requests


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

Document Path:          /
Document Length:        14418 bytes

Concurrency Level:      10
Time taken for tests:   278.677 seconds
Complete requests:      2000
Failed requests:        0
Write errors:           0
Total transferred:      30204000 bytes
HTML transferred:       28836000 bytes
Requests per second:    7.18 [#/sec] (mean)
Time per request:       1393.384 [ms] (mean)
Time per request:       139.338 [ms] (mean, across all concurrent requests)
Transfer rate:          105.84 [Kbytes/sec] received

Connection Times (ms)
              min  mean[+/-sd] median   max


Connect:        0    0   0.1      0       3
Processing:  1339 1390  53.6   1371    1883
Waiting:     1321 1369  51.7   1352    1865
Total:       1339 1390  53.6   1371    1886

Percentage of the requests served within a certain time (ms)
  50%   1371
  66%   1383
  75%   1392
  80%   1401
  90%   1438
  95%   1498
  98%   1557
  99%   1626
 100%   1886 (longest request)
[root@ip-173-201-189-43 mysql]#

Best Regards
Austin