You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there, it would be super helpful if there was a way to run this as a one-off to simply dump out the current processes and their GPU usage stats without the need for any GUI. Unfortunately, I am having a 'more difficult than it should be' time trying to get this details from my AMD card. Obviously there is a way to do it, since it exists in this app. If there could be something along the lines of the following that would be awesome.
# Dump top 5 highest GPU memory processes
nvtop --lines 5 --type memory --output filename.txt
# Return from stdout top 3 processes in terms of GPU utilization %
RESULTS=$(nvtop -l 3 -t utilization -)
Thanks,
-MH
The text was updated successfully, but these errors were encountered:
Hey there, it would be super helpful if there was a way to run this as a one-off to simply dump out the current processes and their GPU usage stats without the need for any GUI. Unfortunately, I am having a 'more difficult than it should be' time trying to get this details from my AMD card. Obviously there is a way to do it, since it exists in this app. If there could be something along the lines of the following that would be awesome.
Thanks,
-MH
The text was updated successfully, but these errors were encountered: