Skip to main content

Stack and stats tracer for multi-threaded applications.

Project description

Donate PyPI Version PyPI License PyPI Format PyPI Status

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


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)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page