mirror of
https://github.com/ltcptgeneral/cs239-caching.git
synced 2025-04-05 21:57:24 +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: 2163 misses: 7837 ratio: 0.2163
|
|
average response time (ms) : 10.187475109100342
|
|
average cache hit response time (ms) : 0.08817761792003474
|
|
average cache miss response time (ms): 12.974865752640344
|
|
cache throughput (requests / s) : 98.15974903405778
|
|
real throughput (requests / s) : 88.35527295489469
|
|
|
|
--- weighted_friend_readonly 0.50 Results ---
|
|
hits: 2766 misses: 7234 ratio: 0.2766
|
|
average response time (ms) : 9.404127931594848
|
|
average cache hit response time (ms) : 0.07571936170863484
|
|
average cache miss response time (ms): 12.97094823907415
|
|
cache throughput (requests / s) : 106.33628203209798
|
|
real throughput (requests / s) : 95.07378087157565
|
|
|
|
--- weighted_friend_readonly 0.75 Results ---
|
|
hits: 4087 misses: 5913 ratio: 0.4087
|
|
average response time (ms) : 7.68894898891449
|
|
average cache hit response time (ms) : 0.05545212465887814
|
|
average cache miss response time (ms): 12.965137333952995
|
|
cache throughput (requests / s) : 130.05678688228338
|
|
real throughput (requests / s) : 114.06672701630119
|
|
|
|
--- weighted_friend_readonly 1 Results ---
|
|
hits: 9992 misses: 8 ratio: 0.9992
|
|
average response time (ms) : 0.011892271041870118
|
|
average cache hit response time (ms) : 0.0006238444506215324
|
|
average cache miss response time (ms): 14.086157083511353
|
|
cache throughput (requests / s) : 84088.22810035326
|
|
real throughput (requests / s) : 1066.9048383247582 |