Re: [asterisk-users] Asterisk 13 High CPU usage

2016-07-24 Thread ian gilmour
The following bash 1-liner may be useful... while true; do top -Hbc -p `pgrep asterisk` -n 1 && asterisk -rx "core show threads"; sleep 1; done Regards, Ian On 24/07/2016 13:39, Tzafrir Cohen wrote: > > On Fri, Jul 22, 2016 at 12:02:43AM +0100, Chirag Desai wrote: >> >> I am not sure where

Re: [asterisk-users] Asterisk 13 High CPU usage

2016-07-24 Thread Tzafrir Cohen
On Fri, Jul 22, 2016 at 12:02:43AM +0100, Chirag Desai wrote: > I am not sure where to start looking in order to debug the CPU usage by > asterisk and would very much appreciate some guidance. If you run 'top', the basic information would be to show per-CPU information (press '1'). Another thing