Mercurial > prosody-modules
annotate mod_measure_conn_buffers/README.md @ 6562:5da6fb562df9 default tip
mod_unified_push: Fix push error handling (fixes #2000)
Use the error object that send_iq() passes
as an argument to it's reject callback instead of attempting
and failing to do the parsing in the callback itself.
| author | kmq |
|---|---|
| date | Mon, 06 Jul 2026 14:23:57 +0200 |
| parents | 491c56449a76 |
| children |
| rev | line source |
|---|---|
|
6021
491c56449a76
mod_measure_conn_buffers: Measure total size of connection write buffers
Matthew Wild <mwild1@gmail.com>
parents:
diff
changeset
|
1 --- |
|
491c56449a76
mod_measure_conn_buffers: Measure total size of connection write buffers
Matthew Wild <mwild1@gmail.com>
parents:
diff
changeset
|
2 labels: |
|
491c56449a76
mod_measure_conn_buffers: Measure total size of connection write buffers
Matthew Wild <mwild1@gmail.com>
parents:
diff
changeset
|
3 - Statistics |
|
491c56449a76
mod_measure_conn_buffers: Measure total size of connection write buffers
Matthew Wild <mwild1@gmail.com>
parents:
diff
changeset
|
4 - Stage-Alpha |
|
491c56449a76
mod_measure_conn_buffers: Measure total size of connection write buffers
Matthew Wild <mwild1@gmail.com>
parents:
diff
changeset
|
5 summary: Measure connection buffer usage |
|
491c56449a76
mod_measure_conn_buffers: Measure total size of connection write buffers
Matthew Wild <mwild1@gmail.com>
parents:
diff
changeset
|
6 ... |
|
491c56449a76
mod_measure_conn_buffers: Measure total size of connection write buffers
Matthew Wild <mwild1@gmail.com>
parents:
diff
changeset
|
7 |
|
491c56449a76
mod_measure_conn_buffers: Measure total size of connection write buffers
Matthew Wild <mwild1@gmail.com>
parents:
diff
changeset
|
8 Description |
|
491c56449a76
mod_measure_conn_buffers: Measure total size of connection write buffers
Matthew Wild <mwild1@gmail.com>
parents:
diff
changeset
|
9 =========== |
|
491c56449a76
mod_measure_conn_buffers: Measure total size of connection write buffers
Matthew Wild <mwild1@gmail.com>
parents:
diff
changeset
|
10 |
|
491c56449a76
mod_measure_conn_buffers: Measure total size of connection write buffers
Matthew Wild <mwild1@gmail.com>
parents:
diff
changeset
|
11 This module measures data that is buffered by Prosody, waiting to be written |
|
491c56449a76
mod_measure_conn_buffers: Measure total size of connection write buffers
Matthew Wild <mwild1@gmail.com>
parents:
diff
changeset
|
12 to sockets. |
