Created
September 23, 2013 07:04
-
-
Save Zhomart/6667287 to your computer and use it in GitHub Desktop.
http://33467.cirkl.me with authentication
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 500 -c 50 -A [email protected]:<pwd> http://33467.cirkl.me/ | |
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 33467.cirkl.me (be patient) | |
... | |
Finished 500 requests | |
Server Software: nginx/1.4.2 | |
Server Hostname: 33467.cirkl.me | |
Server Port: 80 | |
Document Path: / | |
Document Length: 6026 bytes | |
Concurrency Level: 50 | |
Time taken for tests: 375.218 seconds | |
Complete requests: 500 | |
Failed requests: 90 | |
(Connect: 0, Receive: 0, Length: 90, Exceptions: 0) | |
Write errors: 0 | |
Non-2xx responses: 83 | |
Total transferred: 2809854 bytes | |
HTML transferred: 2527941 bytes | |
Requests per second: 1.33 [#/sec] (mean) | |
Time per request: 37521.799 [ms] (mean) | |
Time per request: 750.436 [ms] (mean, across all concurrent requests) | |
Transfer rate: 7.31 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 267 290 9.3 290 317 | |
Processing: 2161 35156 19664.7 38237 60314 | |
Waiting: 2161 35155 19664.8 38237 60314 | |
Total: 2461 35445 19665.4 38523 60629 | |
Percentage of the requests served within a certain time (ms) | |
50% 38523 | |
66% 48264 | |
75% 52582 | |
80% 56451 | |
90% 60574 | |
95% 60590 | |
98% 60611 | |
99% 60617 | |
100% 60629 (longest request) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment