GPU and CPU Grpahical utilization (memory, power and Gflops) of Tegra TX1

Hi,

Could anyone please tell me, is there any tool or command to measure or see the
detail GPU and CPU utilization of the Tegra TX1.

There is a command from the Nvidia, called tegrastats
sudo ~/tegrastats

But it shows only the CPU things, although memory is unified but I still want to see
how much GPU and CPU cores are utilized on the particular application.

Thanks!

Hi kriezh, do you see the GR3D usage? That’s GPU engine:

sudo ~/tegrastats
[sudo] password for ubuntu:
RAM 277/3854MB (lfb 700x4MB) SWAP 0/0MB (cached 0MB) cpu [0%,0%,0%,0%]@1912 EMC 0%@1600 AVP 5%@115 VDE 0 GR3D 0%@76 EDP limit 1912
RAM 277/3854MB (lfb 700x4MB) SWAP 0/0MB (cached 0MB) cpu [1%,0%,0%,1%]@102 EMC 1%@408 AVP 33%@12 VDE 0 GR3D 0%@76 EDP limit 1912

The outputs of tegrastats is documented in the L4T Documentation, under “Utilities and Debugging Tools”.