-
Notifications
You must be signed in to change notification settings - Fork 284
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
Show cumulatve memory usage by process name #35
Comments
ps_mem is designed to support operations like this using existing programs.
|
True but in every iteration it tracks all processes in the system when in this case it's enough to track a single process. That's the reason I opened the issue. |
Hey, I could possibly work on incorporating this in the code. It would eliminate the need for using 'watch' for this task. @pixelb |
That would be great! |
Please check PR#36 in this regard. |
Would it be possible to show the cumulative memory usage by process name, e.g., for opera or chrome where multiple processes are spawned?
Currently it's possible to use
-w
along with the full (and cumulative) list of all processes. It would be great if this can be done for a single process by name.The text was updated successfully, but these errors were encountered: