Last active
May 12, 2017 21:56
-
-
Save mpilar/53a8371ebac3f9e50faca1e9c8ca2c24 to your computer and use it in GitHub Desktop.
Efecto gzip
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
mpilar@gfrm-web-cache02:~$ ab -n 5000 -H "Accept-Encoding: gzip,deflate" -c 20 http://qa.magacin.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 qa.magacin.com (be patient) | |
Completed 500 requests | |
Completed 1000 requests | |
Completed 1500 requests | |
Completed 2000 requests | |
Completed 2500 requests | |
Completed 3000 requests | |
Completed 3500 requests | |
Completed 4000 requests | |
Completed 4500 requests | |
Completed 5000 requests | |
Finished 5000 requests | |
Server Software: Apache | |
Server Hostname: qa.magacin.com | |
Server Port: 80 | |
Document Path: / | |
Document Length: 8370 bytes | |
Concurrency Level: 20 | |
Time taken for tests: 28.267 seconds | |
Complete requests: 5000 | |
Failed requests: 0 | |
Total transferred: 43735284 bytes | |
HTML transferred: 41850000 bytes | |
Requests per second: 176.89 [#/sec] (mean) | |
Time per request: 113.067 [ms] (mean) | |
Time per request: 5.653 [ms] (mean, across all concurrent requests) | |
Transfer rate: 1510.97 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 49 56 5.6 55 81 | |
Processing: 49 57 6.4 56 283 | |
Waiting: 49 57 6.4 56 283 | |
Total: 98 113 11.6 111 344 | |
Percentage of the requests served within a certain time (ms) | |
50% 111 | |
66% 118 | |
75% 121 | |
80% 122 | |
90% 131 | |
95% 132 | |
98% 138 | |
99% 149 | |
100% 344 (longest request) | |
mpilar@gfrm-web-cache02:~$ |
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
mpilar@gfrm-web-cache02:~$ ab -n 5000 -c 20 http://qa.magacin.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 qa.magacin.com (be patient) | |
Completed 500 requests | |
Completed 1000 requests | |
Completed 1500 requests | |
Completed 2000 requests | |
Completed 2500 requests | |
Completed 3000 requests | |
Completed 3500 requests | |
Completed 4000 requests | |
Completed 4500 requests | |
Completed 5000 requests | |
Finished 5000 requests | |
Server Software: Apache | |
Server Hostname: qa.magacin.com | |
Server Port: 80 | |
Document Path: / | |
Document Length: 55745 bytes | |
Concurrency Level: 20 | |
Time taken for tests: 57.580 seconds | |
Complete requests: 5000 | |
Failed requests: 0 | |
Total transferred: 280380665 bytes | |
HTML transferred: 278725000 bytes | |
Requests per second: 86.84 [#/sec] (mean) | |
Time per request: 230.321 [ms] (mean) | |
Time per request: 11.516 [ms] (mean, across all concurrent requests) | |
Transfer rate: 4755.26 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 48 56 14.9 55 1050 | |
Processing: 147 172 51.2 167 1550 | |
Waiting: 50 57 4.9 56 69 | |
Total: 196 227 55.2 222 1607 | |
Percentage of the requests served within a certain time (ms) | |
50% 222 | |
66% 230 | |
75% 242 | |
80% 243 | |
90% 247 | |
95% 263 | |
98% 265 | |
99% 267 | |
100% 1607 (longest request) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment