How can i check GPU utilization on nsight?

I’m trying to figure out where the bottleneck happens when I turn a number of processes around
So, How do I check GPU utilization on nsight systems?
I have information about SM active, warp, etc., but I don’t think there are any items that appear as Utilization.
So I’m trying to use Nsight compute and can I figure out GPU util through it?

Hi,

GPU utilization can be found with tegrastats directly.

$ sudo tegrastats

Thanks.

But tegrastats don’t see gpu usage per process, do they?
I need information on how to use gpu in each process

Hi,

Yes, the Nsight System is much better for the process-level info.

Do you get the “GPU Speed of Light” report when profiling the app?
You should be able to find the GPU utilization in the figure link below comment:

Thanks.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.