Created
October 13, 2011 11:20
-
-
Save fennb/1283999 to your computer and use it in GitHub Desktop.
Benchmark, wordpress + apache2 + php-fpm + apc / EC2 small
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ab -n 200 -c 4 http://wp-demo.local:8080/ | |
Server Software: Apache/2.2.17 | |
Server Hostname: wp-demo.local | |
Server Port: 8080 | |
Document Path: / | |
Document Length: 5726 bytes | |
Concurrency Level: 4 | |
Time taken for tests: 20.121 seconds | |
Complete requests: 200 | |
Failed requests: 0 | |
(Connect: 0, Receive: 0, Length: 0, Exceptions: 0) | |
Write errors: 0 | |
Total transferred: 1195370 bytes | |
HTML transferred: 1145170 bytes | |
Requests per second: 9.94 [#/sec] (mean) | |
Time per request: 402.412 [ms] (mean) | |
Time per request: 100.603 [ms] (mean, across all concurrent requests) | |
Transfer rate: 58.02 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 0 0 3.1 0 40 | |
Processing: 84 400 177.6 386 1022 | |
Waiting: 84 400 177.5 386 1022 | |
Total: 84 401 177.6 386 1022 | |
Percentage of the requests served within a certain time (ms) | |
50% 386 | |
66% 470 | |
75% 511 | |
80% 526 | |
90% 616 | |
95% 713 | |
98% 871 | |
99% 1020 | |
100% 1022 (longest request) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment