Skip to content

Instantly share code, notes, and snippets.

@mpelzsherman
Last active November 30, 2015 14:28
Show Gist options
  • Save mpelzsherman/174e8bfdd758562414d0 to your computer and use it in GitHub Desktop.
Save mpelzsherman/174e8bfdd758562414d0 to your computer and use it in GitHub Desktop.
ag mobile api performance metrics for including photos with SRP
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
Without images:
siege -b -c10 -t1 "http://m.api.ci.apartmentguide.com/search?query=Atlanta,GA"
=================
Transactions: 1754 hits
Availability: 100.00 %
Elapsed time: 59.89 secs
Data transferred: 37.55 MB
Response time: 0.34 secs
Transaction rate: 29.29 trans/sec
Throughput: 0.63 MB/sec
Concurrency: 9.92
Successful transactions: 1754
Failed transactions: 0
Longest transaction: 1.10
Shortest transaction: 0.12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment