Debugging questions

We use Freepbx and asterisk 13.19.1 currently. We currently have 80,000 calls processed in about a week of running on one of our servers. I’ve noticed that lately the server seems to be running really hot (More than normal) at times and it gets a bit worse over time till we reboot then it improves it. I am wondering if there is a memory leak or a slow loop somewhere that is slowly killing performance.

How would I go about recording or getting useful debug information for the asterisk developers to look at?

Use the MALLOC_DEBUG to find memory misuse

http://blogs.asterisk.org/2017/10/18/using-malloc_debug-find-memory-misuse/

1 Like