Skip to content
This repository was archived by the owner on Jan 7, 2023. It is now read-only.
This repository was archived by the owner on Jan 7, 2023. It is now read-only.

Why media_write_ops is more than cpu_write_ops? #10

Description

@fukien

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions