Re: [asterisk-users] Asterisk-cpu utilization > 60 %

2011-05-20 Thread RSCL Mumbai
I think I managed to solve this issue The problem lay in the VirtualBox setting for the VM. I will post the exact setting tomorrow which should help others. Sorry for being a trouble to others :( Best regards & have a great weekend. Sans On Fri, May 20, 2011 at 3:03 PM, RSCL Mumbai wro

Re: [asterisk-users] Asterisk-cpu utilization > 60 %

2011-05-20 Thread RSCL Mumbai
This seems to be an interesting post: http://forums.virtualbox.org/viewtopic.php?t=12903 As per OP's message, CONFIG_HG is indeed 1000 [root@e1 ~]# grep CONFIG_HZ /boot/config-2.6.18-194.3.1.el5 # CONFIG_HZ_100 is not set # CONFIG_HZ_250 is not set CONFIG_HZ_1000=y CONFIG_HZ=1000 [root@e1 ~]# N

Re: [asterisk-users] Asterisk-cpu utilization > 60 %

2011-05-20 Thread RSCL Mumbai
logger.conf is only set for: full => notice,warning,error,debug I have now removed "debug". On Fri, May 20, 2011 at 2:57 PM, Thorsten Göllner wrote: > Maybe IO-Activity caused by intensive logging. Take a look at your > Log-Files. Maybe one or more log files a growing "rapidly"? > > Am 20.05

Re: [asterisk-users] Asterisk-cpu utilization > 60 %

2011-05-20 Thread Thorsten Göllner
Maybe IO-Activity caused by intensive logging. Take a look at your Log-Files. Maybe one or more log files a growing "rapidly"? Am 20.05.2011 11:24, schrieb RSCL Mumbai: CPU utilization is constantly above 24% without any call activity.. top -

Re: [asterisk-users] Asterisk-cpu utilization > 60 %

2011-05-20 Thread RSCL Mumbai
CPU utilization is constantly above 24% without any call activity.. *top - 05:53:09 up 1:28, 2 users, load average: 0.18, 0.27, 0.29 Tasks: 79 total, 1 running, 78 sleeping, 0 stopped, 0 zombie Cpu(s): 9.7%us, 2.3%sy, 0.0%ni, 87.8%id, 0.0%wa, 0.2%hi, 0.0%si, 0.0%st Mem: 1026824k

Re: [asterisk-users] Asterisk-cpu utilization > 60 %

2011-05-19 Thread satish patel
How much memory have allocate to VM ? and send top or ps command output. Date: Thu, 19 May 2011 22:44:58 +0530 From: rscl.mum...@gmail.com To: asterisk-users@lists.digium.com Subject: Re: [asterisk-users] Asterisk-cpu utilization > 60 % Processor: Intel Dual Core Xeon 3.0GHz -> Host: Cent

Re: [asterisk-users] Asterisk-cpu utilization > 60 %

2011-05-19 Thread RSCL Mumbai
Processor: Intel Dual Core Xeon 3.0GHz -> Host: CentOS 5.6 (64 bit) --> Virtualbox 4 (64 bit) ---> Asterisk 1.6.2.13 via 64 bit Elastix 2.0.3 Anyone else facing high CPU usage problem with Asterisk 1.6.2.13 or any Elastix 2.0.3 users here ? With just 3 concurrent calls and none in queue, the CPU

Re: [asterisk-users] Asterisk-cpu utilization > 60 %

2011-05-16 Thread satish patel
can find in above few lines.. -S Date: Mon, 16 May 2011 20:38:34 +0530 From: rscl.mum...@gmail.com To: asterisk-users@lists.digium.com Subject: Re: [asterisk-users] Asterisk-cpu utilization > 60 % http://www.moythreads.com/wordpress/2009/05/06/why-does-asterisk-consume-100-cpu/ Mov

Re: [asterisk-users] Asterisk-cpu utilization > 60 %

2011-05-16 Thread Mark Deneen
On Mon, May 16, 2011 at 10:33 AM, Tzafrir Cohen wrote: > On Mon, May 16, 2011 at 10:01:36AM -0400, Mark Deneen wrote: > > > "strace -f -ff ASTERISK_PID" > > > > traces all threads on my system. > > But do you really want that? > > Asterisk has many threads generating quite a lot of noise (threads

Re: [asterisk-users] Asterisk-cpu utilization > 60 %

2011-05-16 Thread RSCL Mumbai
> > >> http://www.moythreads.com/wordpress/2009/05/06/why-does-asterisk-consume-100-cpu/ >> > > Moving forward with the suggestion provided on the above link, I have the > activity dump of all asterisk processes when the load was 22%. > Need help in understanding the output. > > What should I look

Re: [asterisk-users] Asterisk-cpu utilization > 60 %

2011-05-16 Thread satish patel
0 ?SMay08 201:35 [events/0] root10 0.0 0.0 0 0 ?SMay08 1:19 [events/1] > Date: Mon, 16 May 2011 17:37:16 +0300 > From: tzafrir.co...@xorcom.com > To: asterisk-users@lists.digium.com > Subject: Re: [asterisk-users] Asterisk-cpu util

Re: [asterisk-users] Asterisk-cpu utilization > 60 %

2011-05-16 Thread Tzafrir Cohen
On Mon, May 16, 2011 at 05:19:20PM +0430, Pezhman Lali wrote: > check your running process, if you have more than one asterisk in your > "top" re install your asterisk. Reinstall? Care to explain why? -- Tzafrir Cohen icq#16849755 jabber:tzafrir.co...@xorcom.com +972-

Re: [asterisk-users] Asterisk-cpu utilization > 60 %

2011-05-16 Thread Tzafrir Cohen
On Mon, May 16, 2011 at 10:01:36AM -0400, Mark Deneen wrote: > "strace -f -ff ASTERISK_PID" > > traces all threads on my system. But do you really want that? Asterisk has many threads generating quite a lot of noise (threads periodically polling something). -- Tzafrir Cohen ic

Re: [asterisk-users] Asterisk-cpu utilization > 60 %

2011-05-16 Thread Mark Deneen
On Sun, May 15, 2011 at 4:08 AM, Tzafrir Cohen wrote: > > Not exactly. Asterisk is multi-threaded. strae traces a specific thread. > > To see the most active thread, press 'H' (shift-h) in top. Wait for the > display to refresh at least twice (on the first time it won't make > sense) and now check

Re: [asterisk-users] Asterisk-cpu utilization > 60 %

2011-05-16 Thread RSCL Mumbai
On Mon, May 16, 2011 at 6:19 PM, Pezhman Lali wrote: > check your running process, if you have more than one asterisk in your > "top" re install your asterisk. > > > On Sun, May 15, 2011 at 7:07 PM, Satish Patel wrote: > >> >> Check this out >> >> >> http://www.moythreads.com/wordpress/2009/05/06

Re: [asterisk-users] Asterisk-cpu utilization > 60 %

2011-05-16 Thread Pezhman Lali
check your running process, if you have more than one asterisk in your "top" re install your asterisk. On Sun, May 15, 2011 at 7:07 PM, Satish Patel wrote: > > Check this out > > > http://www.moythreads.com/wordpress/2009/05/06/why-does-asterisk-consume-100-cpu/ > > > -- > Sent from my iPhone >

Re: [asterisk-users] Asterisk-cpu utilization > 60 %

2011-05-15 Thread Satish Patel
Check this out http://www.moythreads.com/wordpress/2009/05/06/why-does-asterisk-consume-100-cpu/ -- Sent from my iPhone On May 15, 2011, at 4:08 AM, Tzafrir Cohen wrote: On Sun, May 15, 2011 at 08:24:08AM +0200, Leandro Dardini wrote: 2011/5/15 RSCL Mumbai On Sat, May 14, 2011 at 1

Re: [asterisk-users] Asterisk-cpu utilization > 60 %

2011-05-15 Thread Tzafrir Cohen
On Sun, May 15, 2011 at 08:24:08AM +0200, Leandro Dardini wrote: > 2011/5/15 RSCL Mumbai > > > > > On Sat, May 14, 2011 at 11:43 AM, Leandro Dardini wrote: > > > >> Check if someone is brute forcing your asterisk accounts. It used to > >> happen to me before I install fail2ban. You can easily che

Re: [asterisk-users] Asterisk-cpu utilization > 60 %

2011-05-14 Thread Leandro Dardini
2011/5/15 RSCL Mumbai > > On Sat, May 14, 2011 at 11:43 AM, Leandro Dardini wrote: > >> Check if someone is brute forcing your asterisk accounts. It used to >> happen to me before I install fail2ban. You can easily check the "full" log >> of asterisk or with just a "tcpdump -i any -n port 5060 or

Re: [asterisk-users] Asterisk-cpu utilization > 60 %

2011-05-14 Thread RSCL Mumbai
On Sat, May 14, 2011 at 11:43 AM, Leandro Dardini wrote: > Check if someone is brute forcing your asterisk accounts. It used to happen > to me before I install fail2ban. You can easily check the "full" log of > asterisk or with just a "tcpdump -i any -n port 5060 or port 4569". > > Thx for the tcp

Re: [asterisk-users] Asterisk-cpu utilization > 60 %

2011-05-13 Thread Leandro Dardini
2011/5/14 RSCL Mumbai > Hi, > > On 64 bit centos 5.6 I have virtualbox 4 and 64 bit elastix latest. > > Since yesterday cpu utilization has been constantly peaking 65-75%. Hardly > 1-2 concurrent calls. No other activity on server. Top shows asterisk on > top. > > Its quad xeon server with 4 gb r

[asterisk-users] Asterisk-cpu utilization > 60 %

2011-05-13 Thread RSCL Mumbai
Hi, On 64 bit centos 5.6 I have virtualbox 4 and 64 bit elastix latest. Since yesterday cpu utilization has been constantly peaking 65-75%. Hardly 1-2 concurrent calls. No other activity on server. Top shows asterisk on top. Its quad xeon server with 4 gb ram. Any suggestion where should I star