Skip to content

Instantly share code, notes, and snippets.

@A
Last active January 3, 2016 02:59
Show Gist options
  • Save A/8399476 to your computer and use it in GitHub Desktop.
Save A/8399476 to your computer and use it in GitHub Desktop.
$ ab -n 1000 -c 100 -k -q http://0.0.0.0:8000/
This is ApacheBench, Version 2.3 <$Revision: 1430300 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking 0.0.0.0 (be patient).....done
Server Software:
Server Hostname: 0.0.0.0
Server Port: 8000
Document Path: /
Document Length: 1128 bytes
Concurrency Level: 100
Time taken for tests: 13.788 seconds
Complete requests: 1000
Failed requests: 0
Write errors: 0
Keep-Alive requests: 1000
Total transferred: 1313000 bytes
HTML transferred: 1128000 bytes
Requests per second: 72.53 [#/sec] (mean)
Time per request: 1378.798 [ms] (mean)
Time per request: 13.788 [ms] (mean, across all concurrent requests)
Transfer rate: 93.00 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 1 2.3 0 10
Processing: 221 1296 796.5 1331 3387
Waiting: 215 1295 796.6 1331 3387
Total: 221 1296 796.8 1340 3390
Percentage of the requests served within a certain time (ms)
50% 1340
66% 1580
75% 1898
80% 2335
90% 2449
95% 2503
98% 2602
99% 2888
100% 3390 (longest request)
$ ab -n 1000 -c 100 -k -q http://0.0.0.0:8000/
This is ApacheBench, Version 2.3 <$Revision: 1430300 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking 0.0.0.0 (be patient).....done
Server Software:
Server Hostname: 0.0.0.0
Server Port: 8000
Document Path: /
Document Length: 1128 bytes
Concurrency Level: 100
Time taken for tests: 25.364 seconds
Complete requests: 1000
Failed requests: 0
Write errors: 0
Keep-Alive requests: 1000
Total transferred: 1313000 bytes
HTML transferred: 1128000 bytes
Requests per second: 39.43 [#/sec] (mean)
Time per request: 2536.402 [ms] (mean)
Time per request: 25.364 [ms] (mean, across all concurrent requests)
Transfer rate: 50.55 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 1 1.9 0 8
Processing: 466 2407 319.3 2508 2961
Waiting: 466 2407 319.3 2508 2961
Total: 475 2407 317.9 2508 2963
Percentage of the requests served within a certain time (ms)
50% 2508
66% 2538
75% 2558
80% 2563
90% 2573
95% 2582
98% 2593
99% 2765
100% 2963 (longest request)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment