Skip to content

Instantly share code, notes, and snippets.

@a-warner

a-warner/ab.txt Secret

Created February 4, 2013 23:04
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save a-warner/c8cc02565dc214d5f77d to your computer and use it in GitHub Desktop.
Save a-warner/c8cc02565dc214d5f77d to your computer and use it in GitHub Desktop.
$ ab -n 100 -c 10 http://rapgenius.com/static/copyright
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 rapgenius.com (be patient).....done
Server Software: nginx
Server Hostname: rapgenius.com
Server Port: 80
Document Path: /static/copyright
Document Length: 16646 bytes
Concurrency Level: 10
Time taken for tests: 63.310 seconds
Complete requests: 100
Failed requests: 89
(Connect: 0, Receive: 0, Length: 89, Exceptions: 0)
Write errors: 0
Non-2xx responses: 1
Total transferred: 1706182 bytes
HTML transferred: 1648718 bytes
Requests per second: 1.58 [#/sec] (mean)
Time per request: 6330.951 [ms] (mean)
Time per request: 633.095 [ms] (mean, across all concurrent requests)
Transfer rate: 26.32 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 12 15 2.0 14 19
Processing: 73 4394 6896.0 827 30017
Waiting: 48 4361 6896.4 792 30017
Total: 86 4409 6895.8 844 30029
Percentage of the requests served within a certain time (ms)
50% 844
66% 2977
75% 5032
80% 7575
90% 16052
95% 20069
98% 29282
99% 30029
100% 30029 (longest request)
@RogerPodacter
Copy link

How times have changed...

~ >: ab -n 100 -c 10 http://genius.com/static/copyright
This is ApacheBench, Version 2.3 <$Revision: 1757674 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/

Benchmarking genius.com (be patient).....done


Server Software:        cloudflare-nginx
Server Hostname:        genius.com
Server Port:            80

Document Path:          /static/copyright
Document Length:        101 bytes

Concurrency Level:      10
Time taken for tests:   5.058 seconds
Complete requests:      100
Failed requests:        0
Non-2xx responses:      100
Total transferred:      78261 bytes
HTML transferred:       10100 bytes
Requests per second:    19.77 [#/sec] (mean)
Time per request:       505.775 [ms] (mean)
Time per request:       50.577 [ms] (mean, across all concurrent requests)
Transfer rate:          15.11 [Kbytes/sec] received

Connection Times (ms)
              min  mean[+/-sd] median   max
Connect:        1    1   0.3      1       3
Processing:    29  335 820.3     71    3550
Waiting:       29  335 820.3     71    3549
Total:         30  336 820.3     72    3551

Percentage of the requests served within a certain time (ms)
  50%     72
  66%     87
  75%    109
  80%    175
  90%    742
  95%   3388
  98%   3543
  99%   3551
 100%   3551 (longest request)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment