-
Notifications
You must be signed in to change notification settings - Fork 0
Add memory usage summary in scan output #4
Copy link
Copy link
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Context
zclean reports how many processes it found/killed. Adding a memory summary (total MB freed) would make the value more tangible.
What to do
After scanning, sum up RSS memory of zombie processes and display:
Found 5 zombie processes using 2.1 GB RAM
Files to modify
src/scanner.js(collect memory info)src/reporter.js(display summary)
Difficulty: Easy
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed