Skip to content

Instantly share code, notes, and snippets.

@yuki24
Created August 14, 2012 16:59
Show Gist options
  • Save yuki24/3350861 to your computer and use it in GitHub Desktop.
Save yuki24/3350861 to your computer and use it in GitHub Desktop.
benchmark for a wordpress-based website
yuki@ubuntu:~$ ab -n 1000 -c 100 http://randb2012.misscon.net/
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 randb2012.misscon.net (be patient)
Completed 100 requests
Completed 200 requests
Completed 300 requests
Completed 400 requests
Completed 500 requests
Completed 600 requests
Completed 700 requests
Completed 800 requests
Completed 900 requests
Completed 1000 requests
Finished 1000 requests
Server Software: Apache/2.2.22
Server Hostname: randb2012.misscon.net
Server Port: 80
Document Path: /
Document Length: 76951 bytes
Concurrency Level: 100
Time taken for tests: 6.969 seconds
Complete requests: 1000
Failed requests: 25
(Connect: 0, Receive: 0, Length: 25, Exceptions: 0)
Write errors: 0
Total transferred: 77316992 bytes
HTML transferred: 76951025 bytes
Requests per second: 143.48 [#/sec] (mean)
Time per request: 696.943 [ms] (mean)
Time per request: 6.969 [ms] (mean, across all concurrent requests)
Transfer rate: 10833.73 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 62 117 22.9 118 197
Processing: 251 560 92.6 539 927
Waiting: 79 160 58.0 147 458
Total: 313 678 89.0 658 1000
Percentage of the requests served within a certain time (ms)
50% 658
66% 715
75% 734
80% 748
90% 784
95% 823
98% 912
99% 959
100% 1000 (longest request)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment