<p class="MsoNormal">Ricardo,</p><p class="MsoNormal"><span style="font-size: 10pt; font-family: Consolas;" lang="EN-US"><br></span></p><p class="MsoNormal"><span style="font-size: 10pt; font-family: Consolas;" lang="EN-US">&quot;I also installed the codec g729 for transcoding from g711 to g729  (for testing purposes only).&quot;</span></p>
We&#39;re assuming you&#39;re using deepwalker&#39;s fs_itu_g729 codec?<br><div class="gmail_quote"><br>If you&#39;re planning to transcode G729 it&#39;s always better to test with the one you&#39;re actually going to be using. You can get completely different results since they&#39;re different code bases.<br>
<br>fs_itu_g729 will use more CPU and memory than mod_com_g729 so you&#39;ll get different load testing results.<br>It also has no concept of licenses, so there&#39;s no way of testing that you&#39;re handling the conditions where mod_com_g729 has reached the license limit.<br>
<br>-Steve<br><br><br><br>On 21 January 2011 19:13, Anthony Minessale <span dir="ltr">&lt;<a href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Yes, G729 is a CPU hog, especially the illegal one you are testing with.<br>
The commercial one that you can purchase from<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a> probably will do slightly better but you<br>
will always get much less milage out of cpu intensive codecs.<br>
<div><div></div><div class="h5"><br>
<br>
On Fri, Jan 21, 2011 at 9:06 AM, Ricardo Martinez<br>
&lt;<a href="mailto:rmartinez@redvoiss.net">rmartinez@redvoiss.net</a>&gt; wrote:<br>
&gt; Hello.<br>
&gt;<br>
&gt; I have the opportunity to use an even more powerful server.  I have just<br>
&gt; installed CentOS 5.5 64 bit, and compile freeswitch with 64 bits.<br>
&gt;<br>
&gt; This is the output with 100 simm calls using transcoding from G711 to G729<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; top - 16:57:56 up  6:04,  2 users,  load average: 11.60, 12.49, 12.58<br>
&gt;<br>
&gt; Tasks: 168 total,   1 running, 167 sleeping,   0 stopped,   0 zombie<br>
&gt;<br>
&gt; Cpu0  : 35.4%us,  0.6%sy,  0.0%ni, 63.6%id,  0.3%wa,  0.0%hi,  0.1%si,<br>
&gt; 0.0%st<br>
&gt;<br>
&gt; Cpu1  : 34.9%us,  0.6%sy,  0.0%ni, 58.8%id,  4.9%wa,  0.1%hi,  0.7%si,<br>
&gt; 0.0%st<br>
&gt;<br>
&gt; Cpu2  : 34.9%us,  0.6%sy,  0.0%ni, 59.6%id,  4.1%wa,  0.1%hi,  0.7%si,<br>
&gt; 0.0%st<br>
&gt;<br>
&gt; Cpu3  : 35.0%us,  0.7%sy,  0.0%ni, 62.0%id,  1.8%wa,  0.2%hi,  0.3%si,<br>
&gt; 0.0%st<br>
&gt;<br>
&gt; Cpu4  : 35.8%us,  1.3%sy,  0.0%ni, 62.5%id,  0.2%wa,  0.0%hi,  0.1%si,<br>
&gt; 0.0%st<br>
&gt;<br>
&gt; Cpu5  : 35.6%us,  1.6%sy,  0.0%ni, 60.1%id,  1.8%wa,  0.1%hi,  0.8%si,<br>
&gt; 0.0%st<br>
&gt;<br>
&gt; Cpu6  : 35.8%us,  1.9%sy,  0.0%ni, 59.9%id,  1.5%wa,  0.1%hi,  0.8%si,<br>
&gt; 0.0%st<br>
&gt;<br>
&gt; Cpu7  : 36.5%us,  2.0%sy,  0.0%ni, 60.6%id,  0.7%wa,  0.0%hi,  0.2%si,<br>
&gt;  0.0%st<br>
&gt;<br>
&gt; Mem:   8165808k total,  1208292k used,  6957516k free,   150228k buffers<br>
&gt;<br>
&gt; Swap: 10223608k total,        0k used, 10223608k free,   772980k cached<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;   PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+<br>
&gt; COMMAND<br>
&gt;<br>
&gt;  5265 root      18   0  541m  79m 5796 S 469.5  1.0   1077:32<br>
&gt; freeswitch<br>
&gt;<br>
&gt;     1 root      15   0 10348  684  572 S  0.0  0.0   0:01.24<br>
&gt; init<br>
&gt;<br>
&gt;     2 root      RT  -5     0    0    0 S  0.0  0.0   0:00.00<br>
&gt; migration/0<br>
&gt;<br>
&gt;     3 root      34  19     0    0    0 S  0.0  0.0   0:00.00<br>
&gt; ksoftirqd/0<br>
&gt;<br>
&gt;     4 root      RT  -5     0    0    0 S  0.0  0.0   0:00.00<br>
&gt; watchdog/0<br>
&gt;<br>
&gt;     5 root      RT  -5     0    0    0 S  0.0  0.0   0:00.00<br>
&gt; migration/1<br>
&gt;<br>
&gt;     6 root      34  19     0    0    0 S  0.0  0.0   0:00<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Is normal the load average?<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; This is the output with uname –a<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; [root@siptrcrv2 snmp]# uname -a<br>
&gt;<br>
&gt; Linux siptrcrv2 2.6.18-194.el5 #1 SMP Fri Apr 2 14:58:14 EDT 2010 x86_64<br>
&gt; x86_64 x86_64 GNU/Linux<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Regards,<br>
&gt;<br>
&gt; Ricardo.-<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; De: <a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a><br>
&gt; [mailto:<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a>] En nombre de Brian<br>
&gt; West<br>
&gt; Enviado el: miércoles, 19 de enero de 2011 16:22<br>
&gt; Para: FreeSWITCH Users Help<br>
&gt;<br>
&gt; Asunto: Re: [Freeswitch-users] Question aboutCPU usage.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Chances are if you would install a 64bit OS on that there NICE 64bit CPU it<br>
&gt; would work much better.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; /b<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Jan 19, 2011, at 12:43 PM, Ricardo Martinez wrote:<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Hello.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; [root@ser-ng bin]# uname -a<br>
&gt;<br>
&gt; Linux 2.6.33.5-124.fc13.i686.PAE #1 SMP Fri Jun 11 09:42:24 UTC 2010 i686<br>
&gt; i686 i386 GNU/Linux<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Ricardo.-<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; De: <a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a> [mailto:<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a>] En<br>

&gt; nombre de Brian West<br>
&gt; Enviado el: miércoles, 19 de enero de 2011 15:41<br>
&gt; Para: FreeSWITCH Users Help<br>
&gt; Asunto: Re: [Freeswitch-users] Question aboutCPU usage.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Depend what does uname -a say?<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; /b<br>
&gt;<br>
&gt;<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; FreeSWITCH-users mailing list<br>
&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt;<br>
<br>
<br>
<br>
--<br>
Anthony Minessale II<br>
<br>
FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>
ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>
Twitter: <a href="http://twitter.com/FreeSWITCH_wire" target="_blank">http://twitter.com/FreeSWITCH_wire</a><br>
<br>
AIM: anthm<br>
<a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>
GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch<br>
<br>
FreeSWITCH Developer Conference<br>
<a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br>
<a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>
pstn:+19193869900<br>
<br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br>