How to check the gpu memory utilization on jetson tx2

Nvidia-smi not working on the jetson development kit. Is there any other option to check it?

Hi,

Please use tegrastats for the system information.
Please noted that Jetson is a shared memory system, indicating the memory is used by both CPU and GPU.

$ sudo tegrastats

Thanks.

1 Like

jtop is also worth looking at