log mod_statistics/stats.lib.lua @ 4690:82dabfffaddf

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
Sat, 15 Jun 2013 20:43:10 +0100 Kim Alvefur mod_statistics/stats.lib.lua: Better check for prosody vs prosodyctl
Sat, 15 Jun 2013 19:08:34 +0100 Matthew Wild mod_statistics: Initial version, and a rough 'prosodyctl mod_statistics top'