|
jabberd14 1.6.2
|
collect statistical information and write it the the log More...
#include "jsm.h"Data Structures | |
| struct | mod_stat_data_st |
| structure holding statistics data More... | |
Typedefs | |
| typedef struct mod_stat_data_st * | mod_stat_data_t |
| structure holding statistics data | |
Functions | |
| void | mod_stat (jsmi si) |
collect statistical information and write it the the log
this module collects statistical information and writes them every 5 minutes to the log
| typedef struct mod_stat_data_st * mod_stat_data_t |
structure holding statistics data
One instance of this structure is used to keep statistical data for a session manager instance.
| void mod_stat | ( | jsmi | si | ) |
the main startup/initialization function of mod_stat registering the callbacks in the session manager
| si | the session manager instance |
References e_DELIVER, js_mapi_register(), jsmi_struct::p, pmalloco(), register_beat(), and mod_stat_data_st::si.
1.7.4