mirror of
https://github.com/ltcptgeneral/cs239-caching.git
synced 2025-03-30 03:35:18 +00:00
72 lines
3.3 KiB
Plaintext
72 lines
3.3 KiB
Plaintext
|
|
--- random_read Results ---
|
|
hits: 499 misses: 9501 ratio: 0.0499
|
|
average response time (ms) : 12.209891486167908
|
|
average cache hit response time (ms) : 0.0013277860347159162
|
|
average cache miss response time (ms): 12.851094863324677
|
|
cache throughput (requests / s) : 81.90080977647176
|
|
real throughput (requests / s) : 74.83126189192693
|
|
|
|
--- read_heavy Results ---
|
|
hits: 405 misses: 7620 ratio: 0.05046728971962617
|
|
average response time (ms) : 11.846880363155377
|
|
average cache hit response time (ms) : 0.0013816503830897955
|
|
average cache miss response time (ms): 12.476463956157053
|
|
cache throughput (requests / s) : 84.41040757954049
|
|
real throughput (requests / s) : 65.28853446272649
|
|
|
|
--- write_heavy Results ---
|
|
hits: 95 misses: 1923 ratio: 0.04707631318136769
|
|
average response time (ms) : 12.044375786341808
|
|
average cache hit response time (ms) : 0.0017768458316200658
|
|
average cache miss response time (ms): 12.639303971130403
|
|
cache throughput (requests / s) : 83.02630354110914
|
|
real throughput (requests / s) : 20.054516595218445
|
|
|
|
--- frequent_users Results ---
|
|
hits: 5788 misses: 4212 ratio: 0.5788
|
|
average response time (ms) : 5.223854732513428
|
|
average cache hit response time (ms) : 0.0010156268981216525
|
|
average cache miss response time (ms): 12.400918536716038
|
|
cache throughput (requests / s) : 191.42951923528236
|
|
real throughput (requests / s) : 159.80528851176524
|
|
|
|
--- frequent_after_write Results ---
|
|
hits: 1047 misses: 3883 ratio: 0.2123732251521298
|
|
average response time (ms) : 9.824660583635373
|
|
average cache hit response time (ms) : 0.0011850337016662189
|
|
average cache miss response time (ms): 12.47343186892525
|
|
cache throughput (requests / s) : 101.78468675708436
|
|
real throughput (requests / s) : 48.92688928507726
|
|
|
|
--- weighted_friend_readonly 0.25 Results ---
|
|
hits: 1609 misses: 8391 ratio: 0.1609
|
|
average response time (ms) : 10.815512228012086
|
|
average cache hit response time (ms) : 0.0012467706181233976
|
|
average cache miss response time (ms): 12.889180815897543
|
|
cache throughput (requests / s) : 92.45979098521182
|
|
real throughput (requests / s) : 83.71821192504922
|
|
|
|
--- weighted_friend_readonly 0.50 Results ---
|
|
hits: 2792 misses: 7208 ratio: 0.2792
|
|
average response time (ms) : 9.297505378723145
|
|
average cache hit response time (ms) : 0.0012284705153850566
|
|
average cache miss response time (ms): 12.89839399244624
|
|
cache throughput (requests / s) : 107.55573234606003
|
|
real throughput (requests / s) : 96.20708400138871
|
|
|
|
--- weighted_friend_readonly 0.75 Results ---
|
|
hits: 4381 misses: 5619 ratio: 0.4381
|
|
average response time (ms) : 7.246287417411804
|
|
average cache hit response time (ms) : 0.0011703244792465423
|
|
average cache miss response time (ms): 12.89513204886536
|
|
cache throughput (requests / s) : 138.00170244381164
|
|
real throughput (requests / s) : 120.23923821573455
|
|
|
|
--- weighted_friend_readonly 1 Results ---
|
|
hits: 9997 misses: 3 ratio: 0.9997
|
|
average response time (ms) : 0.004515457153320313
|
|
average cache hit response time (ms) : 0.0006464036378882415
|
|
average cache miss response time (ms): 12.897491455078125
|
|
cache throughput (requests / s) : 221461.51896595422
|
|
real throughput (requests / s) : 1070.4467798603782 |