You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 7, 2023. It is now read-only.
Hi, I tried to measure the counters of Optane DIMM by doing a self-crafted read/write benchmark. I found one thing pretty weird: the number of cpu_write_ops is lower than media_write_ops, e.g., DIMM0: media_write_ops: 4443, cpu_write_ops: 17 (Actually, cpu_write_ops keeps quite stable at the value of 17, no matter if I enlarge the dataset or not). However, as for cpu_read_opts, its number is lower than media_read_ops. This is reasonable, cause CPU cacheline is 64B while Optane DCPMM internal XPLine is 256B. Thus, the read/write operations of the internal Optane level should be more than that of CPU read/write operations.
Can anyone please help explain why media_write_ops is more than cpu_write_ops? Thanks.