Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Metric improvements for NUMA automatic balancing #1093

Open
artem opened this issue Mar 29, 2024 · 0 comments
Open

Metric improvements for NUMA automatic balancing #1093

artem opened this issue Mar 29, 2024 · 0 comments
Assignees

Comments

@artem
Copy link

artem commented Mar 29, 2024

Linux kernel counts the following metrics:

  • numa_hint_faults Records how many NUMA hinting faults were trapped.
  • numa_hint_faults_local Shows how many of the hinting faults were to local nodes.

Essentially, the number of faults to foreign nodes is calculated as numa_hint_faults - numa_hint_faults_local.

I could not figure out a good way to display a graph for foreign faults, so I propose to create numa_hint_faults_foreign and deprecate numa_hint_faults.

@nevgeny nevgeny self-assigned this Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants