mirror of
https://github.com/ltcptgeneral/cs239-caching.git
synced 2025-04-01 12:33:25 +00:00
Results Sieve
This commit is contained in:
parent
88be00d210
commit
e2d66d2b2a
@ -1,47 +1,72 @@
|
||||
--- random_read Results ---
|
||||
hits: 1019 misses: 8981 ratio: 0.1019
|
||||
average response time (ms) : 13.882123780250549
|
||||
average cache hit response time (ms) : 0.0010722986732310707
|
||||
average cache miss response time (ms): 15.457092209125651
|
||||
cache throughput (requests / s) : 72.03508741383314
|
||||
real throughput (requests / s) : 63.77470400544125
|
||||
hits: 493 misses: 9507 ratio: 0.0493
|
||||
average response time (ms) : 14.870552372932433
|
||||
average cache hit response time (ms) : 0.0013246013958604051
|
||||
average cache miss response time (ms): 15.64161888091261
|
||||
cache throughput (requests / s) : 67.24699761793734
|
||||
real throughput (requests / s) : 59.162448469313915
|
||||
|
||||
--- read_heavy Results ---
|
||||
hits: 803 misses: 7222 ratio: 0.10006230529595016
|
||||
average response time (ms) : 13.242761249482818
|
||||
average cache hit response time (ms) : 0.000984849846674823
|
||||
average cache miss response time (ms): 14.715088367858312
|
||||
cache throughput (requests / s) : 75.51295240930618
|
||||
real throughput (requests / s) : 58.581188594379874
|
||||
hits: 431 misses: 7594 ratio: 0.05370716510903427
|
||||
average response time (ms) : 13.949467875875788
|
||||
average cache hit response time (ms) : 0.0010416291982557823
|
||||
average cache miss response time (ms): 14.74111545453236
|
||||
cache throughput (requests / s) : 71.68732233359239
|
||||
real throughput (requests / s) : 55.342634534026395
|
||||
|
||||
--- write_heavy Results ---
|
||||
hits: 210 misses: 1808 ratio: 0.10406342913776016
|
||||
average response time (ms) : 12.672739766161554
|
||||
average cache hit response time (ms) : 0.0010308765229724702
|
||||
average cache miss response time (ms): 14.14456436064391
|
||||
cache throughput (requests / s) : 78.9095348324106
|
||||
real throughput (requests / s) : 24.94878943653593
|
||||
hits: 106 misses: 1912 ratio: 0.05252725470763132
|
||||
average response time (ms) : 13.415291122686048
|
||||
average cache hit response time (ms) : 0.0009986589539725825
|
||||
average cache miss response time (ms): 14.15897051659588
|
||||
cache throughput (requests / s) : 74.54180389040839
|
||||
real throughput (requests / s) : 24.099083879788104
|
||||
|
||||
--- frequent_users Results ---
|
||||
hits: 7235 misses: 2765 ratio: 0.7235
|
||||
average response time (ms) : 4.018647408485412
|
||||
average cache hit response time (ms) : 0.0006961427067754675
|
||||
average cache miss response time (ms): 14.532165458361883
|
||||
cache throughput (requests / s) : 248.83994497464258
|
||||
real throughput (requests / s) : 181.31597211320386
|
||||
hits: 7084 misses: 2916 ratio: 0.7084
|
||||
average response time (ms) : 4.243493890762329
|
||||
average cache hit response time (ms) : 0.0009342211912339316
|
||||
average cache miss response time (ms): 14.550178629871258
|
||||
cache throughput (requests / s) : 235.65486972348472
|
||||
real throughput (requests / s) : 168.06057547599738
|
||||
|
||||
--- frequent_after_write Results ---
|
||||
hits: 1103 misses: 3827 ratio: 0.22373225152129816
|
||||
average response time (ms) : 11.080196082712913
|
||||
average cache hit response time (ms) : 0.0008352215681309497
|
||||
average cache miss response time (ms): 14.273437532893913
|
||||
cache throughput (requests / s) : 90.2511104077101
|
||||
real throughput (requests / s) : 50.809783230994924
|
||||
hits: 1008 misses: 3922 ratio: 0.20446247464503042
|
||||
average response time (ms) : 11.290647437074364
|
||||
average cache hit response time (ms) : 0.0008995097780984545
|
||||
average cache miss response time (ms): 14.19224506856713
|
||||
cache throughput (requests / s) : 88.56888017921497
|
||||
real throughput (requests / s) : 49.823185354533955
|
||||
|
||||
--- weighted_friend_readonly 1 Results ---
|
||||
hits: 10000 misses: 0 ratio: 1.0
|
||||
average response time (ms) : 0.0007610559463500976
|
||||
average cache hit response time (ms) : 0.0007610559463500976
|
||||
average cache miss response time (ms): N/A
|
||||
cache throughput (requests / s) : 1313963.8482503681
|
||||
real throughput (requests / s) : 798.0316190164953
|
||||
|
||||
--- weighted_friend_readonly 0.75 Results ---
|
||||
hits: 2297 misses: 7703 ratio: 0.2297
|
||||
average response time (ms) : 11.466057205200196
|
||||
average cache hit response time (ms) : 0.0009958153451895475
|
||||
average cache miss response time (ms): 14.884887013391413
|
||||
cache throughput (requests / s) : 87.21393780823547
|
||||
real throughput (requests / s) : 75.28993183954742
|
||||
|
||||
--- weighted_friend_readonly 0.5 Results ---
|
||||
hits: 1211 misses: 8789 ratio: 0.1211
|
||||
average response time (ms) : 13.146774506568908
|
||||
average cache hit response time (ms) : 0.001021990787874658
|
||||
average cache miss response time (ms): 14.958073436664577
|
||||
cache throughput (requests / s) : 76.06428477953591
|
||||
real throughput (requests / s) : 66.63640929923034
|
||||
|
||||
--- weighted_friend_readonly 0.25 Results ---
|
||||
hits: 723 misses: 9277 ratio: 0.0723
|
||||
average response time (ms) : 13.950133323669434
|
||||
average cache hit response time (ms) : 0.001212208432610434
|
||||
average cache miss response time (ms): 15.037237987495695
|
||||
cache throughput (requests / s) : 71.68390271247678
|
||||
real throughput (requests / s) : 62.85067778546538
|
||||
|
||||
--- weighted_friend_readonly Results ---
|
||||
hits: 3403 misses: 6597 ratio: 0.3403
|
||||
average response time (ms) : 9.799546551704406
|
||||
average cache hit response time (ms) : 0.000995711092033913
|
||||
average cache miss response time (ms): 14.854036245596161
|
||||
cache throughput (requests / s) : 102.04553799747733
|
||||
real throughput (requests / s) : 86.61266112308168
|
||||
|
Loading…
x
Reference in New Issue
Block a user