How can I find the real-time GPU utilization state include the gpu memory and the gpu utilization rate?

Hello,everyone.
I have one question to be solved,which is followed as the below:
How can I find the real-time GPU utilization state include the gpu memory and the utilization rate on tx2? As we know, nvidia-smi can solve this,but on tx2, there’s no nvidia-smi. tx2 has “tegrastats” which can watch the CPU utilization and some other information about CPU, but it has no gpu memory and the gpu utilization rate. So, if there is some way which can watch these information?

memory is shared between cpu and gpu as dram is common. so the first entry in tegrastats is the dram memory.
g3rd entry in tegrastats is the gpu utilization.
hope this helps

hi,bbasu.So what does 140 mean in ‘GR3D_FREQ 20%140’?

its frequency in MHz

ok,thank you very much!