Skip to content

Instantly share code, notes, and snippets.

@superphly
Created April 28, 2015 10:06
Show Gist options
  • Save superphly/ae61476f268bd3c6e4db to your computer and use it in GitHub Desktop.
Save superphly/ae61476f268bd3c6e4db to your computer and use it in GitHub Desktop.
bash-3.2# ab -n 100 http://scaleme.dev/
This is ApacheBench, Version 2.3 <$Revision: 1554214 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking scaleme.dev (be patient).....done
Server Software: Apache/2.4.9
Server Hostname: scaleme.dev
Server Port: 80
Document Path: /
Document Length: 7267 bytes
Concurrency Level: 1
Time taken for tests: 0.055 seconds
Complete requests: 100
Failed requests: 0
Total transferred: 754000 bytes
HTML transferred: 726700 bytes
Requests per second: 1825.65 [#/sec] (mean)
Time per request: 0.548 [ms] (mean)
Time per request: 0.548 [ms] (mean, across all concurrent requests)
Transfer rate: 13442.78 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.0 0 0
Processing: 0 0 1.8 0 18
Waiting: 0 0 1.8 0 18
Total: 0 1 1.8 0 18
Percentage of the requests served within a certain time (ms)
50% 0
66% 0
75% 0
80% 0
90% 0
95% 1
98% 1
99% 18
100% 18 (longest request)
bash-3.2#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment