Mercurial > prosody-modules
log mod_statistics/stats.lib.lua @ 2369:2fb11d34087e
age | author | description |
---|---|---|
2016-09-18 | Matthew Wild | mod_statistics/stats: Guard usage of module:get_option() so we only call it when Prosody is running |
2016-06-13 | 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. |
2013-06-15 | Matthew Wild | mod_statistics: Remove expensive and non-portable /proc-based memory stats |
2013-06-15 | Matthew Wild | mod_statistics/stats.lib.lua: Only fetch shared tables if running under Prosody |
2013-06-15 | Kim Alvefur | mod_statistics/stats.lib.lua: Improve memory stats (use pposix.meminfo() if available) |
2013-06-15 | Kim Alvefur | mod_statistics/stats.lib.lua: Better s2s session counting |
2013-06-15 | Kim Alvefur | mod_statistics/stats.lib.lua: Better check for prosody vs prosodyctl |
2013-06-15 | Matthew Wild | mod_statistics: Initial version, and a rough 'prosodyctl mod_statistics top' |