-
-
Notifications
You must be signed in to change notification settings - Fork 270
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
On jetson orin nano some nvidia stats are not visible #286
Comments
Thanks, I wasn't aware that GPU usage - Seems to be Power usage - Does Jetson have dedicated memory for the GPU? |
Jetson devices have shared memory. Here are the stats when it's doing inferencing:
I am pretty sure VDD_IN is the total power consumption. The limit on this board is supposed to be 15W and while doing inferencing we're getting close to that. |
Another very interesting statistic is |
Seems like the best thing to do is hide the VRAM chart, because it's not applicable, and also the GPU power chart, because Then we add a chart for total system power consumption along with GPU utilization from Can you confirm that running |
Yes, specifying the interval leaves the command running. The stats are for that exact moment when the command runs, but the power stats also include an average, although I don't know what interval it's applied for the average. |
Sorry, added to the wrong column in the roadmap and the issue was automatically closed. Reopening. This is possibly fixed in the next release but needs further confirmation since I don't have a Jetson device. |
As it can be seen in the attached screenshot, only
Orin (nvgpu) Usage
is rendered. The other stats are show an infinite loading.The debug log is this:
The output of nvidia-smi is this:
or
nvidia-smi --query-gpu=utilization.gpu,temperature.gpu --format=csv
this:I'd like to add that jtop can retrieve power and memory usage.
And also tegrastats produces this output:
The text was updated successfully, but these errors were encountered: