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