Created
May 14, 2014 17:46
-
-
Save johnarce/da5e84250b06a2445202 to your computer and use it in GitHub Desktop.
Apache Benchmark: webgeek.ph (May 15, 2014 @1:45am)
This file contains hidden or 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
May 15, 2014 @1:45am | |
john@webgeek:/# ab -n 1000 -c 20 http://webgeek.ph/ | |
This is ApacheBench, Version 2.3 <$Revision: 1528965 $> | |
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: nginx/1.4.7 | |
Server Hostname: webgeek.ph | |
Server Port: 80 | |
Document Path: / | |
Document Length: 40480 bytes | |
Concurrency Level: 20 | |
Time taken for tests: 4.300 seconds | |
Complete requests: 1000 | |
Failed requests: 0 | |
Total transferred: 40961582 bytes | |
HTML transferred: 40480000 bytes | |
Requests per second: 232.58 [#/sec] (mean) | |
Time per request: 85.992 [ms] (mean) | |
Time per request: 4.300 [ms] (mean, across all concurrent requests) | |
Transfer rate: 9303.54 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 0 0 0.1 0 1 | |
Processing: 6 85 37.1 76 328 | |
Waiting: 5 83 37.1 74 326 | |
Total: 7 85 37.1 76 329 | |
Percentage of the requests served within a certain time (ms) | |
50% 76 | |
66% 82 | |
75% 86 | |
80% 91 | |
90% 116 | |
95% 126 | |
98% 305 | |
99% 309 | |
100% 329 (longest request) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment