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
tegrastats
is running in the foreground, pressCTRL+C
in the window where it is running.