Software / code / prosody-modules
Annotate
mod_traceback/README.md @ 6049:491c56449a76
mod_measure_conn_buffers: Measure total size of connection write buffers
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Mon, 11 Nov 2024 14:03:46 +0000 |
| parent | 6003:fe081789f7b5 |
| rev | line source |
|---|---|
| 2799 | 1 This module writes out a traceback to `traceback.txt` in Prosodys data |
| 2 directory (see `prosodyctl about`) when the signal `SIGUSR1` is | |
| 3 received. This is useful when debugging seemingly frozen instances in | |
| 4 case it is stuck in Lua code. |