blob: e3f4894e46df7424616d311404d15dd06f3de8c3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
Tipper is a small utility for dumping `stack tracebacks`_ of running
Python processes.
Included is a module that, when imported, installs a `signal handler`_
for `SIGUSR1`_. Running ``kill -SIGUSR1 [pid]`` will cause the process
to dump the current stack trace of each thread to
``$TMPDIR/tipper-[Unix timestamp]-[parent pid]-[pid].log``.
WWW: https://pypi.org/project/tipper/
|