Mercurial > prosody-modules
annotate mod_measure_malloc/README.markdown @ 2752:d0e75bf21d30
mod_delegation: added disco#items support
disco#items are forwarded to managing entity when suitable. This feature is not yet in XEP-0355, but it should be added soon.
"http://jabber.org/protocol/disco#items:*" is used as a pseudo-namespace to activate this delegation.
Also changed spaces to tabs to follow Prosody coding style.
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 27 Aug 2017 20:46:04 +0200 |
parents | 2e61642d2ff0 |
children | 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 |