Nsight system in ubunt18.04 aarch64 stops responding

After the nsys command is executed, the console stops responding and no information is displayed, for example, nsys profile -o output -f true timeout 10 ping localhost. When the nvidia-smi command is executed on another console, the console does not respond.
The configuration is as follows:
OS: Linux u1804 4.15-112-generic ubuntu arrch64
nvidia-smi: 535.98
nsys -v : 2022.5.1.82-32078057v0

the “nsys profile” command is intended to be fire and forget.

If you want to be able to interact with the console (and with Nsys) while it is running, you should use the

nsys launch/nsys start interactive sequence.

See (direct link) User Guide :: Nsight Systems Documentation for some examples.

Thank you for your reply.
I just hope that nsys will give me the corresponding report after my own application is finished.
After you run the nsys launch command, the system is still suspended. The corresponding process does not end
.It does not respond to the Ctrl+C or kill command. The nvidia-smi command does not take effect after nsys launch.

If you want to kill the process, use the nsys shutdown command

https://docs.nvidia.com/nsight-systems/UserGuide/index.html#cli-shutdown-command-switch-options