Created
July 31, 2012 14:48
-
-
Save bryanbibat/3217551 to your computer and use it in GitHub Desktop.
A few tweaks later...
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
bry-temp@webgeek:~# ab -n 1000 -c 20 http://webgeek.ph/devcup/ | |
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 webgeek.ph (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: webgeek.ph | |
Server Port: 80 | |
Document Path: /devcup/ | |
Document Length: 41120 bytes | |
Concurrency Level: 20 | |
Time taken for tests: 0.578 seconds | |
Complete requests: 1000 | |
Failed requests: 0 | |
Write errors: 0 | |
Total transferred: 41537000 bytes | |
HTML transferred: 41120000 bytes | |
Requests per second: 1729.69 [#/sec] (mean) | |
Time per request: 11.563 [ms] (mean) | |
Time per request: 0.578 [ms] (mean, across all concurrent requests) | |
Transfer rate: 70162.27 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 0 0 0.3 0 2 | |
Processing: 2 11 2.0 11 22 | |
Waiting: 2 11 2.0 11 21 | |
Total: 3 11 1.9 11 22 | |
Percentage of the requests served within a certain time (ms) | |
50% 11 | |
66% 12 | |
75% 12 | |
80% 13 | |
90% 13 | |
95% 15 | |
98% 17 | |
99% 19 | |
100% 22 (longest request) | |
bry-temp@webgeek:~# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment