Output zope stacktrace on signal using logging facility
Project description
Introduction
This package is based on Products.signalstack.
The one difference from the original product is a change to where the thread dump is output. This version of signalstack uses the python logging facilities to output the thread dump, rather than printing to stdout. Certain production setups don’t have access to stdout, i.e. when zopectl start is used.
This change allows access to the thread dump when stdout is not accessible, since in addition to writing to stdout, the thread dump is also written to the zope event log. ‘
Products.signalstackLogger is triggered in the same was as the original, i.e. by sending USR1 to a Zope2 instance.
The original Products.signalstack is intended to be used with supervisord, which retains stdout.
From the original README:
This package is a simple debugging tool for Zope 2 instances that are stuck. Unlike the z3c.deadlockdebugger and DeadlockDebugger this package also works if all threads in an instance are stuck.
If you send the USR1 signal to a Zope2 instance with Products.signalstack installed it will dump a stracktrace of all threads on the console.
Changelog
0.9 - December 11, 2009
Initial release of Products.signalstackLogger
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
File details
Details for the file Products.signalstackLogger-0.9.tar.gz
.
File metadata
- Download URL: Products.signalstackLogger-0.9.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6d7fd07b128c6bd45ce85fc96ee7a9544a0c96ef4a4dffd0d2a5fc88d4211293 |
|
MD5 | 996eaf6e640e764f652c9317ffb07e97 |
|
BLAKE2b-256 | c6d4b2a90f2cf9de916f65e7795807f11577a481919188f02598d2fd122bd332 |