Skip to content

Instantly share code, notes, and snippets.

@darron
Created April 20, 2010 23:52
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 darron/373236 to your computer and use it in GitHub Desktop.
Save darron/373236 to your computer and use it in GitHub Desktop.
[root@ginaz sbin]# ab -n 1000 -c 10 http://site/
This is ApacheBench, Version 2.0.41-dev <$Revision: 1.141 $> apache-2.0
Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Copyright (c) 1998-2002 The Apache Software Foundation, http://www.apache.org/
Benchmarking site (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
Finished 1000 requests
Server Software: Apache
Server Hostname: site
Server Port: 80
Document Path: /
Document Length: 12959 bytes
Concurrency Level: 10
Time taken for tests: 23.438832 seconds
Complete requests: 1000
Failed requests: 0
Write errors: 0
Total transferred: 13201000 bytes
HTML transferred: 12959000 bytes
Requests per second: 42.66 [#/sec] (mean)
Time per request: 234.388 [ms] (mean)
Time per request: 23.439 [ms] (mean, across all concurrent requests)
Transfer rate: 549.98 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 5 18.8 0 113
Processing: 60 227 185.1 192 1779
Waiting: 27 210 188.1 179 1774
Total: 60 232 184.0 203 1779
Percentage of the requests served within a certain time (ms)
50% 203
66% 238
75% 262
80% 278
90% 343
95% 405
98% 582
99% 1584
100% 1779 (longest request)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment