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 Make docker use the signal pkg with strings 2014-03-10 17:36:47 -07:00
signal_darwin.go Make docker use the signal pkg with strings 2014-03-10 17:36:47 -07:00
signal_freebsd.go Like signal_linux.go, we don't have import os and os/signal 2014-03-11 23:14:58 +09:00
signal_linux.go Make docker use the signal pkg with strings 2014-03-10 17:36:47 -07:00
signal_unix.go Extract client signals to pkg/signal 2014-11-14 18:20:53 -08:00
signal_unsupported.go Make docker use the signal pkg with strings 2014-03-10 17:36:47 -07:00
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