Created
November 30, 2015 14:25
-
-
Save mpelzsherman/d614f423ea5a67ced976 to your computer and use it in GitHub Desktop.
ag mobile api performance metrics for including photos with SRP
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
WITH PHOTOS: siege -b -c10 -t1 "http://m.api.ci.apartmentguide.com/search?query=Atlanta,GA&include_photos=true" | |
================= | |
Transactions: 979 hits | |
Availability: 100.00 % | |
Elapsed time: 60.24 secs | |
Data transferred: 53.63 MB | |
Response time: 0.61 secs | |
Transaction rate: 16.25 trans/sec | |
Throughput: 0.89 MB/sec | |
Concurrency: 9.86 | |
Successful transactions: 979 | |
Failed transactions: 0 | |
Longest transaction: 2.54 | |
Shortest transaction: 0.13 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
WITHOUT PHOTOS: siege -b -c10 -t1 "http://m.api.ci.apartmentguide.com/search?query=Atlanta,GA"
Transactions: 3474 hits
Availability: 100.00 %
Elapsed time: 59.53 secs
Data transferred: 21.27 MB
Response time: 0.17 secs
Transaction rate: 58.36 trans/sec
Throughput: 0.36 MB/sec
Concurrency: 9.98
Successful transactions: 3474
Failed transactions: 0
Longest transaction: 3.96
Shortest transaction: 0.10