To stop tegrastats#
If tegrastats is running in the background, execute the following commands:
ps
kill -9 <pid>
Where <pid> is the process ID of tegrastats as reported by the ps command.
Alternatively, you may run:
tegrastats --stop
If
tegrastatsis running in the foreground, pressCTRL+Cin the window where it is running.