Align all PMIDs with real Linux PMDA assignments#12
Merged
tallpsmith merged 6 commits intomainfrom Mar 19, 2026
Merged
Conversation
Full sweep of all domain PMIDs to match real Linux PMDA. 47 corrections across 5 domains + disk.dev.avg_qlen rename.
CLUSTER_STAT item numbers corrected. Percpu metrics move from invented cluster 10 to real cluster 0.
Domain 58 eliminated. mem.util/physmem→CLUSTER_MEMINFO=1, swap.pages→CLUSTER_STAT=0, vmstat→CLUSTER_VMSTAT=28.
kernel.uname.* to CLUSTER_KERNEL_UNAME=12 with correct items. hinv.physmem/pagesize to CLUSTER_MEMINFO=1, ninterface to CLUSTER_NET_DEV=3.
All disk metrics move to CLUSTER_STAT=0 with correct items. Metric name matches real Linux disk.dev.aveq.
CLI metric list and test expectations updated for the rename. CLAUDE.md now documents that all PMIDs match real Linux PMDA.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
src/pmdas/linux/pmda.c)CLUSTER_STAT=0CLUSTER_STAT=0kernel.uname.*cluster 9→12,hinv.physmem/pagesizetoCLUSTER_MEMINFO=1disk.dev.avg_qlen→disk.dev.aveqto match real Linux metric nameDomains affected
Test plan
disk.dev.avg_qlen→disk.dev.aveqrenamed in code, CLI, and all tests./pre-commit.shpasses🤖 Generated with Claude Code