Skip to content

Instantly share code, notes, and snippets.

@thejefflarson
Created September 7, 2010 19:28
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 thejefflarson/568906 to your computer and use it in GitHub Desktop.
Save thejefflarson/568906 to your computer and use it in GitHub Desktop.
$ ab -n 1000 -c 20 http://127.0.0.1:9187/pixel.gif?key=test☃http://www.example.com
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 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:
Server Hostname: 127.0.0.1
Server Port: 9187
Document Path: /pixel.gif?key=test☃http://www.example.com
Document Length: 0 bytes
Concurrency Level: 20
Time taken for tests: 0.142 seconds
Complete requests: 1000
Failed requests: 0
Write errors: 0
Total transferred: 0 bytes
HTML transferred: 0 bytes
Requests per second: 7027.90 [#/sec] (mean)
Time per request: 2.846 [ms] (mean)
Time per request: 0.142 [ms] (mean, across all concurrent requests)
Transfer rate: 0.00 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 1 0.4 1 3
Processing: 0 2 1.5 2 9
Waiting: 0 0 0.0 0 0
Total: 0 3 1.5 2 9
Percentage of the requests served within a certain time (ms)
50% 2
66% 3
75% 4
80% 4
90% 5
95% 6
98% 7
99% 8
100% 9 (longest request)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment