moby--moby/pkg/signal
Phil Estes 95fcf76cc6 Add SIGUSR1 handler for dumping stack/goroutine traces
Add handler for SIGUSR1 based on feedback regarding when to dump
goroutine stacks.  This will also dump goroutine stack traces on SIGQUIT
followed by a hard-exit from the daemon.

Docker-DCO-1.1-Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com> (github: estesp)
2015-05-12 10:09:23 +10:00
..
README.md #11585: README for pkg/signal. Signed-off-by: Vladimir Roudakov <v_roudakov@yahoo.com> 2015-03-26 21:18:27 +10:00
signal.go
signal_darwin.go
signal_freebsd.go
signal_linux.go
signal_unix.go Extract client signals to pkg/signal 2014-11-14 18:20:53 -08:00
signal_unsupported.go
signal_windows.go Extract client signals to pkg/signal 2014-11-14 18:20:53 -08:00
trap.go Add SIGUSR1 handler for dumping stack/goroutine traces 2015-05-12 10:09:23 +10:00

README.md

This package provides helper functions for dealing with signals across various operating systems