Created
February 9, 2014 10:46
-
-
Save PharaohKJ/8897439 to your computer and use it in GitHub Desktop.
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
katoh$ ab -n 100 -c 10 http://blog.phalanxware.com/ | |
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 blog.phalanxware.com (be patient).....done | |
Server Software: nginx/1.4.4 | |
Server Hostname: blog.phalanxware.com | |
Server Port: 80 | |
Document Path: / | |
Document Length: 25410 bytes | |
Concurrency Level: 10 | |
Time taken for tests: 19.632 seconds | |
Complete requests: 100 | |
Failed requests: 0 | |
Write errors: 0 | |
Total transferred: 2573500 bytes | |
HTML transferred: 2541000 bytes | |
Requests per second: 5.09 [#/sec] (mean) | |
Time per request: 1963.212 [ms] (mean) | |
Time per request: 196.321 [ms] (mean, across all concurrent requests) | |
Transfer rate: 128.01 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 17 18 0.9 18 22 | |
Processing: 847 1849 344.5 1788 2713 | |
Waiting: 828 1828 343.9 1768 2693 | |
Total: 866 1867 344.3 1806 2731 | |
Percentage of the requests served within a certain time (ms) | |
50% 1806 | |
66% 2000 | |
75% 2099 | |
80% 2151 | |
90% 2322 | |
95% 2478 | |
98% 2674 | |
99% 2731 | |
100% 2731 (longest request) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment