Skip to content

Instantly share code, notes, and snippets.

@amejiarosario
Last active August 9, 2017 19:48
Show Gist options
  • Save amejiarosario/b5aa655522f2776379f6 to your computer and use it in GitHub Desktop.
Save amejiarosario/b5aa655522f2776379f6 to your computer and use it in GitHub Desktop.
Benchmark of meanshop app deployed at Heroku
$ ab -c 100 -n 10000 https://meanshop-8.herokuapp.com/
This is ApacheBench, Version 2.3 <$Revision: 1604373 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking meanshop-8.herokuapp.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: Cowboy
Server Hostname: meanshop-1.herokuapp.com
Server Port: 443
SSL/TLS Protocol: TLSv1,DHE-RSA-AES128-SHA,2048,128
Document Path: /
Document Length: 1980 bytes
Concurrency Level: 100
Time taken for tests: 104.955 seconds
Complete requests: 10000
Failed requests: 0
Total transferred: 24436298 bytes
HTML transferred: 19800000 bytes
Requests per second: 95.28 [#/sec] (mean)
Time per request: 1049.546 [ms] (mean)
Time per request: 10.495 [ms] (mean, across all concurrent requests)
Transfer rate: 227.37 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 220 681 147.5 709 2012
Processing: 60 362 162.6 344 867
Waiting: 60 267 135.8 241 835
Total: 332 1043 193.1 1039 2314
Percentage of the requests served within a certain time (ms)
50% 1039
66% 1103
75% 1151
80% 1183
90% 1267
95% 1375
98% 1514
99% 1575
100% 2314 (longest request)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment