I am trying to get load statistics from my GPUs (NVIDIA). Is there a place in the /proc file system where I could find something useful, akin to /proc/stat to get CPU info?
I know there are command line tools to do this, but in my particular case these will not do as I will run the monitor in a container. I can mount /proc from the host to my monitoring container and access anything that is in there, but I cannot run commands on the host.
How would I do this, or is this something that cannot be done?