mirror of
https://github.com/ltcptgeneral/cs239-caching.git
synced 2025-04-06 14:17:24 +00:00
72 lines
3.2 KiB
Plaintext
72 lines
3.2 KiB
Plaintext
|
|
--- random_read Results ---
|
|
hits: 1966 misses: 8034 ratio: 0.1966
|
|
average response time (ms) : 10.438107824325561
|
|
average cache hit response time (ms) : 0.09135385010759076
|
|
average cache miss response time (ms): 12.97006180905453
|
|
cache throughput (requests / s) : 95.80280418923658
|
|
real throughput (requests / s) : 86.41953468377949
|
|
|
|
--- read_heavy Results ---
|
|
hits: 1563 misses: 6462 ratio: 0.19476635514018692
|
|
average response time (ms) : 10.474605560302734
|
|
average cache hit response time (ms) : 0.0937643984686619
|
|
average cache miss response time (ms): 12.98547754048637
|
|
cache throughput (requests / s) : 95.46898871207694
|
|
real throughput (requests / s) : 84.39105440656928
|
|
|
|
--- write_heavy Results ---
|
|
hits: 415 misses: 1603 ratio: 0.20564915758176414
|
|
average response time (ms) : 10.430269364204822
|
|
average cache hit response time (ms) : 0.0991062945630177
|
|
average cache miss response time (ms): 13.10489985322625
|
|
cache throughput (requests / s) : 95.87480103168338
|
|
real throughput (requests / s) : 64.8966729031306
|
|
|
|
--- frequent_users Results ---
|
|
hits: 7557 misses: 2443 ratio: 0.7557
|
|
average response time (ms) : 3.1802247285842897
|
|
average cache hit response time (ms) : 0.011482802872243217
|
|
average cache miss response time (ms): 12.982182457854012
|
|
cache throughput (requests / s) : 314.44318730430115
|
|
real throughput (requests / s) : 240.3280431399857
|
|
|
|
--- frequent_after_write Results ---
|
|
hits: 1284 misses: 3646 ratio: 0.26044624746450307
|
|
average response time (ms) : 9.321854902812966
|
|
average cache hit response time (ms) : 0.022931448024381358
|
|
average cache miss response time (ms): 12.596626629622769
|
|
cache throughput (requests / s) : 107.27478709180934
|
|
real throughput (requests / s) : 49.79781897651969
|
|
|
|
--- weighted_friend_readonly 0.25 Results ---
|
|
hits: 635 misses: 9365 ratio: 0.0635
|
|
average response time (ms) : 12.026190519332886
|
|
average cache hit response time (ms) : 0.0014263813889871433
|
|
average cache miss response time (ms): 12.841537580474837
|
|
cache throughput (requests / s) : 83.15185082029382
|
|
real throughput (requests / s) : 75.84771942953694
|
|
|
|
--- weighted_friend_readonly 0.50 Results ---
|
|
hits: 1072 misses: 8928 ratio: 0.1072
|
|
average response time (ms) : 11.465663266181945
|
|
average cache hit response time (ms) : 0.001328649805552924
|
|
average cache miss response time (ms): 12.842205236248645
|
|
cache throughput (requests / s) : 87.21693431809628
|
|
real throughput (requests / s) : 79.27228928100207
|
|
|
|
--- weighted_friend_readonly 0.75 Results ---
|
|
hits: 2253 misses: 7747 ratio: 0.2253
|
|
average response time (ms) : 9.959305834770202
|
|
average cache hit response time (ms) : 0.0012218290786980208
|
|
average cache miss response time (ms): 12.855338268592709
|
|
cache throughput (requests / s) : 100.40860443393278
|
|
real throughput (requests / s) : 90.2328882960655
|
|
|
|
--- weighted_friend_readonly 1 Results ---
|
|
hits: 9992 misses: 8 ratio: 0.9992
|
|
average response time (ms) : 0.01112067699432373
|
|
average cache hit response time (ms) : 0.0008874601894039646
|
|
average cache miss response time (ms): 12.792408466339111
|
|
cache throughput (requests / s) : 89922.582996559
|
|
real throughput (requests / s) : 1052.9166753169109 |