astrofrog / astrofrog/psrecord
Use memory_full_info() if available
Open
- Dominant language
- Python
- Stars
- 680
- Forks
- 79
- PR merge metrics
- No merged PRs in 30d
Description
On Linux, macOS and windows memory_full_info() can be used to query a process for its Unique Set Size which is a better measure for actual memory usage. Might be interesting to report this as well.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating psrecord’s existing process-memory reporting entry point and read how current memory usage is collected. Check Python’s memory_full_info() availability on Linux, macOS, and Windows, then define completion as reporting Unique Set Size alongside the existing memory measure without breaking platforms where it is unavailable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- observability
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100