]> 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:44 +0000 (12:14 -0500)
commit68ec7d93e82e02a37bacf2e2cc5c4ac0ea4d23c1
tree7d2ec68a589740f612a4e05eb9ca60596742b7b6
parentff147bcf9296bff02c1bc19ceeb38cf30b73f710
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