-
-
Notifications
You must be signed in to change notification settings - Fork 261
Darwin PMDA Phase 2: Apple Silicon metrics expansion #2466
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
Merged
natoscott
merged 58 commits into
performancecopilot:main
from
tallpsmith:darwin-pmda-phase2-apple-silicon
Feb 23, 2026
Merged
Changes from all commits
Commits
Show all changes
58 commits
Select commit
Hold shift + click to select a range
f400ef1
Add Phase 2 research plan for Darwin PMDA Apple Silicon metrics
tallpsmith 7f894d7
Link research plan to GitHub issue #2465
tallpsmith 42f2708
darwin: add system limits metrics (kernel.limits.*)
tallpsmith fde9fed
darwin: add memory compressor timing and health metrics
tallpsmith 91c1cb3
darwin_proc: expose logical writes and memory footprint metrics
tallpsmith 197f38a
darwin: add GPU metrics Phase 1 design document
tallpsmith 0283412
darwin: add basic GPU monitoring metrics
tallpsmith 11d49b8
darwin: wire GPU metrics into PMDA infrastructure
tallpsmith 13aa280
darwin: update Phase 2 research with implementation progress
tallpsmith 72b195c
darwin: add pmrep view configurations to Phase 2 research
tallpsmith 2e32e1b
darwin: fix GPU metrics test namespace
tallpsmith 845e2d7
darwin: fix hinv.ngpu metric cluster assignment
tallpsmith 1fdd515
Consolidate macOS dev docs into CLAUDE.md hierarchy
tallpsmith 9e067e3
This TESTING_GUIDE.md was only relevant during a previous claude plan.
tallpsmith 55a18a6
This TESTING_GUIDE.md was only relevant during a previous claude plan.
tallpsmith 8e5dd57
This TESTING_GUIDE.md was only relevant during a previous claude plan.
tallpsmith 9516879
Enforce macOS development constraints in CLAUDE.md files
tallpsmith 7019db1
Fix GPU metrics PMID mismatch and add VM-aware debug logging
tallpsmith 6963c93
Accept empty GPU metric values in VM test environment
tallpsmith 3b965af
Ensure we check only the first result of the GPU memory (for testing …
tallpsmith abfab40
Add IPC & Socket Pool metrics to complete Wave 1
tallpsmith 20c9d64
Fix PMNS disconnected subtree by adding ipc to root namespace
tallpsmith 53fa153
Update research doc: Wave 1 complete with IPC metrics
tallpsmith 57b85b5
Standardize CLAUDE.md naming and add metric implementation guide
tallpsmith 5e6b00b
Add pmrep views for Wave 1 metrics (GPU, IPC, sockets)
tallpsmith 1f9ddba
Add CLAUDE.local.md to the .gitignore
tallpsmith fcd0201
Fix ConfigParser interpolation errors in pmrep views
tallpsmith 9b17bd4
Document pmrep config development gotchas and patterns
tallpsmith f0ce125
Add battery/power monitoring via IOPowerSources API
tallpsmith a266e4c
Add missing integration tests for Wave 1-2 metrics
tallpsmith 464c26e
Remove dbpmda test files - redundant with bash integration tests
tallpsmith d89a7f0
Add integration tests for power and IPC metrics
tallpsmith e318802
Update research doc with Wave 1-2 completion status
tallpsmith d26df14
Strengthen the requirement to use the pcp-code-reviewer agent rather …
tallpsmith 68d095a
Complete Wave 2 metrics: IPv6 and process QoS CPU time
tallpsmith 1116f0d
Update research doc with Wave 2 completion status
tallpsmith afdf044
Add Wave 3a metrics: Extended disk I/O and APFS statistics
tallpsmith 8f2c3a4
Fix APFS bytes_written PMID and update research doc
tallpsmith d81ee69
Add high-priority PMID consistency validator task
tallpsmith a183326
Add PMID consistency validator
tallpsmith 9aeab03
Add PMID validator to CI workflows
tallpsmith 55c1740
Add proc.net metrics for TCP/UDP socket counts (Wave 3c)
tallpsmith dd6fdcb
Update research doc: Wave 3c complete (proc.net) and PMID validator
tallpsmith a89dace
Add SMC thermal monitoring (Wave 3b): visibility into throttling beha…
tallpsmith b15b4a3
Fix thermal FAN_INDOM initialization: add missing indomtab entry
tallpsmith c643c9f
Document instance domain registration requirements
tallpsmith f9f7190
Merge remote-tracking branch 'origin/main' into darwin-pmda-phase2-ap…
tallpsmith eef1757
Merge branch 'main' into darwin-pmda-phase2-apple-silicon
tallpsmith ba5c967
Merging CLAUDE.md changes from main
tallpsmith 24489d9
Ensuring the CLAUDE.md file name has the correct case (merge conflict…
tallpsmith 2e96034
Update research doc: Mark Wave 3b (Thermal) complete
tallpsmith f120ba6
Add macstat-pwr and macstat-thermal pmrep views
tallpsmith 55fe459
Fix cluster number comments in darwin.h
tallpsmith ec0249c
Fix PMID cluster mismatch and validator subshell bug
tallpsmith 4049861
Remove attempt to convert units that PCP doesn't really understand?
tallpsmith 266fec3
Remove mAh unit specification from battery capacity metrics
tallpsmith 5339427
Document PCP unit restrictions in pmrep CLAUDE.md
tallpsmith c700430
Address natoscott's PR review feedback
tallpsmith File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -53,3 +53,4 @@ provisioning/osxsierra.legally.ok | |
| *vgcore.* | ||
| tmpfiles.init.setup | ||
|
|
||
| /CLAUDE.local.md | ||
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.