Hi Giovanny,<br><br>thanks for your help, <br>everything that heavyly accesses the disk is on ramdisk now... <br>hopefully will get some real traffic pretty soon... <br><br><br><div class="gmail_quote">On Tue, Aug 25, 2009 at 3:47 PM, Giovanni Maruzzelli <span dir="ltr">&lt;<a href="mailto:gmaruzz@celliax.org">gmaruzz@celliax.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">is a heavely multithreaded software, it benefits from number of CPUs<br>
(or cores), RAM, and heavy duty kernel features (found in 64bit<br>
kernels)<br>
<br>
put all accesses on ramdisk, leave out the modules you don&#39;t use...<br>
<br>
experiment, test, and find the best for your specific application/workload<br>
<br>
test not only with sipp, but with real load too (often they&#39;re very different)<br>
<font color="#888888"><br>
-gm<br>
</font><div><div></div><div class="h5"><br>
<br>
On Tue, Aug 25, 2009 at 3:42 PM, Tihomir Culjaga&lt;<a href="mailto:tculjaga@gmail.com">tculjaga@gmail.com</a>&gt; wrote:<br>
&gt; thanks for the feedback... this is something im going to do tomorrow...<br>
&gt;<br>
&gt; what about other things?<br>
&gt;<br>
&gt;<br>
&gt; On Tue, Aug 25, 2009 at 3:39 PM, Jay Binks &lt;<a href="mailto:jaybinks@gmail.com">jaybinks@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Everytime someone asks this ,  the resounding answer is use a 64bit os..<br>
&gt;&gt; No question<br>
&gt;&gt; Jay<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On 25/08/2009, at 23:19, Tihomir Culjaga &lt;<a href="mailto:tculjaga@gmail.com">tculjaga@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Hey Giovanni,<br>
&gt;&gt;<br>
&gt;&gt; thanks for the tip... indeed the db files were heavily used regardless if<br>
&gt;&gt; i started freeswitch with nosql option (freeswitch -nosql)... FS was not<br>
&gt;&gt; writing anything into that files ... instead it was just accessing it....<br>
&gt;&gt; This behaviour leads to a waste of 40% CPU time... waiting for other<br>
&gt;&gt; processes (mainly disk access) to finish!!!<br>
&gt;&gt;<br>
&gt;&gt; I moved freeswitch/db/ to a ramdisk and the performance got a boost to 140<br>
&gt;&gt; CPS with a CPU load of 80%. I was keeping the machine for a while (20 - 30<br>
&gt;&gt; minutes) on that rate when i sow CPU suddenly went to 100% and FS becoming<br>
&gt;&gt; irresponsive :).<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; What can be wrong?<br>
&gt;&gt; What are the limits in CPU usage (50%, 60%, 70%, 80%...) we should not<br>
&gt;&gt; cross?<br>
&gt;&gt; What fine tuning do we need in order to asure a long high load run?<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Also, I&#39;m running 32-bit OS (debian 5) on a 64 bit CPU... does it have<br>
&gt;&gt; sense to move my OS to 64 bit? ... will FS gain more preformance ?... I mean<br>
&gt;&gt; will FS perofomr drastically better 20%+ ?<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Tihomir.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Tue, Aug 25, 2009 at 11:00 AM, Giovanni Maruzzelli<br>
&gt;&gt; &lt;<a href="mailto:gmaruzz@celliax.org">gmaruzz@celliax.org</a>&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Maybe your load comes from disk access?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Try putting the sql and log directories on a ramdisk.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; OTH,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; -giovanni<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Tue, Aug 25, 2009 at 10:54 AM, Tihomir Culjaga&lt;<a href="mailto:tculjaga@gmail.com">tculjaga@gmail.com</a>&gt;<br>
&gt;&gt;&gt; wrote:<br>
&gt;&gt;&gt; &gt; Hello,<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; i&#39;m trying to use freeswitch as a redirecting server meaning FS has to<br>
&gt;&gt;&gt; &gt; receive an INVITE and according to some rules it will redirect calls to<br>
&gt;&gt;&gt; &gt; other destinations.<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; CALLING_USER                FREESWITCH                        SOMEWHERE<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; INVITE -------------------------------&gt;<br>
&gt;&gt;&gt; &gt;            &lt;------------------------------ 100 Trying<br>
&gt;&gt;&gt; &gt;            &lt;------------------------------ 302 Moved Temporary<br>
&gt;&gt;&gt; &gt; ACK    -------------------------------&gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; INVITE---------------------------------------------------------------------------------&gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; Well, wverything works well except i have perfromance issues .... on my<br>
&gt;&gt;&gt; &gt; HW<br>
&gt;&gt;&gt; &gt; FS cannot do more than 40 CPS (INVITE answered by 302 Moved Temporary).<br>
&gt;&gt;&gt; &gt; When<br>
&gt;&gt;&gt; &gt; i increase the rate, FS starts delaying 302 response. Right at 50 CPS i<br>
&gt;&gt;&gt; &gt; see<br>
&gt;&gt;&gt; &gt; &quot;calls&quot; being build up in FS and the delay begining to grow.<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; When i observe the machine, load average is almost nothing (load<br>
&gt;&gt;&gt; &gt; average:<br>
&gt;&gt;&gt; &gt; 1.41, 0.61, 0.60) CPU never goes to 100%, and i see only one thread<br>
&gt;&gt;&gt; &gt; taking<br>
&gt;&gt;&gt; &gt; most load... all others are just sitting there with 1-5 % CPU time.<br>
&gt;&gt;&gt; &gt; This looks to me as FS handles 302 messages in a single thread?!?!<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; tculjaga@FS:/usr/local/freeswitch/conf/dialplan$ top -H<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; top - 10:41:37 up 167 days, 20:42,  3 users,  load average: 1.41, 0.61,<br>
&gt;&gt;&gt; &gt; 0.60<br>
&gt;&gt;&gt; &gt; Tasks:  83 total,   2 running,  81 sleeping,   0 stopped,   0 zombie<br>
&gt;&gt;&gt; &gt; Cpu(s): 25.3%us,  1.5%sy,  0.0%ni, 30.3%id, 42.7%wa,  0.0%hi,  0.2%si,<br>
&gt;&gt;&gt; &gt; 0.0%st<br>
&gt;&gt;&gt; &gt; Mem:   2074520k total,   571244k used,  1503276k free,   259604k<br>
&gt;&gt;&gt; &gt; buffers<br>
&gt;&gt;&gt; &gt; Swap:  2650684k total,     3020k used,  2647664k free,   153868k cached<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;   PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+<br>
&gt;&gt;&gt; &gt; COMMAND<br>
&gt;&gt;&gt; &gt;  4814 root      20   0 34188  20m 3780 S   38  1.0   3:10.29<br>
&gt;&gt;&gt; &gt; freeswitch<br>
&gt;&gt;&gt; &gt;  4800 root      20   0 34188  20m 3780 S    6  1.0   0:08.26<br>
&gt;&gt;&gt; &gt; freeswitch<br>
&gt;&gt;&gt; &gt;  4798 root      20   0 34188  20m 3780 R    5  1.0   0:24.46<br>
&gt;&gt;&gt; &gt; freeswitch<br>
&gt;&gt;&gt; &gt;  4787 root      20   0 34188  20m 3780 S    2  1.0   0:11.24<br>
&gt;&gt;&gt; &gt; freeswitch<br>
&gt;&gt;&gt; &gt;  4794 root      20   0 34188  20m 3780 S    1  1.0   0:11.42<br>
&gt;&gt;&gt; &gt; freeswitch<br>
&gt;&gt;&gt; &gt;  4803 root      20   0 34188  20m 3780 S    1  1.0   0:11.74<br>
&gt;&gt;&gt; &gt; freeswitch<br>
&gt;&gt;&gt; &gt;  4788 root      20   0 34188  20m 3780 S    1  1.0   0:02.96<br>
&gt;&gt;&gt; &gt; freeswitch<br>
&gt;&gt;&gt; &gt;  4804 root      20   0 34188  20m 3780 S    1  1.0   0:01.64<br>
&gt;&gt;&gt; &gt; freeswitch<br>
&gt;&gt;&gt; &gt;  4807 root      20   0 34188  20m 3780 S    1  1.0   0:01.68<br>
&gt;&gt;&gt; &gt; freeswitch<br>
&gt;&gt;&gt; &gt;  4811 root      20   0 34188  20m 3780 S    1  1.0   0:02.50 freeswitch<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; cat /proc/cpuinfo<br>
&gt;&gt;&gt; &gt; processor       : 0<br>
&gt;&gt;&gt; &gt; vendor_id       : GenuineIntel<br>
&gt;&gt;&gt; &gt; cpu family      : 6<br>
&gt;&gt;&gt; &gt; model           : 15<br>
&gt;&gt;&gt; &gt; model name      : Intel(R) Xeon(R) CPU            5140  @ 2.33GHz<br>
&gt;&gt;&gt; &gt; stepping        : 6<br>
&gt;&gt;&gt; &gt; cpu MHz         : 2333.560<br>
&gt;&gt;&gt; &gt; cache size      : 4096 KB<br>
&gt;&gt;&gt; &gt; physical id     : 0<br>
&gt;&gt;&gt; &gt; siblings        : 2<br>
&gt;&gt;&gt; &gt; core id         : 0<br>
&gt;&gt;&gt; &gt; cpu cores       : 2<br>
&gt;&gt;&gt; &gt; apicid          : 0<br>
&gt;&gt;&gt; &gt; initial apicid  : 0<br>
&gt;&gt;&gt; &gt; fdiv_bug        : no<br>
&gt;&gt;&gt; &gt; hlt_bug         : no<br>
&gt;&gt;&gt; &gt; f00f_bug        : no<br>
&gt;&gt;&gt; &gt; coma_bug        : no<br>
&gt;&gt;&gt; &gt; fpu             : yes<br>
&gt;&gt;&gt; &gt; fpu_exception   : yes<br>
&gt;&gt;&gt; &gt; cpuid level     : 10<br>
&gt;&gt;&gt; &gt; wp              : yes<br>
&gt;&gt;&gt; &gt; flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge<br>
&gt;&gt;&gt; &gt; mca<br>
&gt;&gt;&gt; &gt; cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm<br>
&gt;&gt;&gt; &gt; constant_tsc arch_perfmon pebs bts pni monitor ds_cpl vmx est tm2 ssse3<br>
&gt;&gt;&gt; &gt; cx16<br>
&gt;&gt;&gt; &gt; xtpr dca lahf_lm<br>
&gt;&gt;&gt; &gt; bogomips        : 4670.78<br>
&gt;&gt;&gt; &gt; clflush size    : 64<br>
&gt;&gt;&gt; &gt; power management:<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; processor       : 1<br>
&gt;&gt;&gt; &gt; vendor_id       : GenuineIntel<br>
&gt;&gt;&gt; &gt; cpu family      : 6<br>
&gt;&gt;&gt; &gt; model           : 15<br>
&gt;&gt;&gt; &gt; model name      : Intel(R) Xeon(R) CPU            5140  @ 2.33GHz<br>
&gt;&gt;&gt; &gt; stepping        : 6<br>
&gt;&gt;&gt; &gt; cpu MHz         : 2333.560<br>
&gt;&gt;&gt; &gt; cache size      : 4096 KB<br>
&gt;&gt;&gt; &gt; physical id     : 0<br>
&gt;&gt;&gt; &gt; siblings        : 2<br>
&gt;&gt;&gt; &gt; core id         : 1<br>
&gt;&gt;&gt; &gt; cpu cores       : 2<br>
&gt;&gt;&gt; &gt; apicid          : 1<br>
&gt;&gt;&gt; &gt; initial apicid  : 1<br>
&gt;&gt;&gt; &gt; fdiv_bug        : no<br>
&gt;&gt;&gt; &gt; hlt_bug         : no<br>
&gt;&gt;&gt; &gt; f00f_bug        : no<br>
&gt;&gt;&gt; &gt; coma_bug        : no<br>
&gt;&gt;&gt; &gt; fpu             : yes<br>
&gt;&gt;&gt; &gt; fpu_exception   : yes<br>
&gt;&gt;&gt; &gt; cpuid level     : 10<br>
&gt;&gt;&gt; &gt; wp              : yes<br>
&gt;&gt;&gt; &gt; flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge<br>
&gt;&gt;&gt; &gt; mca<br>
&gt;&gt;&gt; &gt; cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm<br>
&gt;&gt;&gt; &gt; constant_tsc arch_perfmon pebs bts pni monitor ds_cpl vmx est tm2 ssse3<br>
&gt;&gt;&gt; &gt; cx16<br>
&gt;&gt;&gt; &gt; xtpr dca lahf_lm<br>
&gt;&gt;&gt; &gt; bogomips        : 4666.82<br>
&gt;&gt;&gt; &gt; clflush size    : 64<br>
&gt;&gt;&gt; &gt; power management:<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; uname -a<br>
&gt;&gt;&gt; &gt; Linux l01sipindir1 2.6.26-1-686 #1 SMP Sat Jan 10 18:29:31 UTC 2009<br>
&gt;&gt;&gt; &gt; i686<br>
&gt;&gt;&gt; &gt; GNU/Linux<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; Of course, i&#39;ve tuned the machine up<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; ulimit -c unlimited<br>
&gt;&gt;&gt; &gt; ulimit -d unlimited<br>
&gt;&gt;&gt; &gt; ulimit -f unlimited<br>
&gt;&gt;&gt; &gt; ulimit -i unlimited<br>
&gt;&gt;&gt; &gt; ulimit -n 999999<br>
&gt;&gt;&gt; &gt; ulimit -q unlimited<br>
&gt;&gt;&gt; &gt; ulimit -u unlimited<br>
&gt;&gt;&gt; &gt; ulimit -v unlimited<br>
&gt;&gt;&gt; &gt; ulimit -x unlimited<br>
&gt;&gt;&gt; &gt; ulimit -s 240<br>
&gt;&gt;&gt; &gt; ulimit -l unlimited<br>
&gt;&gt;&gt; &gt; ulimit -a<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; Started FS with minimum modules but still 40 CPS seems to be the limit.<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; So, is there any way to improve performance?<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; Tihomir.<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt;&gt; &gt; FreeSWITCH-users mailing list<br>
&gt;&gt;&gt; &gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt;&gt; &gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &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;&gt;&gt; &gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt;&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;&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&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;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&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;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&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>
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>
</div></div></blockquote></div><br>