<div dir="ltr">It didn&#39;t explictly say &#39;pause&#39;... what i noticed grep-ing the log for the uuid of a call&#39;s that had hung was that it was going through a sequence of log messages that are usually &lt;1ms apart and instead were ~30s apart.<div>

<br></div><div>-Steve</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 20 November 2013 21:56, Andre Demattia <span dir="ltr">&lt;<a href="mailto:andretodd@verizon.net" target="_blank">andretodd@verizon.net</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div>
<div>
<div style="FONT-SIZE:11pt;FONT-FAMILY:Calibri,sans-serif">I had debug turned off but I&#39;ll enable it to see if anything interesting happens.<br>I didn&#39;t see anything that said pause.<br><br>I&#39;ll also turn off odbc for the core db and use the default one to see if that helps. Un testing it didn&#39;t help but I&#39;ll try it in again. </div>

</div>
<div dir="ltr">
<hr>
<span style="FONT-SIZE:11pt;FONT-FAMILY:Calibri,sans-serif;FONT-WEIGHT:bold">From: </span><span style="FONT-SIZE:11pt;FONT-FAMILY:Calibri,sans-serif"><a href="mailto:steveayre@gmail.com" target="_blank">Steven Ayre</a></span><br>

<span style="FONT-SIZE:11pt;FONT-FAMILY:Calibri,sans-serif;FONT-WEIGHT:bold">Sent: </span><span style="FONT-SIZE:11pt;FONT-FAMILY:Calibri,sans-serif">11/20/2013 4:36 PM</span><br><span style="FONT-SIZE:11pt;FONT-FAMILY:Calibri,sans-serif;FONT-WEIGHT:bold">To: </span><span style="FONT-SIZE:11pt;FONT-FAMILY:Calibri,sans-serif"><a href="mailto:freeswitch-users@lists.freeswitch.org" target="_blank">FreeSWITCH Users Help</a></span><div class="im">

<br><span style="FONT-SIZE:11pt;FONT-FAMILY:Calibri,sans-serif;FONT-WEIGHT:bold">Subject: </span><span style="FONT-SIZE:11pt;FONT-FAMILY:Calibri,sans-serif">Re: [Freeswitch-users] Freeswitch Performance</span><br><br></div>

</div>&gt;<div class="im"><br>&gt; show nothing other than FreeSWITCH was receiving the new messages but no<br>&gt; bridge or cancel actions were taking place<br><br><br>Do you have your logs at debug level and are there any log messages that<br>

indicate a call reaching a point then pausing?<br><br>I saw something recently similar under load, and it turned out to be the<br>limit subsystem was waiting on DB queries that were severely backing up<br>because there were too many commits happening per second and InnoDB was<br>

configured to flush to disk on every transaction commit which can only<br>happen ~200 times per second. (Switching to the memory engine fixed the<br>error although isn&#39;t transactional).<br><br>-Steve<br><br>-Steve<br>

<br><br>On 20 November 2013 20:38, Andre &lt;<a href="mailto:andretodd@verizon.net" target="_blank">andretodd@verizon.net</a>&gt; wrote:<br><br>&gt; I tested again and when I use 25 cps for 2 hours everything worked fine.<br>

&gt; When I sent 50 cps I noticed FreeSWITCH worked for about 5 minutes then I<br>&gt; saw the memory jump from 122 mb to to 1.6 gb in seconds. I think FreeSWITCH<br>&gt; crashed but the logs show nothing other than FreeSWITCH was receiving the<br>

&gt; new messages but no bridge or cancel actions were taking place.<br>&gt;<br>&gt;<br>&gt;<br>&gt; How do I tell what happened that made freeswitch just stop working? The<br>&gt; GUI didn’t show anything like a throw exception and when I type version or<br>

&gt; sofia status in the FreeSWITCH gui it doesn’t respond.<br>&gt;<br>&gt;<br>&gt;<br>&gt; Andre<br>&gt;<br>&gt;<br>&gt;<br></div>&gt; *From:* <a href="mailto:freeswitch-users-bounces@lists.freeswitch.org" target="_blank">freeswitch-users-bounces@lists.freeswitch.org</a> [mailto:<br>

&gt; <a href="mailto:freeswitch-users-bounces@lists.freeswitch.org" target="_blank">freeswitch-users-bounces@lists.freeswitch.org</a>] *On Behalf Of *Anthony<br>&gt; Minessale<br>&gt; *Sent:* Wednesday, November 20, 2013 12:33 AM<br>

&gt; *To:* Freeswitch-users<br>&gt;<br>&gt; *Subject:* Re: [Freeswitch-users] Freeswitch Performance<div><div class="h5"><br>&gt;<br>&gt;<br>&gt;<br>&gt; Get HEAD of stable branch or HEAD of master for latest build files.<br>

&gt;<br>&gt; There is no promise windows can do 500cps the industry standard is 50 and<br>&gt; you&#39;ll have probably more luck on linux but there is only on way to fimd<br>&gt; out.<br>&gt;<br>&gt; On Nov 19, 2013 11:27 PM, &quot;I put the Who? in Mishehu&quot; &lt;<br>

&gt; <a href="mailto:mishehu@freeswitch.org" target="_blank">mishehu@freeswitch.org</a>&gt; wrote:<br>&gt;<br>&gt; The amusing thing about the recurring load test threads that pop up every<br>&gt; now and then is that the most important tips are already documented on the<br>

&gt; wiki in one single page.  Beyond that, you probably spend more time load<br>&gt; testing than you do just tossing up another server and using something like<br>&gt; kamailio or opensips to load balance...<br>&gt;<br>

&gt;<br>&gt; --<br>&gt;<br>&gt; Yossi Neiman<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; On 11/19/2013 06:48 PM, Antonio Teixeira wrote:<br>&gt;<br>&gt; Hello Andre.<br>&gt;<br>&gt; Solving performance problems is always hard , but a few points to keep in<br>

&gt; mind :<br>&gt;<br>&gt; To my knowledge FS is pretty much a linux software , it works on windows<br>&gt; by that i doesn&#39;t means it performs on windows ( please correct me if i&#39;m<br>&gt; wrong)<br>&gt; The native DB for FS is Postgresql ( this should make you oracle admin<br>

&gt; more happy :) ).<br>&gt;<br>&gt; Try this :<br>&gt; Linux Server Realtime Kernel + Last FS Stable + Postgresql ( tune it well).<br>&gt; Take care with ulimit on linux , its needed for the extra punch of<br>&gt; performance<br>

&gt; Check if your &quot;performance test&quot; is real if you are pointing to 1500CPS<br>&gt; for a two minute call you will have 180k calls before the first call gets<br>&gt; disconnected,  if you are also testing RTP that means 180k * 2 ports needed<br>

&gt; , The Kernel will start to complaining and you will run out of ports you<br>&gt; will also run out of FD probably before you run out of ports on a not tuned<br>&gt; linux install.<br>&gt; If the DB is on the same server it will also  stall since the FD will not<br>

&gt; be present for new connections to the back end.<br>&gt;<br>&gt; In terms of BW you will exceed 230000 kb/s add a few more kb/s for the DB<br>&gt; ( Not a problem here i think)<br>&gt;<br>&gt; Another thing , no sip server ( please include all the nice names here<br>

&gt; like B2BUA , etc ) should ever queue anything.<br>&gt; I have never read the code that handles this on FS but the way i would do<br>&gt; it should be something like : can we sustain the load ? No in that case<br>&gt; send 503 else proceed.<br>

&gt; This is done in freeswitch by this var<br>&gt; <a href="https://wiki.freeswitch.org/wiki/XML_Switch_Configuration#max-sessions" target="_blank">https://wiki.freeswitch.org/wiki/XML_Switch_Configuration#max-sessions</a><br>

&gt;<br>&gt; A more general approach:<br>&gt; In SIp Servers you will generally ( if not running cpu intensive tasks,<br>&gt; trancoding , tone detection , etc ), consume all the ram , Network IO ,than<br>&gt; the cpu.<br>

&gt; For the guys that plan something big you should take a look at this :<br>&gt; <a href="http://www.solarflare.com/High-Frequency-Trading" target="_blank">http://www.solarflare.com/High-Frequency-Trading</a><br>&gt; Not by The NIC itself but because of this :<br>

&gt; <a href="http://www.openonload.org" target="_blank">http://www.openonload.org</a><br>&gt;<br>&gt; Without more data i don&#39;t think we can help , above all performance<br>&gt; testing is a dark art you just need to keep on trying different things and<br>

&gt; above all have some type of monitor tool to understand what exactly is<br>&gt; holding you up , maybe its no FS...<br>&gt;<br>&gt; Also 1500CPS is something seen in  carrier operations generally with a<br>&gt; named SBC in front , keep in mind that FS is a great software but it<br>

&gt; doesn&#39;t hold against SBC&#39;s that use special processors like ASIC to perform<br>&gt; transcoding , sip parsing , tone detection ,etc etc<br>&gt;<br>&gt;<br>&gt; Disclaimer : post written deep into the night...<br>

&gt;<br>&gt; On 20/11/13 00:09, Andre wrote:<br>&gt;<br>&gt; Hi, I am testing out my FreeSWITCH  1.2.14 64 bit windows 8.1 on my<br>&gt; Alienware Laptop with a very fast SSD and I7 processor with 8 GB DDR3 Ram.<br>&gt;<br>

&gt;<br>&gt;<br>&gt; I have been using a pjsip test tool to test FreeSWITCH to see how it<br>&gt; performs. Tell me if I’m wrong here, I believe if I sent “too many” calls<br>&gt; to FreeSWITCH  that it queues up the calls and sooner or later uses all the<br>

&gt; memory on my PC then just stops working.  I do have the CPS sent to 1500<br>&gt; for testing but I never hit that high, I hit about 200 CPS.<br>&gt;<br>&gt;<br>&gt;<br>&gt; The CDRs that save to my database show it takes about 8 seconds from start<br>

&gt; time to end time. It does start out only taking milliseconds then it<br>&gt; progresses to the 8 second mark.<br>&gt;<br>&gt;<br>&gt;<br>&gt; The calls are just going to FreeSWITCH then I’m sending back a 503.<br>&gt;<br>

&gt;<br>&gt;<br>&gt; I have every mod turned off, logging set to 0, Core db going to a SQL<br>&gt; Server and I even set FreeSWITCH to real time.<br>&gt;<br>&gt;<br>&gt;<br>&gt; Can anyone give me advise on what I can do to get better performance?<br>

&gt; I’ve also tested it out on my real server but in about 3 minutes of 50 cps<br>&gt; FreeSWITCH uses up 3gb of memory and stops responding.<br>&gt;<br>&gt;<br>&gt;<br>&gt; I’m at a loss here on what else to do.<br>&gt;<br>

&gt; Andre<br>&gt;<br>&gt;<br>&gt;<br>&gt; _________________________________________________________________________<br>&gt;<br>&gt; Professional FreeSWITCH Consulting Services:<br>&gt;<br>&gt; <a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>

&gt;<br>&gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>&gt;<br>&gt;<br>&gt;<br>&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>&gt;<br>&gt; <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>

&gt;<br>&gt;<br>&gt;<br>&gt; Official FreeSWITCH Sites<br>&gt;<br>&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>&gt;<br>&gt; <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>

&gt;<br>&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>&gt;<br>&gt;<br>&gt;<br>&gt; FreeSWITCH-users mailing list<br>&gt;<br>&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>

&gt;<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;<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;<br>&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>&gt;<br>&gt;<br>&gt;<br>&gt; _________________________________________________________________________<br>&gt;<br>&gt; Professional FreeSWITCH Consulting Services:<br>

&gt;<br>&gt; <a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>&gt;<br>&gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>

&gt;<br>&gt;<br>&gt;<br>&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>&gt;<br>&gt; <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>&gt;<br>&gt;<br>&gt;<br>&gt; Official FreeSWITCH Sites<br>

&gt;<br>&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>&gt;<br>&gt; <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>&gt;<br>&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>

&gt;<br>&gt;<br>&gt;<br>&gt; FreeSWITCH-users mailing list<br>&gt;<br>&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>&gt;<br>&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>

<br>
</div></div><div>[The entire original message is not included.]</div></div><br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><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>
<br></blockquote></div><br></div>