kill -6
Jump to navigation
Jump to search
- Get stack trace:
kill -SIGUSR1 <pid>
, get trace and stop:kill -6
<pid> - Get CPU profiling: add
--pprof
flag rungo tool pprof -png http://127.0.0.1:6060/debug/pprof/profile\?seconds\=20 > cpu.png
- Get RAM profiling: add
--pprof
flag rungo tool pprof -inuse_space -png http://127.0.0.1:6060/debug/pprof/heap > mem.png
kill
[-s
], killall
, pkill
, xkill
, podman kill
, docker kill
, SIGINT, SIGTERM, rfkill, killall5
, kill 1
, launchctl kill (macOS)
, kill -9, kill -15
, signal
Advertising: