Skip to content

Instantly share code, notes, and snippets.

@ndrut
Created July 28, 2013 01:03
Show Gist options
  • Save ndrut/6096938 to your computer and use it in GitHub Desktop.
Save ndrut/6096938 to your computer and use it in GitHub Desktop.
[root@phoenix tmp]# /usr/local/apache/bin/ab -n 100 -c 100 http://127.0.0.1:9292/
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).....done
Server Software:
Server Hostname: 127.0.0.1
Server Port: 9292
Document Path: /
Document Length: 0 bytes
Concurrency Level: 100
Time taken for tests: 0.132 seconds
Complete requests: 100
Failed requests: 0
Write errors: 0
Total transferred: 0 bytes
HTML transferred: 0 bytes
Requests per second: 758.74 [#/sec] (mean)
Time per request: 131.798 [ms] (mean)
Time per request: 1.318 [ms] (mean, across all concurrent requests)
Transfer rate: 0.00 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 3 6 2.3 6 12
Processing: 117 117 0.2 117 118
Waiting: 0 0 0.0 0 0
Total: 120 124 2.3 123 129
Percentage of the requests served within a certain time (ms)
50% 123
66% 125
75% 126
80% 126
90% 127
95% 128
98% 128
99% 129
100% 129 (longest request)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment