Created
December 9, 2015 00:07
-
-
Save Tmeister/04ecd80d14d03ba4a249 to your computer and use it in GitHub Desktop.
ApacheBench With PHP 7.0 / WordPress 4.3.1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@wp-back-in-black:~# ab -t30 -c5 http://prezipremiumtemplates.com/ | |
This is ApacheBench, Version 2.3 <$Revision: 1528965 $> | |
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ | |
Licensed to The Apache Software Foundation, http://www.apache.org/ | |
Benchmarking prezipremiumtemplates.com (be patient) | |
Completed 5000 requests | |
Completed 10000 requests | |
Completed 15000 requests | |
Completed 20000 requests | |
Completed 25000 requests | |
Completed 30000 requests | |
Completed 35000 requests | |
Completed 40000 requests | |
Finished 43843 requests | |
Server Software: Apache/2.4.7 | |
Server Hostname: prezipremiumtemplates.com | |
Server Port: 80 | |
Document Path: / | |
Document Length: 65171 bytes | |
Concurrency Level: 5 | |
Time taken for tests: 30.001 seconds | |
Complete requests: 43843 | |
Failed requests: 1 | |
(Connect: 0, Receive: 0, Length: 1, Exceptions: 0) | |
Total transferred: 2870070997 bytes | |
HTML transferred: 2857487136 bytes | |
Requests per second: 1461.41 [#/sec] (mean) | |
Time per request: 3.421 [ms] (mean) | |
Time per request: 0.684 [ms] (mean, across all concurrent requests) | |
Transfer rate: 93425.16 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 0 0 0.1 0 10 | |
Processing: 1 3 4.0 3 744 | |
Waiting: 0 2 3.7 2 733 | |
Total: 1 3 4.0 3 744 | |
Percentage of the requests served within a certain time (ms) | |
50% 3 | |
66% 4 | |
75% 4 | |
80% 5 | |
90% 6 | |
95% 7 | |
98% 9 | |
99% 10 | |
100% 744 (longest request) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment