Software /
code /
prosody-modules
Log
mod_statistics/stats.lib.lua @ 5520:67448e677706
description | author | age |
---|---|---|
mod_statistics: Split module:shared() into multiple calls, multiple params may be deprecated soon | Matthew Wild | Tue, 07 Aug 2018 21:11:37 +0100 |
mod_statistics/stats: Guard usage of module:get_option() so we only call it when Prosody is running | Matthew Wild | Sun, 18 Sep 2016 18:53:09 +0100 |
mod_statistics: Add 'statistics_meminfo_interval' option to control the number of seconds between calls to mallinfo(). Between calls, cached results are used. | Matthew Wild | Mon, 13 Jun 2016 13:15:07 +0100 |
mod_statistics: Remove expensive and non-portable /proc-based memory stats | Matthew Wild | Sat, 15 Jun 2013 22:07:35 +0100 |
mod_statistics/stats.lib.lua: Only fetch shared tables if running under Prosody | Matthew Wild | Sat, 15 Jun 2013 21:17:09 +0100 |
mod_statistics/stats.lib.lua: Improve memory stats (use pposix.meminfo() if available) | Kim Alvefur | Sat, 15 Jun 2013 20:57:18 +0100 |
mod_statistics/stats.lib.lua: Better s2s session counting | Kim Alvefur | Sat, 15 Jun 2013 20:56:19 +0100 |