mirror of
https://github.com/ltcptgeneral/cs239-caching.git
synced 2025-03-30 03:35:18 +00:00
72 lines
3.2 KiB
Plaintext
72 lines
3.2 KiB
Plaintext
|
|
--- random_read Results ---
|
|
hits: 505 misses: 9495 ratio: 0.0505
|
|
average response time (ms) : 12.217395067214966
|
|
average cache hit response time (ms) : 0.0012926536031288675
|
|
average cache miss response time (ms): 12.867119313541872
|
|
cache throughput (requests / s) : 81.85050859847135
|
|
real throughput (requests / s) : 74.74830604127537
|
|
|
|
--- read_heavy Results ---
|
|
hits: 394 misses: 7631 ratio: 0.04909657320872274
|
|
average response time (ms) : 12.254692267777392
|
|
average cache hit response time (ms) : 0.001333086623758229
|
|
average cache miss response time (ms): 12.887351620073884
|
|
cache throughput (requests / s) : 81.6013962773598
|
|
real throughput (requests / s) : 73.22107615138934
|
|
|
|
--- write_heavy Results ---
|
|
hits: 112 misses: 1906 ratio: 0.05550049554013875
|
|
average response time (ms) : 12.277225436729529
|
|
average cache hit response time (ms) : 0.001330460820879255
|
|
average cache miss response time (ms): 12.998579181378936
|
|
cache throughput (requests / s) : 81.45162806967119
|
|
real throughput (requests / s) : 57.99762893791816
|
|
|
|
--- frequent_users Results ---
|
|
hits: 7096 misses: 2904 ratio: 0.7096
|
|
average response time (ms) : 3.7444978952407837
|
|
average cache hit response time (ms) : 0.0007732812285826467
|
|
average cache miss response time (ms): 12.8923869658436
|
|
cache throughput (requests / s) : 267.05850236182243
|
|
real throughput (requests / s) : 210.51762371076964
|
|
|
|
--- frequent_after_write Results ---
|
|
hits: 3509 misses: 1421 ratio: 0.711764705882353
|
|
average response time (ms) : 3.600564883156674
|
|
average cache hit response time (ms) : 0.0013591693520511987
|
|
average cache miss response time (ms): 12.488399400919109
|
|
cache throughput (requests / s) : 277.7341979526512
|
|
real throughput (requests / s) : 60.02808337161936
|
|
|
|
--- 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 |