Skip to content

Instantly share code, notes, and snippets.

@Zatvobor
Created February 21, 2013 10:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Zatvobor/5003806 to your computer and use it in GitHub Desktop.
Save Zatvobor/5003806 to your computer and use it in GitHub Desktop.
Time taken for tests: 14.231 seconds Complete requests: 10000 Failed requests: 81 (Connect: 0, Receive: 0, Length: 81, Exceptions: 0) Write errors: 0 Time per request: 1.423 [ms] (mean, across all concurrent requests)
$ ab -c 100 -n 10000 http://accounts.tunehog.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 accounts.tunehog.com (be patient)
Completed 1000 requests
Completed 2000 requests
Completed 3000 requests
Completed 4000 requests
Completed 5000 requests
Completed 6000 requests
Completed 7000 requests
Completed 8000 requests
Completed 9000 requests
Completed 10000 requests
Finished 10000 requests
Server Software: nginx/1.2.4
Server Hostname: accounts.tunehog.com
Server Port: 80
Document Path: /
Document Length: 172 bytes
Concurrency Level: 100
Time taken for tests: 14.231 seconds
Complete requests: 10000
Failed requests: 81
(Connect: 0, Receive: 0, Length: 81, Exceptions: 0)
Write errors: 0
Non-2xx responses: 9919
Total transferred: 3604139 bytes
HTML transferred: 2048293 bytes
Requests per second: 702.67 [#/sec] (mean)
Time per request: 142.314 [ms] (mean)
Time per request: 1.423 [ms] (mean, across all concurrent requests)
Transfer rate: 247.32 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.3 0 4
Processing: 0 43 558.7 1 13608
Waiting: 0 43 558.7 1 13608
Total: 0 43 558.9 2 13608
Percentage of the requests served within a certain time (ms)
50% 2
66% 2
75% 2
80% 2
90% 3
95% 3
98% 3
99% 7
100% 13608 (longest request)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment