nVidia dropped support for all non quadro and tesla cards when it comes to using some tools and/or development libraries/tools. I have two GTX 590s, and when I use nvidia-smi most queryable fields return N/A because they dropped support for this card.
Are there other tools that purport to gather this information? Is it possible/straightforward to query this information with the SDK?
On Windows there's NvAPI which works on all GPUs.
On Linux if you're running X Server you can also query some of the information (GPU temperature, clocks, unfortunately no utilization) using nvidia-settings utility. e.g. nvidia-settings -q all
For Quadro and Tesla GPUs there's NVML/nvidia-smi that works both on Linux and Windows 64.
Although this is a very old question, I'm going to leave this here in case someone with the same issue stumble upon this. Nvidia-settings still forwards the GPU usage stat through -q [gpu:X]/GPUUtilization. it's very slow compared to nvidia-smi, but it's still better than not knowing. Either way, I wrote a script to put this and a few other common stats in a concise and readable way. Here it is for those who want it.
GPUstat outputs with colorful one-liners. It's implemented in Python and it has a test suite if you feel like tweaking it.
https://github.com/wookayin/gpustat
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With