Statistics
| Branch: | Tag: | Revision:

root / snf-common / synnefo / lib / trace.py @ 381a548c

History | View | Annotate | Download (2.6 kB)

# Date Author Comment
d509e6da 07/22/2013 12:28 pm Stratos Psomadakis

Add greenlet tracing code in snf-common

Add greenlet tracing code in snf-common, useful for debugging stuck
gevent gunicorn workers.

If the environmental variable SYNNEFO_TRACE is set to a non-empty
string, the tracing code will install a SIGTRAP signal handler for the...