Do record ppid per pid record
Open
Beginner friendly
- Dominant language
- Python
- Stars
- 12
- Forks
- 6
- Avg merge
- 5d 18h
- Merged PRs (30d)
- 2
Description
just adding `ppid` to the list of fields to give to `ps` to output
It might come handy if we decide to do better analytics about memory consumption for
- #399
Contributor guide
Research direction
Start by locating the process-record field list and the entry point that invokes ps. Add ppid to the fields emitted for each pid, then verify that each record includes the parent process ID and that existing process output remains intact.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100