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

Filter processes by memory/GPU usage #31

Open
Rizhiy opened this issue Nov 17, 2017 · 1 comment
Open

Filter processes by memory/GPU usage #31

Rizhiy opened this issue Nov 17, 2017 · 1 comment

Comments

@Rizhiy
Copy link

Rizhiy commented Nov 17, 2017

I work on Machine Learning and use this utility to monitor how much my GPUs are being used.
I frequently have one or two main processes and dozens of smaller ones. Smaller ones only use 500MB of memory total, but take up most of the space on the screen.

Is it possible to add a filter which will prevent processes which use small amounts of memory from being displayed?

@Stonesjtu
Copy link
Collaborator

Rather than manually setting a threshold, I think we may sort the memory usages of all the processes and print the top-K processes (probably with an entry others summed up the rest).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants