<div dir="ltr"><div>While not much calls the top shows as below<br><br>top - 09:26:25 up 64 days, 10:52,  1 user,  load average: 0.00, 0.00, 0.00<br>Tasks: 243 total,   1 running, 242 sleeping,   0 stopped,   0 zombie<br>Cpu(s):  0.3%us,  5.9%sy,  0.0%ni, 93.6%id,  0.1%wa,  0.0%hi,  0.0%si,  0.0%st<br>
Mem:  32880840k total, 23616600k used,  9264240k free,   574928k buffers<br>Swap: 41944048k total,  1434688k used, 40509360k free, 11041464k cached<br><br>  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND                                                                                            <br>
11313 root      -2 -10 8222m 2.8g 3916 S 34.2  8.9   6165:33 freeswitch<br><br><br></div><div>We are using ISDN calling on the machine. So how many max sessions can freeswitch handle in practically?<br></div><div>The events from the ISDN network are processed very slower in the freeswitch. Sometimes the main Java app waits for the required event for any particular uuid, and gets other non required events from other uuids. We are filtering that, but after sometime we have to forcefully terminate that session because of non availability of event. This also leads to non-usage of full capacity.<br>
<br></div><div>Thanks<br></div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jul 31, 2014 at 6:54 PM, Guillermo Ruiz Camauer <span dir="ltr">&lt;<a href="mailto:grcamauer@gmail.com" target="_blank">grcamauer@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="auto"><div>Top?  Have you tríed moving the Java apps to another machine?</div><div><br></div><div>Guillermo<br>
<br>Sent from my iPhone</div><div><div class="h5"><div><br>On 31/07/2014, at 03:50, Sambit Jaysingh &lt;<a href="mailto:sambit.jaysingh@gmail.com" target="_blank">sambit.jaysingh@gmail.com</a>&gt; wrote:<br><br></div><blockquote type="cite">
<div><div dir="ltr"><div><div>1. Logging level is set to warning.<br></div>2. Machine is having<br></div>    CPU -  Intel(R) Xeon(R) CPU E5-2609 0 @ 2.40GHz(8 core)<br><div><div><div><div><div class="gmail_extra">    RAM - 32GB<br>

</div><div class="gmail_extra">    HDD - 600 GB primary and other attached storage is there<br></div><div class="gmail_extra">    OS - Centos 6<br></div><div class="gmail_extra">    Freeswitch version -  1.3.10b ()<br><br>

</div><div class="gmail_extra">After calls get connected, we play audio files and we have voice app flows configured.<br></div><div class="gmail_extra">In the same machine only freeswitch is installed and JAVA application is there which connects to freeswitch to make calls.<br clear="all">

<br>-- <br><br>Regards<br>Sambit<br><a href="tel:%2B91-9916211211" value="+919916211211" target="_blank">+91-9916211211</a> <br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jul 30, 2014 at 8:19 PM, Guillermo Ruiz Camauer <span dir="ltr">&lt;<a href="mailto:grcamauer@gmail.com" target="_blank">grcamauer@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Have you followed all instructions here: <a href="http://wiki.freeswitch.org/wiki/Performance_testing_and_configurations#FreeSWITCH.27s_core.db_I.2FO_bottleneck" target="_blank">http://wiki.freeswitch.org/wiki/Performance_testing_and_configurations#FreeSWITCH.27s_core.db_I.2FO_bottleneck</a> ?<div>


<br></div><div>Have you set logging to a reasonable level?  What does top or htop say?  How is the machine configured (CPU / RAM / HDD subsystem) ?</div><div><br></div><div>What are you doing after the calls are connected?  What other software is running on the same machine?</div>


<div><br></div><div>Regards,</div><div><br></div><div>Guillermo</div></div><div class="gmail_extra"><div><div><br><br><div class="gmail_quote">On Wed, Jul 30, 2014 at 9:47 AM, Anthony Minessale <span dir="ltr">&lt;<a href="mailto:anthony.minessale@gmail.com" target="_blank">anthony.minessale@gmail.com</a>&gt;</span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><p dir="ltr">You don&#39;t mention the version of FS or the specs on the machine.</p>
<p dir="ltr">Have you tried asking Sangoma for ideal setup for your needs or for support?</p>
<div class="gmail_quote"><div><div>On Jul 30, 2014 12:44 AM, &quot;Sambit Jaysingh&quot; &lt;<a href="mailto:sambit.jaysingh@gmail.com" target="_blank">sambit.jaysingh@gmail.com</a>&gt; wrote:<br type="attribution">
</div></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div>
<div dir="ltr">We are having two (Sangoma) Voice Cards, one with 8-ports and other with 16-ports.<br><br>I have integrated ESL library with java in INBOUND MODE and making outbound calls.
<br><br>The issue what we are facing are<br>1. When I use all 720 channels or more than 450 channels, we see the events processed by ESL is very slow and we are not getting the events properly from ESL after placing the calls,
 even after so many minutes, so we have to forcefully close the 
connection.<br><br>2. And I see error mod_event_socket.c:375 Lost 502 events!
<br>
And the java app also crashes with error ESL connection timeout.
<br><br>3. And I see segmentation_fault in Freeswitch and big dump file is written and which would crash the system, because of high CPU\IO.<br>But if we reduce the channels say, 450 we don&#39;t see any issue at all.<br>




<br>What could be the reason for this issue.<br><br>Appreciate any Help...<br clear="all"><br>-- <br><div dir="ltr"><br>Regards<br>Sambit<br><a href="tel:%2B91-9916211211" value="+919916211211" target="_blank">+91-9916211211</a><br>



</div>
</div>
<br></div></div>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org" target="_blank">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" target="_blank">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>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org" target="_blank">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" target="_blank">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><br clear="all"><div><br></div></div></div><span><font color="#888888">-- <br>Guillermo Ruiz Camauer<br>
</font></span></div>
<br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org" target="_blank">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" target="_blank">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></blockquote></div></div></div></div></div></div></div>
</div></blockquote><blockquote type="cite"><div><span>_________________________________________________________________________</span><br><span>Professional FreeSWITCH Consulting Services:</span><br><span><a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a></span><br>
<span><a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a></span><br><span></span><br><span>FreeSWITCH-powered IP PBX: The CudaTel Communication Server</span><br><span><a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a></span><br>
<span></span><br><span>Official FreeSWITCH Sites</span><br><span><a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a></span><br><span><a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a></span><br>
<span><a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a></span><br><span></span><br><span>FreeSWITCH-users mailing list</span><br><span><a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a></span><br>
<span><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a></span><br><span>UNSUBSCRIBE:http://<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">lists.freeswitch.org/mailman/options/freeswitch-users</a></span><br>
<span><a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a></span><br></div></blockquote></div></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><br clear="all"><br>-- <br><div dir="ltr"><br>Regards<br>Sambit<br>+91-9916211211<br></div>
</div>