mirror of
https://github.com/ltcptgeneral/cs239-caching.git
synced 2025-04-08 06:47:23 +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: 2163 misses: 7837 ratio: 0.2163
|
|
average response time (ms) : 10.19118001461029
|
|
average cache hit response time (ms) : 0.08772910881307022
|
|
average cache miss response time (ms): 12.97971699422486
|
|
cache throughput (requests / s) : 98.12406400106552
|
|
real throughput (requests / s) : 88.291946486926
|
|
|
|
--- weighted_friend_readonly 0.50 Results ---
|
|
hits: 2796 misses: 7204 ratio: 0.2796
|
|
average response time (ms) : 9.38545286655426
|
|
average cache hit response time (ms) : 0.07548079811281742
|
|
average cache miss response time (ms): 12.998817928098163
|
|
cache throughput (requests / s) : 106.54786873029562
|
|
real throughput (requests / s) : 95.1474855850778
|
|
|
|
--- weighted_friend_readonly 0.75 Results ---
|
|
hits: 4106 misses: 5894 ratio: 0.4106
|
|
average response time (ms) : 7.740231680870056
|
|
average cache hit response time (ms) : 0.05565987431944298
|
|
average cache miss response time (ms): 12.992649447636973
|
|
cache throughput (requests / s) : 129.19509922054337
|
|
real throughput (requests / s) : 113.09939433219387
|
|
|
|
--- weighted_friend_readonly 1 Results ---
|
|
hits: 9998 misses: 2 ratio: 0.9998
|
|
average response time (ms) : 0.003992676734924316
|
|
average cache hit response time (ms) : 0.0014036124790876145
|
|
average cache miss response time (ms): 12.946724891662598
|
|
cache throughput (requests / s) : 250458.54357626967
|
|
real throughput (requests / s) : 1042.746318159068 |