annotate mod_measure_malloc/README.markdown @ 3000:02fc3b64cbb7

Initial commit of mod_slack_webhooks. This provides an HTTP-based interface to and from Prosody-hosted MUCs equivalent to Slack's incoming and outgoing webhook interfaces, allowing a variety of Slack integrations to be used with a Prosody MUC.
author Nathan Whitehorn <nwhitehorn@physics.ucla.edu>
date Sun, 15 Apr 2018 08:45:43 -0700
parents 2e61642d2ff0
children f02c0f5e44ac
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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