Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)

(Platform Profiler) What is Read/Write Hit Ratio in Persistent Memory Traffic?

Kim__Minjae
Beginner
842 Views

Hi,

I ran the latest version of Platform Profiler with the Optane DC Persistent memory in Memory mode and uploaded the result file to the platform profiler webpage (localhost:6543).

In Memory view, I can see the 'Read Hit Ratio / Write Hit Ratio' graphs in 'Persistent Memory Traffic (per DIMM)'.

But What is Read Hit Ratio / Write Hit Ratio?

Memory mode metrics (read miss rate of DRAM Cache) are already shown separately in Memory view.

Also, what is '% of Non-Inclusive Writes to Near Memory' in Memory mode? I'm guessing this is writes which are evicted from CPU LLC (Last-level cache) and entering DRAM Cache. Is this correct?

 

Q1. What is Read Hit Ratio / Write Hit Ratio in Persistent Memory Traffic (per DIMM)?

Q2. What is % of Non-Inclusive Writes to Near Memory? 

title

Screenshot from 2020-01-29 19-47-29.png

Screenshot from 2020-01-29 19-59-09.png

Best regards,

Minjae Kim

0 Kudos
1 Reply
Vineet_S_Intel
Employee
842 Views

Hi Minjae Kim,

read_hit_ratio : measures the efficiency of the buffer in the read path. Range of 0.0 - 0.75.

write_hit_ratio : measures the efficiency of the buffer in the write path. Range of 0.0 - 1.0.

0.75 : indicates 100% sequential read or write traffic > 0.75 : indicates writing to 64B addresses that are still in the Write Buffer (never had to go to media) 1 or ~1 : likely writing to a specific address or small range of addresses (fitting in write buffer) for long periods of time.

% of Non-Inclusive Writes to Near Memory: This metric gives the ratio (in percentage) of non-inclusive writes going to the near memory cache (DRAM) compared to the total number of writes going to the near memory cache. Non inclusive writes (cache line not present in near memory) are costly compared to inclusive writes (cache line present in near memory).

0 Kudos
Reply