Skip to content

Instantly share code, notes, and snippets.

@monken
Created November 23, 2013 10:24
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 monken/7612993 to your computer and use it in GitHub Desktop.
Save monken/7612993 to your computer and use it in GitHub Desktop.
$ ab -c 20 -n 1000 http://api.metacpan.org/module/Moose
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 api.metacpan.org (be patient)
Completed 100 requests
Completed 200 requests
Completed 300 requests
Completed 400 requests
Completed 500 requests
Completed 600 requests
Completed 700 requests
Completed 800 requests
Completed 900 requests
Completed 1000 requests
Finished 1000 requests
Server Software: nginx/0.7.67
Server Hostname: api.metacpan.org
Server Port: 80
Document Path: /module/Moose
Document Length: 30362 bytes
Concurrency Level: 20
Time taken for tests: 87.709 seconds
Complete requests: 1000
Failed requests: 0
Write errors: 0
Total transferred: 30529000 bytes
HTML transferred: 30362000 bytes
Requests per second: 11.40 [#/sec] (mean)
Time per request: 1754.187 [ms] (mean)
Time per request: 87.709 [ms] (mean, across all concurrent requests)
Transfer rate: 339.91 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 11 19 4.5 18 42
Processing: 1652 1722 43.9 1716 1936
Waiting: 669 696 35.7 688 904
Total: 1672 1742 43.8 1735 1954
Percentage of the requests served within a certain time (ms)
50% 1735
66% 1750
75% 1758
80% 1763
90% 1786
95% 1826
98% 1893
99% 1915
100% 1954 (longest request)
$ ab -c 20 -n 1000 http://api.metacpan.org/module/Moose
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 api.metacpan.org (be patient)
Completed 100 requests
Completed 200 requests
Completed 300 requests
Completed 400 requests
Completed 500 requests
Completed 600 requests
Completed 700 requests
Completed 800 requests
Completed 900 requests
Completed 1000 requests
Finished 1000 requests
Server Software: nginx/0.7.67
Server Hostname: api.metacpan.org
Server Port: 80
Document Path: /module/Moose
Document Length: 30362 bytes
Concurrency Level: 20
Time taken for tests: 19.199 seconds
Complete requests: 1000
Failed requests: 0
Write errors: 0
Total transferred: 30746414 bytes
HTML transferred: 30404417 bytes
Requests per second: 52.08 [#/sec] (mean)
Time per request: 383.989 [ms] (mean)
Time per request: 19.199 [ms] (mean, across all concurrent requests)
Transfer rate: 1563.89 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 13 108 45.4 111 220
Processing: 95 273 46.5 270 395
Waiting: 16 106 43.1 105 220
Total: 222 381 21.5 379 484
Percentage of the requests served within a certain time (ms)
50% 379
66% 384
75% 388
80% 390
90% 398
95% 419
98% 440
99% 450
100% 484 (longest request)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment