NVIDIA Nsight Systems is a system-wide performance analysis tool designed to visualize an application’s algorithms, identify the largest opportunities to optimize, and tune to scale efficiently across any quantity or size of CPUs and GPUs, from large servers to our smallest system on a chip (SoC).
The NVIDIA Nsight Systems CLI Docker Container is designed to provide users with a seamless environment to run NVIDIA Nsight Systems.
docker pull nvcr.io/nvidia/nsight-systems-cli:2024.2.1-ubuntu22.04
Run the docker container (use the desired container tag in the command line below):
docker run --gpus all -it --rm --privileged -v /hostpath/reports:/reports nvcr.io/nvidia/nsight-systems-cli:2024.2.1-ubuntu22.04 nsys profile -t osrt -s system-wide --samples-per-backtrace=1 -o /reports/system_wide.nsys-rep sleep 15
By pulling and using the container, you accept the terms and conditions of this End User License Agreement.