Releases: rohankmr414/sigdump
Releases · rohankmr414/sigdump
v1.0.0
- Initial release of the sigdump package
- Features:
- Handles the signal specified by the
SIGDUMP_SIGNALenvironment variable, defaults toSIGCONT - Writes a runtime stack trace and memory profile to the file specified by the
SIGDUMP_PATHenvironment variable - If
SIGDUMP_PATHis not set, the default file is /tmp/sigdump-.log - If the value of
SIGDUMP_PATHis-the stack trace is written to the stdout - If the value of
SIGDUMP_PATHis+the stack trace is written to the stderr - If
SIGDUMP_SIGNALis invalid, it will print an error message
- Handles the signal specified by the
This package is intended to be a golang alternative to fluent/sigdump gem for Ruby.