Skip to content

Instantly share code, notes, and snippets.

@wezell
Created March 20, 2017 21:34
Show Gist options
  • Save wezell/90741793113f270586a22365473d668c to your computer and use it in GitHub Desktop.
Save wezell/90741793113f270586a22365473d668c to your computer and use it in GitHub Desktop.
hot-fries:core will$ ab -n 1000 -c 25 http://127.0.0.1:8080/about-us/
This is ApacheBench, Version 2.3 <$Revision: 1748469 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking 127.0.0.1 (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: Apache-Coyote/1.1
Server Hostname: 127.0.0.1
Server Port: 8080
Document Path: /about-us/
Document Length: 23735 bytes
Concurrency Level: 25
Time taken for tests: 4.457 seconds
Complete requests: 1000
Failed requests: 0
Total transferred: 24195000 bytes
HTML transferred: 23735000 bytes
Requests per second: 224.34 [#/sec] (mean)
Time per request: 111.436 [ms] (mean)
Time per request: 4.457 [ms] (mean, across all concurrent requests)
Transfer rate: 5300.80 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.1 0 1
Processing: 52 111 37.9 99 325
Waiting: 51 110 37.9 99 324
Total: 52 111 37.9 100 325
Percentage of the requests served within a certain time (ms)
50% 100
66% 102
75% 104
80% 106
90% 158
95% 219
98% 268
99% 273
100% 325 (longest request)
hot-fries:core will$ ab -n 1000 -c 25 http://127.0.0.1:8080/about-us/
This is ApacheBench, Version 2.3 <$Revision: 1748469 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking 127.0.0.1 (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: Apache-Coyote/1.1
Server Hostname: 127.0.0.1
Server Port: 8080
Document Path: /about-us/
Document Length: 23735 bytes
Concurrency Level: 25
Time taken for tests: 4.992 seconds
Complete requests: 1000
Failed requests: 0
Total transferred: 24195000 bytes
HTML transferred: 23735000 bytes
Requests per second: 200.32 [#/sec] (mean)
Time per request: 124.803 [ms] (mean)
Time per request: 4.992 [ms] (mean, across all concurrent requests)
Transfer rate: 4733.03 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.2 0 2
Processing: 57 124 127.5 96 956
Waiting: 56 124 127.5 96 956
Total: 57 124 127.5 97 956
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment