resource monitor support
Open
- Dominant language
- Python
- Stars
- 3
- Forks
- 5
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 13
Description
Add support for monitoring system resources to detect resource leaks and similar issues.
We can call `free`, `ps`, and others before and after running a test case, then check whether all resources have been properly freed.
This feature should be optional and configured from the YAML config, as it will not always be available.
Contributor guide
Research direction
Start by locating the YAML configuration handling and the test-case execution path in the Python framework. Review how `free`, `ps`, and similar commands can be run before and after a test, then define the optional configuration and the resource-check result that indicates resources were properly freed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100