-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
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
GPU % load is always 0 (nintendo switch, nvidia jetson) #864
Comments
I suggest referring to system-monitoring-center for how to obtain these statistics for more devices in a semi-uniform way |
Doesn't look like system-monitoring-center uses that path either, but just wraps nvidia-smi instead. |
Nvml and Nvidia smi don't exist on the Jetsons. |
@theofficialgman hi german, salvador here. you had it easier then. on my sbc, load also shows both freq and load. I used this config to show it.
it's a decent workaround |
@neofeo I personally just forked mangohud a long time ago since making this issue and implemented it and lots of other tegra specific clocks/loading myself. Ram bandwidth, clocks, gpu load, gpu frequency, VIC/NVDEC/NVENC frequencies, cpu temp |
building and installing the latest manughud from source ddbb4f5 the GPU usage percentage now shows up. when I last built in February there was no percentage.
However, the percentage is always at 0. This device does not use nvctrl (it is also disabled at buildtime for mangohud).
The gpu usage for this GPU can be obtained at
/sys/devices/gpu.0/load
which has a value of example 150 meaning 15.0% loadThe text was updated successfully, but these errors were encountered: