Skip to content

Instantly share code, notes, and snippets.

@simonwelsh
Created December 20, 2013 01:53
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 simonwelsh/8049331 to your computer and use it in GitHub Desktop.
Save simonwelsh/8049331 to your computer and use it in GitHub Desktop.
Yogurt:~ simon$ ab -c 50 -n 1000 http://hhvm.pocketrent.com:8000/index.php/contact-us/
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 hhvm.pocketrent.com (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: hhvm.pocketrent.com
Server Port: 8000
Document Path: /index.php/contact-us/
Document Length: 3872 bytes
Concurrency Level: 50
Time taken for tests: 61.388 seconds
Complete requests: 1000
Failed requests: 0
Write errors: 0
Total transferred: 4000000 bytes
HTML transferred: 3872000 bytes
Requests per second: 16.29 [#/sec] (mean)
Time per request: 3069.409 [ms] (mean)
Time per request: 61.388 [ms] (mean, across all concurrent requests)
Transfer rate: 63.63 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 2 16.2 0 135
Processing: 790 3034 330.5 3026 4335
Waiting: 790 3029 330.3 3022 4335
Total: 792 3036 329.2 3028 4335
Percentage of the requests served within a certain time (ms)
50% 3028
66% 3140
75% 3222
80% 3264
90% 3409
95% 3579
98% 3786
99% 3942
100% 4335 (longest request)
Yogurt:~ simon$ ab -c 50 -n 1000 http://localhost/ab/index.php/contact-us/
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 localhost (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: Apache/2.2.24
Server Hostname: localhost
Server Port: 80
Document Path: /ab/index.php/contact-us/
Document Length: 3869 bytes
Concurrency Level: 50
Time taken for tests: 184.163 seconds
Complete requests: 1000
Failed requests: 0
Write errors: 0
Total transferred: 4135000 bytes
HTML transferred: 3869000 bytes
Requests per second: 5.43 [#/sec] (mean)
Time per request: 9208.129 [ms] (mean)
Time per request: 184.163 [ms] (mean, across all concurrent requests)
Transfer rate: 21.93 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.3 0 2
Processing: 553 9122 1591.0 9100 16315
Waiting: 553 9106 1557.0 9093 16315
Total: 555 9122 1590.9 9100 16316
Percentage of the requests served within a certain time (ms)
50% 9100
66% 9343
75% 9567
80% 9690
90% 10054
95% 10523
98% 14521
99% 14529
100% 16316 (longest request)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment