Source
64
64
void zbx_diag_add_mem_stats(struct zbx_json *json, const char *name, const zbx_shmem_stats_t *stats);
65
65
int zbx_diag_add_historycache_info(const struct zbx_json_parse *jp, struct zbx_json *json, char **error);
66
66
int zbx_diag_add_preproc_info(const struct zbx_json_parse *jp, struct zbx_json *json, char **error);
67
67
void zbx_diag_add_locks_info(struct zbx_json *json);
68
68
int zbx_diag_add_connector_info(const struct zbx_json_parse *jp, struct zbx_json *json, char **error);
69
69
70
70
void zbx_diag_init(zbx_diag_add_section_info_func_t cb);
71
71
int zbx_diag_get_info(const struct zbx_json_parse *jp, char **info);
72
72
void zbx_diag_log_info(unsigned int flags, char **result);
73
73
74
-
75
74
#endif /* ZABBIX_ZBXDIAG_H */