Created
March 1, 2013 23:41
-
-
Save florinel-chis/5068830 to your computer and use it in GitHub Desktop.
Siege on a Magento Demo store with sample data - homepage and category page (no Varnish, no FPC)
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
#Homepage: / | |
** SIEGE 2.70 | |
** Preparing 100 concurrent users for battle. | |
The server is now under siege... | |
Lifting the server siege... done. | |
Transactions: 3542 hits | |
Availability: 100.00 % | |
Elapsed time: 59.98 secs | |
Data transferred: 17.63 MB | |
Response time: 1.16 secs | |
Transaction rate: 59.05 trans/sec | |
Throughput: 0.29 MB/sec | |
Concurrency: 68.78 | |
Successful transactions: 3542 | |
Failed transactions: 0 | |
Longest transaction: 2.23 | |
Shortest transaction: 0.16 | |
#Category page: /electronics/cameras/accessories.html | |
** SIEGE 2.70 | |
** Preparing 100 concurrent users for battle. | |
The server is now under siege... | |
Lifting the server siege... done. | |
Transactions: 2735 hits | |
Availability: 100.00 % | |
Elapsed time: 59.14 secs | |
Data transferred: 17.08 MB | |
Response time: 1.63 secs | |
Transaction rate: 46.25 trans/sec | |
Throughput: 0.29 MB/sec | |
Concurrency: 75.52 | |
Successful transactions: 2735 | |
Failed transactions: 0 | |
Longest transaction: 2.79 | |
Shortest transaction: 0.22 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment