Created
March 22, 2013 09:59
-
-
Save hsbt/5220222 to your computer and use it in GitHub Desktop.
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
| % ab -c 3 -n 15 http://jp.rubyist.net/magazine/ | |
| 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 jp.rubyist.net (be patient).....done | |
| Server Software: Apache/2.2.16 | |
| Server Hostname: jp.rubyist.net | |
| Server Port: 80 | |
| Document Path: /magazine/ | |
| Document Length: 16837 bytes | |
| Concurrency Level: 3 | |
| Time taken for tests: 2.684 seconds | |
| Complete requests: 15 | |
| Failed requests: 0 | |
| Write errors: 0 | |
| Total transferred: 258060 bytes | |
| HTML transferred: 252555 bytes | |
| Requests per second: 5.59 [#/sec] (mean) | |
| Time per request: 536.881 [ms] (mean) | |
| Time per request: 178.960 [ms] (mean, across all concurrent requests) | |
| Transfer rate: 93.88 [Kbytes/sec] received | |
| Connection Times (ms) | |
| min mean[+/-sd] median max | |
| Connect: 27 30 3.4 29 41 | |
| Processing: 448 500 49.1 483 603 | |
| Waiting: 433 490 48.8 474 587 | |
| Total: 477 530 49.0 513 632 | |
| Percentage of the requests served within a certain time (ms) | |
| 50% 512 | |
| 66% 526 | |
| 75% 573 | |
| 80% 581 | |
| 90% 609 | |
| 95% 632 | |
| 98% 632 | |
| 99% 632 | |
| 100% 632 (longest request) |
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
| % ab -c 3 -n 15 http://hiki-hsbt.sqale.jp/ | |
| 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 hiki-hsbt.sqale.jp (be patient).....done | |
| Server Software: ngx_openresty/1.0.15.10 | |
| Server Hostname: hiki-hsbt.sqale.jp | |
| Server Port: 80 | |
| Document Path: / | |
| Document Length: 16842 bytes | |
| Concurrency Level: 3 | |
| Time taken for tests: 2.644 seconds | |
| Complete requests: 15 | |
| Failed requests: 0 | |
| Write errors: 0 | |
| Total transferred: 258285 bytes | |
| HTML transferred: 252630 bytes | |
| Requests per second: 5.67 [#/sec] (mean) | |
| Time per request: 528.823 [ms] (mean) | |
| Time per request: 176.274 [ms] (mean, across all concurrent requests) | |
| Transfer rate: 95.39 [Kbytes/sec] received | |
| Connection Times (ms) | |
| min mean[+/-sd] median max | |
| Connect: 14 22 6.4 24 31 | |
| Processing: 206 475 147.8 461 778 | |
| Waiting: 178 452 149.1 441 755 | |
| Total: 237 498 146.1 480 805 | |
| Percentage of the requests served within a certain time (ms) | |
| 50% 469 | |
| 66% 519 | |
| 75% 542 | |
| 80% 554 | |
| 90% 789 | |
| 95% 805 | |
| 98% 805 | |
| 99% 805 | |
| 100% 805 (longest request) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment