ENGINEERING/OS
What is the Best for GPU Usage Monitoring in Ununtu/Linux?
Hogeony
2019. 7. 18. 11:20
pip install gpustat
gpustat -i 1
#References
https://github.com/wookayin/gpustat
https://askubuntu.com/questions/387594/how-to-measure-gpu-usage
How to measure GPU usage?
Using the top command in the terminal lists processes, sorted by their CPU usage (and you can change it to sort by another parameter) Is there an equivalent for the GPU? This fellow is asking abo...
askubuntu.com