Skip to content

Only remote/local DRAM access is displayed in pcm-numa. What should I do if I want to observe the access status of pmm? #260

Answered by opcm
Yxiaoge asked this question in Q&A
Discussion options

You must be logged in to vote

you can use pmu-query.py to query MEM_LOAD_RETIRED.LOCAL_PMM and MEM_LOAD_L3_MISS_RETIRED.REMOTE_PMM event encodings and then use them in pcm-core utility. This should give at least the distribution of local/remote loads for PMM.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by opcm
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #260 on December 30, 2020 10:41.