[sr-dev] [kamailio/kamailio] Suspected design flaw in SNMPstats - shm memory slowly being allocated (#635)

Olle E. Johansson notifications at github.com
Tue May 24 14:41:38 CEST 2016


SNMPstats has a queued buffer that contains registration changes based on callbacks from usrloc. If one loads SNMPstats this queue grows forever and is only emptied when someone actually calls exactly the right parts of the MIB. At that time the queue is processed and an internal copy of the location table is produced and published. If one uses other parts of the MIB the queue keeps growing.

This can be turned off by disabling the modparam "Export_registrar". 

Proposed changes:
- Improve the README
- Check if the processing of the queue can happen on timer instead of waiting for accidental checks.


---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/635
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-dev/attachments/20160524/cda77754/attachment.html>


More information about the sr-dev mailing list