mirror of
https://github.com/ltcptgeneral/cs239-caching.git
synced 2025-03-30 03:35:18 +00:00
71 lines
3.3 KiB
Plaintext
71 lines
3.3 KiB
Plaintext
--- random_read Results ---
|
|
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: 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: 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: 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: 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 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 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.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 1 Results ---
|
|
hits: 9999 misses: 1 ratio: 0.9999
|
|
average response time (ms) : 0.0020474910736083983
|
|
average cache hit response time (ms) : 0.0007939655812505079
|
|
average cache miss response time (ms): 12.536048889160156
|
|
cache throughput (requests / s) : 488402.6176669228
|
|
real throughput (requests / s) : 790.3142309599609 |