Skip to content

Instantly share code, notes, and snippets.

@rgilton
Created April 18, 2015 02:38
Show Gist options
  • Save rgilton/4d23a2b9133668b44a01 to your computer and use it in GitHub Desktop.
Save rgilton/4d23a2b9133668b44a01 to your computer and use it in GitHub Desktop.
-bash-4.2$ ab -c 10 -n 10000 https://www.studentrobotics.org/comp-api/config
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 www.studentrobotics.org (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: Apache/2.4.10
Server Hostname: www.studentrobotics.org
Server Port: 443
SSL/TLS Protocol: TLSv1.2,ECDHE-RSA-AES256-GCM-SHA384,2048,256
Document Path: /comp-api/config
Document Length: 282 bytes
Concurrency Level: 10
Time taken for tests: 42.904 seconds
Complete requests: 10000
Failed requests: 0
Total transferred: 4870000 bytes
HTML transferred: 2820000 bytes
Requests per second: 233.08 [#/sec] (mean)
Time per request: 42.904 [ms] (mean)
Time per request: 4.290 [ms] (mean, across all concurrent requests)
Transfer rate: 110.85 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 7 30 12.9 27 146
Processing: 1 13 33.7 9 1458
Waiting: 1 11 33.3 7 1446
Total: 10 43 36.2 39 1483
Percentage of the requests served within a certain time (ms)
50% 39
66% 46
75% 50
80% 53
90% 62
95% 71
98% 83
99% 94
100% 1483 (longest request)
-bash-4.2$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment