Skip to content

Instantly share code, notes, and snippets.

@Zhomart
Created September 23, 2013 07:38
Show Gist options
  • Save Zhomart/6667497 to your computer and use it in GitHub Desktop.
Save Zhomart/6667497 to your computer and use it in GitHub Desktop.
http://test.cirkl.me with authentication (Used memcached to store home page statistics)
ab -n 500 -c 50 -A [email protected]:<pwd> http://test.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 test.cirkl.me (be patient)
Completed 100 requests
Completed 200 requests
Completed 300 requests
Completed 400 requests
Completed 500 requests
Finished 500 requests
Server Software: nginx/1.4.2
Server Hostname: test.cirkl.me
Server Port: 80
Document Path: /
Document Length: 6025 bytes
Concurrency Level: 50
Time taken for tests: 93.403 seconds
Complete requests: 500
Failed requests: 30
(Connect: 0, Receive: 0, Length: 30, Exceptions: 0)
Write errors: 0
Total transferred: 3238530 bytes
HTML transferred: 3012530 bytes
Requests per second: 5.35 [#/sec] (mean)
Time per request: 9340.253 [ms] (mean)
Time per request: 186.805 [ms] (mean, across all concurrent requests)
Transfer rate: 33.86 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 270 292 9.5 292 319
Processing: 951 8637 5732.8 8267 45845
Waiting: 951 8633 5727.7 8267 45271
Total: 1235 8929 5732.9 8550 46132
Percentage of the requests served within a certain time (ms)
50% 8550
66% 10614
75% 12317
80% 14127
90% 17145
95% 19387
98% 20405
99% 20930
100% 46132 (longest request)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment