Last active
December 16, 2015 11:59
-
-
Save TiuTalk/5431318 to your computer and use it in GitHub Desktop.
Prestashop
This file contains 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
$ ab -kc 20 -t 60 http://demo-store.prestashop.com/en/evening-dresses/27-visconti-co-evening-dress.html | |
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 demo-store.prestashop.com (be patient) | |
Finished 220 requests | |
Server Software: Apache | |
Server Hostname: demo-store.prestashop.com | |
Server Port: 80 | |
Document Path: /en/evening-dresses/27-visconti-co-evening-dress.html | |
Document Length: 43600 bytes | |
Concurrency Level: 20 | |
Time taken for tests: 60.051 seconds | |
Complete requests: 220 | |
Failed requests: 0 | |
Write errors: 0 | |
Keep-Alive requests: 0 | |
Total transferred: 10024334 bytes | |
HTML transferred: 9742109 bytes | |
Requests per second: 3.66 [#/sec] (mean) | |
Time per request: 5459.198 [ms] (mean) | |
Time per request: 272.960 [ms] (mean, across all concurrent requests) | |
Transfer rate: 163.02 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 381 408 17.0 407 473 | |
Processing: 3114 4786 1117.7 4513 11299 | |
Waiting: 2408 3806 877.6 3665 8296 | |
Total: 3495 5194 1125.7 4932 11742 | |
Percentage of the requests served within a certain time (ms) | |
50% 4932 | |
66% 5138 | |
75% 5362 | |
80% 5496 | |
90% 6307 | |
95% 8188 | |
98% 8723 | |
99% 9747 | |
100% 11742 (longest request) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment