-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Labels
backlogLower priority / backlogLower priority / backlogenhancementNew feature or requestNew feature or request
Description
Follow-up to #101.
Goal
Populate real cpu and memory metrics for Android targets in agent-device perf --json / metrics --json.
Scope
- Android emulator + physical device
- Session-scoped
perfcommand response - Sampling metadata (
method,unit,measuredAt)
Proposed data sources
- CPU:
adb shell dumpsys cpuinfo(package-focused parsing) - Memory:
adb shell dumpsys meminfo <package>
Acceptance criteria
-
metrics.cpu.available=trueon Android when app/package context is available -
metrics.memory.available=trueon Android when app/package context is available - Payload includes sampling metadata and clear units
- Errors are normalized (
code,message,hint, etc.) when sampling fails - Unit tests added for parser/extraction and handler response shape
- README + website docs updated with platform support and caveats
Out of scope
- iOS CPU/memory
- FPS sampling
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
backlogLower priority / backlogLower priority / backlogenhancementNew feature or requestNew feature or request