Skip to content

Instantly share code, notes, and snippets.

@srid
Created September 20, 2012 02:04
Show Gist options
  • Save srid/3753557 to your computer and use it in GitHub Desktop.
Save srid/3753557 to your computer and use it in GitHub Desktop.
$ ab -c 100 -n 100 http://192.168.1.64:5100/
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 192.168.1.64 (be patient).....done
Server Software:
Server Hostname: 192.168.1.64
Server Port: 5100
Document Path: /
Document Length: 1032 bytes
Concurrency Level: 100
Time taken for tests: 0.205 seconds
Complete requests: 100
Failed requests: 0
Write errors: 0
Total transferred: 112800 bytes
HTML transferred: 103200 bytes
Requests per second: 488.22 [#/sec] (mean)
Time per request: 204.827 [ms] (mean)
Time per request: 2.048 [ms] (mean, across all concurrent requests)
Transfer rate: 537.80 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 8 14 3.4 15 19
Processing: 31 109 43.6 107 180
Waiting: 29 107 42.5 107 176
Total: 50 123 43.1 117 197
Percentage of the requests served within a certain time (ms)
50% 117
66% 154
75% 161
80% 166
90% 185
95% 186
98% 193
99% 197
100% 197 (longest request)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment