Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add column with showing per-process unique memory usage value (calculate RES - SHR) #492

Open
MurzNN opened this issue Jan 25, 2021 · 0 comments
Labels
good first issue 🥇 Good for newcomers new feature Completely new feature

Comments

@MurzNN
Copy link

MurzNN commented Jan 25, 2021

Very often we need to know, how much unique RAM used by specific process. The unique memory usage of separate process can be easily calculated manually via RES - SHR formula (or VIRT - SHR - SWAP?), but online calculating manually for each row is too hard task.

For solve this problem, will be good to add "Process unique memory" (PUM?) that will calculate this automatically, alsy with ability to sort process list by this value. What do you think about this idea?

@BenBE BenBE added good first issue 🥇 Good for newcomers new feature Completely new feature labels Jan 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue 🥇 Good for newcomers new feature Completely new feature
Projects
None yet
Development

No branches or pull requests

2 participants