Software /
code /
prosody-modules
Comparison
mod_measure_malloc/README.markdown @ 2709:2e61642d2ff0
mod_measure_malloc: Add a short README
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 27 Apr 2017 19:54:53 +0200 |
child | 3174:f02c0f5e44ac |
comparison
equal
deleted
inserted
replaced
2708:07d6077d2db7 | 2709:2e61642d2ff0 |
---|---|
1 --- | |
2 labels: | |
3 summary: Report malloc() stats | |
4 ... | |
5 | |
6 Description | |
7 =========== | |
8 | |
9 This module collects stats from `util.pposix.meminfo` usage and reports using Prosody 0.10 APIs | |
10 |