Skip to content

Instantly share code, notes, and snippets.

@TheLastCicada
Created June 10, 2014 23:12
Show Gist options
  • Save TheLastCicada/4a16c16fcc3a7d9042df to your computer and use it in GitHub Desktop.
Save TheLastCicada/4a16c16fcc3a7d9042df to your computer and use it in GitHub Desktop.
Caching vs No Caching
Before:
Transactions: 675 hits
Availability: 100.00 %
Elapsed time: 119.88 secs
Data transferred: 9.48 MB
Response time: 15.89 secs
Transaction rate: 5.63 trans/sec
Throughput: 0.08 MB/sec
Concurrency: 89.46
Successful transactions: 675
Failed transactions: 0
Longest transaction: 21.73
Shortest transaction: 1.24
After:
Transactions: 23174 hits
Availability: 100.00 %
Elapsed time: 119.70 secs
Data transferred: 328.61 MB
Response time: 0.01 secs
Transaction rate: 193.60 trans/sec
Throughput: 2.75 MB/sec
Concurrency: 2.77
Successful transactions: 23174
Failed transactions: 0
Longest transaction: 4.98
Shortest transaction: 0.00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment