Hello NVIDIA Community,
I am currently working on a project using the Jetson Xavier and I’m encountering some challenges in comparing GPU utilization metrics across different monitoring tools. Specifically, I’m trying to understand how the GR3D_FREQ readings (both X and Y) from tegrastats
relate to the utilization.gpu [%]
and utilization.memory [%]
metrics provided by nvidia-smi
.
Here’s what I’ve been doing:
- I use the following
nvidia-smi
command to monitor the GPU and memory usage:
nvidia-smi --query-gpu=timestamp,gpu_name,memory.total,memory.used,memory.free,utilization.gpu,utilization.memory,pstate,compute_mode,temperature.gpu --format=csv -l 5
- Simultaneously, I monitor the output from
tegrastats
to get GR3D_FREQ X and Y metrics.
My question is: How can I effectively compare these metrics to get a comprehensive understanding of the GPU’s performance and utilization? Are there any known scaling factors or conversion methods to align these metrics between the two tools? Additionally, is there a recommended approach or tool that might offer a unified view of these metrics?
Any insights or suggestions would be greatly appreciated as I navigate these monitoring tools to better understand and optimize my system’s performance.
Thank you in advance for your help!