General queries

Hiii…
Can you please tell how to find
tensor cores utilization/frequency/memory bandwith, etc
and Video Encoding / Decoding Accelerator utilization
nvidia-smi not working

Hi,

For some basic system status, you can use tegrastats.

$ sudo tegrastats

Thanks.

it does not give information like video Encoding/decoding utilization

Hi,

Please use a profiler to get more detailed data.

For example:

Thanks.

Hi @AastaLLL
Can you please tell me the command or way (apart From tegrastats) through which I can know about the all information about GPU ( command should not have dependency upon GUI )

Hi

What kind of encoding/decoding utilization do you want to get?
If you want some information from a customized application, you can give our nvprof a try.

$ /usr/local/cuda-10.2/bin/nvprof [your app]

Thanks.