]> git.ipfire.org Git - thirdparty/asterisk.git/commit
stasis: Add statistics gathering in developer mode.
authorJoshua C. Colp <jcolp@digium.com>
Fri, 30 Nov 2018 11:40:40 +0000 (07:40 -0400)
committerJoshua C. Colp <jcolp@digium.com>
Wed, 12 Dec 2018 17:14:04 +0000 (13:14 -0400)
commite5605232dff9d730b4a3bfa7bc97789175251c74
treeccd13e85f83839bd1f276a2026018a1eb8748db5
parenta03202e5515411f32c737b0f3c85ab2a9b5df5a2
stasis: Add statistics gathering in developer mode.

This change adds statistics gathering to Stasis topics,
subscriptions, and message types. These can be viewed using
CLI commands and provide insight into how Stasis is used
and how long certain operations take to execute.

These are only available when Asterisk is compiled in
developer mode and do not have any impact under normal
operation.

ASTERISK-28117

Change-Id: I94411b53767f89ee01714daaecf0c2f1666e863f
include/asterisk/stasis.h
include/asterisk/stasis_internal.h
include/asterisk/stasis_message_router.h
main/asterisk.c
main/asterisk.exports.in
main/stasis.c
main/stasis_cache.c
main/stasis_message_router.c