Hello Team,
I want to monitor GPU utilization for individual processes. To achieve this, I explored tools like Jtop and Tegrastats, both of which provide overall GPU utilization percentages. While using Jtop, I noticed it displays GPU memory usage for each process.
Further I installed Nsight Compute, Nsight Systems, and Nsight Graphics on the Jetson AGX Orin. During my exploration, I learned that Nsight Compute is primarily designed for CUDA applications. However, since our application is based on EGLES, I attempted profiling using Nsight Systems. I enabled the GPU utilization dialogue, but unfortunately, I couldn’t obtain GPU utilization breakdowns for individual processes.
I was able to observe GPU context when running a sample bubble application, but when applying the same settings to our application, I couldn’t retrieve the desired GPU utilization breakdowns for each process.
Also can you please help me to acheive GPU utilization for each process.
Does GPU context ireally breakdowns GPU utilization for each process ?
I kindly request assistance in achieving GPU utilization breakdowns for each process.
BR