Skip to content

Instantly share code, notes, and snippets.

@hunt3r
Created October 8, 2014 20:53
Show Gist options
  • Save hunt3r/cd9c183646b5177bfbf4 to your computer and use it in GitHub Desktop.
Save hunt3r/cd9c183646b5177bfbf4 to your computer and use it in GitHub Desktop.
➜ pybuffalo git:(good) ab -v 1 -n 1000 -c 100 http://localhost:8888/
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 localhost (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: TornadoServer/4.0.2
Server Hostname: localhost
Server Port: 8888
Document Path: /
Document Length: 122829 bytes
Concurrency Level: 100
Time taken for tests: 3.495 seconds
Complete requests: 1000
Failed requests: 0
Write errors: 0
Total transferred: 123028000 bytes
HTML transferred: 122829000 bytes
Requests per second: 286.15 [#/sec] (mean)
Time per request: 349.465 [ms] (mean)
Time per request: 3.495 [ms] (mean, across all concurrent requests)
Transfer rate: 34379.57 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.8 0 4
Processing: 260 336 134.4 289 869
Waiting: 259 336 134.4 289 869
Total: 260 336 135.2 289 872
Percentage of the requests served within a certain time (ms)
50% 289
66% 294
75% 300
80% 334
90% 584
95% 732
98% 820
99% 847
100% 872 (longest request)
➜ pybuffalo git:(good) ab -v 1 -n 1000 -c 100 http://localhost:8888/
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 localhost (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: TornadoServer/4.0.2
Server Hostname: localhost
Server Port: 8888
Document Path: /
Document Length: 137016 bytes
Concurrency Level: 100
Time taken for tests: 39.355 seconds
Complete requests: 1000
Failed requests: 0
Write errors: 0
Total transferred: 137222000 bytes
HTML transferred: 137016000 bytes
Requests per second: 25.41 [#/sec] (mean)
Time per request: 3935.526 [ms] (mean)
Time per request: 39.355 [ms] (mean, across all concurrent requests)
Transfer rate: 3405.03 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 1 1.8 0 10
Processing: 557 3752 1240.9 3696 10123
Waiting: 557 3752 1240.9 3696 10123
Total: 565 3753 1241.5 3697 10131
Percentage of the requests served within a certain time (ms)
50% 3697
66% 3743
75% 4139
80% 4150
90% 4342
95% 4759
98% 9441
99% 9807
100% 10131 (longest request)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment