Created
September 9, 2013 07:54
-
-
Save Zhomart/6492642 to your computer and use it in GitHub Desktop.
benchmarking of indiegogo.com
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 -n 1000 -c 40 http://www.indiegogo.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 www.indiegogo.com (be patient) | |
..... | |
Finished 1000 requests | |
Server Software: nginx/1.3.11 | |
Server Hostname: www.indiegogo.com | |
Server Port: 80 | |
Document Path: / | |
Document Length: 47980 bytes | |
Concurrency Level: 40 | |
Time taken for tests: 15.596 seconds | |
Complete requests: 1000 | |
Failed requests: 952 | |
(Connect: 0, Receive: 0, Length: 952, Exceptions: 0) | |
Write errors: 0 | |
Total transferred: 48914500 bytes | |
HTML transferred: 48051500 bytes | |
Requests per second: 64.12 [#/sec] (mean) | |
Time per request: 623.851 [ms] (mean) | |
Time per request: 15.596 [ms] (mean, across all concurrent requests) | |
Transfer rate: 3062.79 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 77 93 121.0 77 1091 | |
Processing: 436 512 127.9 467 1410 | |
Waiting: 277 324 74.8 306 1191 | |
Total: 514 605 174.1 547 1708 | |
Percentage of the requests served within a certain time (ms) | |
50% 547 | |
66% 556 | |
75% 572 | |
80% 607 | |
90% 751 | |
95% 929 | |
98% 1424 | |
99% 1536 | |
100% 1708 (longest request) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment