We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Dear author, it is a great project. However, it might be improve?
Is that possible to show the gpu memory used of all the processes which use the gpu, like the nvidia-smi command:
If possible, please ignore those programs that use less than 100 MiB of VRAM.
I just want the pid, gpu memory use. process name could be emit. For card 1, I want something like:
Memory used: pid(4054862) 990MiB; pid(4055325) 2404MiB
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Dear author, it is a great project. However, it might be improve?
Is that possible to show the gpu memory used of all the processes which use the gpu, like the nvidia-smi command:
If possible, please ignore those programs that use less than 100 MiB of VRAM.
I just want the pid, gpu memory use. process name could be emit. For card 1, I want something like:
Memory used: pid(4054862) 990MiB; pid(4055325) 2404MiB
The text was updated successfully, but these errors were encountered: