Nsys on Xavier AGX Drive

Please provide the following info (check/uncheck the boxes after creating this topic):
Software Version
DRIVE OS Linux 5.2.6
DRIVE OS Linux 5.2.6 and DriveWorks 4.0
DRIVE OS Linux 5.2.0
DRIVE OS Linux 5.2.0 and DriveWorks 3.5
NVIDIA DRIVE™ Software 10.0 (Linux)
NVIDIA DRIVE™ Software 9.0 (Linux)
other DRIVE OS version
other

Target Operating System
Linux
QNX
other

Hardware Platform
NVIDIA DRIVE™ AGX Xavier DevKit (E3550)
NVIDIA DRIVE™ AGX Pegasus DevKit (E3550)
other

SDK Manager Version
1.7.0.8846
other

Host Machine Version
native Ubuntu 18.04
other

Hello,

I am trying to profile my AGX Drive Xavier application where I would like to monitor the GPU and DLA overheads for performance.

I could not locate nsys or any Nsight related libraries under /usr/local/cuda-/*

From what I understand to generate a nsys profile I would need to do the following:
trtexec --onnx=foo.onnx --profilingVerbosity=detailed --saveEngine=foo.plan
nsys profile -o foo_profile trtexec --loadEngine=foo.plan --warmUp=0 --duration=0 --iterations=50

Is the 2nd step run on Host processor instead of AGX?

Thanks

Hi, @user3705
Please find it under /opt/nvidia/nsight-systems and refer to Nsight Systems User Guide :: Nsight Systems Documentation. Thanks.

Hi,

I do not see nsight-systems under /opt/nvidia/
Do I need to enable something when installing using SDK? or is this a separate installation?

I believe it is part of host components installed with DRIVE OS 5.2.6 by SDK Manager.
Did you check on your host system installed with the host components?

This should be your installation log.

~/.nvsdkm/logs/DRIVE_OS_5.2.6_SDK_Linux_OSWithSamples/NV_NVIDIA_NSIGHT_SYSTEMS_LINUX_COMP.log

Yes, nsys-ui it is installed on the host. I don’t see the nsys CLI.