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: 507 misses: 9493 ratio: 0.0507
|
|
average response time (ms) : 12.171702599525451
|
|
average cache hit response time (ms) : 0.0013355202458549063
|
|
average cache miss response time (ms): 12.821694815810583
|
|
cache throughput (requests / s) : 82.15777470926605
|
|
real throughput (requests / s) : 75.03700407782604
|
|
|
|
--- read_heavy Results ---
|
|
hits: 394 misses: 7631 ratio: 0.04909657320872274
|
|
average response time (ms) : 12.201453324790313
|
|
average cache hit response time (ms) : 0.0013572915556467125
|
|
average cache miss response time (ms): 12.831362620701
|
|
cache throughput (requests / s) : 81.95744993493923
|
|
real throughput (requests / s) : 73.58096764800857
|
|
|
|
--- write_heavy Results ---
|
|
hits: 112 misses: 1906 ratio: 0.05550049554013875
|
|
average response time (ms) : 12.256505940666992
|
|
average cache hit response time (ms) : 0.0013560056686401367
|
|
average cache miss response time (ms): 12.976640669271303
|
|
cache throughput (requests / s) : 81.58932120140436
|
|
real throughput (requests / s) : 58.17744310065741
|
|
|
|
--- frequent_users Results ---
|
|
hits: 7096 misses: 2904 ratio: 0.7096
|
|
average response time (ms) : 3.7240190267562867
|
|
average cache hit response time (ms) : 0.000715490930378773
|
|
average cache miss response time (ms): 12.822008658374966
|
|
cache throughput (requests / s) : 268.52709205168185
|
|
real throughput (requests / s) : 211.60014253369587
|
|
|
|
--- frequent_after_write Results ---
|
|
hits: 1068 misses: 3862 ratio: 0.21663286004056795
|
|
average response time (ms) : 9.787649653746197
|
|
average cache hit response time (ms) : 0.0015231553981366675
|
|
average cache miss response time (ms): 12.493911461160938
|
|
cache throughput (requests / s) : 102.16957445113012
|
|
real throughput (requests / s) : 48.726267135940624
|
|
|
|
--- weighted_friend_readonly 0.25 Results ---
|
|
hits: 634 misses: 9366 ratio: 0.0634
|
|
average response time (ms) : 12.046342158317566
|
|
average cache hit response time (ms) : 0.0014511944743737062
|
|
average cache miss response time (ms): 12.861680709574943
|
|
cache throughput (requests / s) : 83.01275082988872
|
|
real throughput (requests / s) : 75.60957264263929
|
|
|
|
--- weighted_friend_readonly 0.50 Results ---
|
|
hits: 1069 misses: 8931 ratio: 0.1069
|
|
average response time (ms) : 11.471518325805665
|
|
average cache hit response time (ms) : 0.0013089603748803278
|
|
average cache miss response time (ms): 12.844450115263228
|
|
cache throughput (requests / s) : 87.1724188201363
|
|
real throughput (requests / s) : 79.16835820770777
|
|
|
|
--- weighted_friend_readonly 0.75 Results ---
|
|
hits: 2255 misses: 7745 ratio: 0.2255
|
|
average response time (ms) : 9.954997634887695
|
|
average cache hit response time (ms) : 0.0012764645257175894
|
|
average cache miss response time (ms): 12.853079137685146
|
|
cache throughput (requests / s) : 100.4520580191259
|
|
real throughput (requests / s) : 90.12648776249651
|
|
|
|
--- weighted_friend_readonly 1 Results ---
|
|
hits: 9992 misses: 8 ratio: 0.9992
|
|
average response time (ms) : 0.011115074157714844
|
|
average cache hit response time (ms) : 0.0008463239173492114
|
|
average cache miss response time (ms): 12.83678412437439
|
|
cache throughput (requests / s) : 89967.91076791077
|
|
real throughput (requests / s) : 1050.3783705054095 |