Skip to content

Instantly share code, notes, and snippets.

@marschall
Created April 8, 2012 21:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marschall/2339940 to your computer and use it in GitHub Desktop.
Save marschall/2339940 to your computer and use it in GitHub Desktop.
ab -k -c 10 -n 100000 http://127.0.0.1/small
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 127.0.0.1 (be patient)
Completed 10000 requests
Completed 20000 requests
Completed 30000 requests
Completed 40000 requests
Completed 50000 requests
Completed 60000 requests
Completed 70000 requests
Completed 80000 requests
Completed 90000 requests
Completed 100000 requests
Finished 100000 requests
Server Software:
Server Hostname: 127.0.0.1
Server Port: 80
Document Path: /small
Document Length: 2 bytes
Concurrency Level: 10
Time taken for tests: 11.483 seconds
Complete requests: 100000
Failed requests: 0
Write errors: 0
Keep-Alive requests: 99015
Total transferred: 15755685 bytes
HTML transferred: 200000 bytes
Requests per second: 8708.86 [#/sec] (mean)
Time per request: 1.148 [ms] (mean)
Time per request: 0.115 [ms] (mean, across all concurrent requests)
Transfer rate: 1339.98 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.0 0 0
Processing: 0 1 0.6 1 18
Waiting: 0 1 0.6 1 17
Total: 0 1 0.6 1 18
Percentage of the requests served within a certain time (ms)
50% 1
66% 1
75% 1
80% 1
90% 1
95% 2
98% 2
99% 3
100% 18 (longest request)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment