Software /
code /
prosody-modules
Annotate
mod_measure_malloc/README.markdown @ 2976:df86ce6bb0b4
Implement dummy body message to indicate high priority push
This adds a dummy body sent alongside the push when the original message
also contained a body to indicate a high priority push.
The body can be configured and its contents are generally meaningless
with most app servers because it will be stripped before pushed to the client.
author | tmolitor <thilo@eightysoft.de> |
---|---|
date | Sun, 01 Apr 2018 23:24:33 +0200 |
parent | 2709:2e61642d2ff0 |
child | 3174:f02c0f5e44ac |
rev | line source |
---|---|
2709
2e61642d2ff0
mod_measure_malloc: Add a short README
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
1 --- |
2e61642d2ff0
mod_measure_malloc: Add a short README
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
2 labels: |
2e61642d2ff0
mod_measure_malloc: Add a short README
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
3 summary: Report malloc() stats |
2e61642d2ff0
mod_measure_malloc: Add a short README
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
4 ... |
2e61642d2ff0
mod_measure_malloc: Add a short README
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
5 |
2e61642d2ff0
mod_measure_malloc: Add a short README
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
6 Description |
2e61642d2ff0
mod_measure_malloc: Add a short README
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
7 =========== |
2e61642d2ff0
mod_measure_malloc: Add a short README
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
8 |
2e61642d2ff0
mod_measure_malloc: Add a short README
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
9 This module collects stats from `util.pposix.meminfo` usage and reports using Prosody 0.10 APIs |
2e61642d2ff0
mod_measure_malloc: Add a short README
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
10 |