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