Provide inuse/allocated for memleak.py
- Dominant language
- C
- Stars
- 22.7k
- Forks
- 4.1k
- Avg merge
- 10d 4h
- Merged PRs (30d)
- 3
Description
To detect the memory footprint, there are 2 aspects:
1. inuse memory footprint, that is, allocated/freed memory will not be counted. Only those memory which is in use will be counted.
2. allocated memory, that is, once it is allocated, the total count is increased.
Could anyone assign it and resolve it? Thanks a lot:)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by inspecting memleak.py and the surrounding BCC memory-monitoring behavior to determine how its current footprint is measured. Define how in-use and total allocated memory should be exposed, then verify both values with representative allocation and freeing scenarios; the issue names no tests or other files.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- linux, python
- Domain
- observability, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100