Stack and stats tracer for multi-threaded applications.
Project description
Stack and stats tracer for multi-threaded applications.
Periodically dump stack traces and stats of all active threads of the running process into a given file in intervals of time.
Installation
pip install stacktraces
Usage
from stacktraces import StackTraces
tracer = StackTraces('/tmp/stacktraces{ext}', traceback_interval=5, stats_interval=10)
tracer.start()
# Do something with multi-threading here...
tracer.stop()
License
The MIT Licence
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
stacktraces-0.1.1.tar.gz
(4.4 kB
view hashes)