Thank you.<br>Since we are in final beta stage for 1.0.2 I appreciate you testing it for us.<br><br><br><div class="gmail_quote">On Mon, Nov 3, 2008 at 9:20 PM, Eric Liedtke <span dir="ltr">&lt;<a href="mailto:e@musinghalfwit.org">e@musinghalfwit.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;">I&#39;m running the 1.0.1-phoenix release.<br>
No debug because our admin built the debian packages to install with so<br>
dh_strip got em.<br>
It&#39;s running on an ubuntu 8.04 server.<br>
I certainly can. I will let you know how it goes.<br>
<font color="#888888"><br>
-e<br>
</font><div><div></div><div class="Wj3C7c"><br>
It&#39;s seems fuzzy now but I think on Mon, Nov 03, 2008 at 08:57:01PM -0600 , Anthony Minessale said:<br>
&gt; What revision are you on because the line numbers of those errors don&#39;t match<br>
&gt; up even slightly close?<br>
&gt; Did you do something to disable building with debug symbols because the current<br>
&gt; default is to build with them?<br>
&gt; What platform are you on?<br>
&gt;<br>
&gt; Could you try a clean build of the latest revision?<br>
&gt;<br>
&gt;<br>
&gt; On Mon, Nov 3, 2008 at 5:43 PM, Eric Liedtke &lt;<a href="mailto:e@musinghalfwit.org">e@musinghalfwit.org</a>&gt; wrote:<br>
&gt;<br>
&gt; &nbsp; &nbsp; Yessir. I am using the exact same ulimits below. I also increased the<br>
&gt; &nbsp; &nbsp; sessions per second to 50 and max-sessions to 5000. Also as we are<br>
&gt; &nbsp; &nbsp; moving into a high traffic period based on time of day. I&#39;ve had it die<br>
&gt; &nbsp; &nbsp; repeatedly on me, the following line was the last line printed ...<br>
&gt;<br>
&gt; &nbsp; &nbsp; freeswitch: nua_stack.c:2396: nua_client_restart_request: Assertion<br>
&gt; &nbsp; &nbsp; `nua_client_is_queued(cr)&#39; failed.<br>
&gt;<br>
&gt; &nbsp; &nbsp; this is the other last line I get if the system itself seems to be<br>
&gt; &nbsp; &nbsp; overloaded<br>
&gt;<br>
&gt; &nbsp; &nbsp; freeswitch: sofia.c:2138: sofia_handle_sip_i_state: Assertion<br>
&gt; &nbsp; &nbsp; `tech_pvt-&gt;nh != ((void *)0)&#39; failed.<br>
&gt;<br>
&gt; &nbsp; &nbsp; I don&#39;t know if that is of any help or not. At the time I was seeing<br>
&gt; &nbsp; &nbsp; approx 80-90 calls per sec hitting the server, based on the &#39;status&#39;<br>
&gt; &nbsp; &nbsp; command in the FS cli.<br>
&gt;<br>
&gt; &nbsp; &nbsp; I don&#39;t have this built with debug symbols either at the moment. I<br>
&gt; &nbsp; &nbsp; wanted to get a baseline of server with x can do y , based on how we use<br>
&gt; &nbsp; &nbsp; it. I will likely get it rebuilt and find a way to reduce some of the<br>
&gt; &nbsp; &nbsp; traffic load so I can effectively tshoot.<br>
&gt;<br>
&gt; &nbsp; &nbsp; -e<br>
&gt;<br>
&gt; &nbsp; &nbsp; It&#39;s seems fuzzy now but I think on Mon, Nov 03, 2008 at 05:19:42PM -0600 ,<br>
&gt; &nbsp; &nbsp; Anthony Minessale said:<br>
&gt; &nbsp; &nbsp; &gt; Did you increase the artificial limits in switch.conf.xml ?<br>
&gt; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &gt; try these uimits<br>
&gt; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &gt; ulimit -c unlimited<br>
&gt; &nbsp; &nbsp; &gt; ulimit -d unlimited<br>
&gt; &nbsp; &nbsp; &gt; ulimit -f unlimited<br>
&gt; &nbsp; &nbsp; &gt; ulimit -i unlimited<br>
&gt; &nbsp; &nbsp; &gt; ulimit -n 999999<br>
&gt; &nbsp; &nbsp; &gt; ulimit -q unlimited<br>
&gt; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &gt; ulimit -u unlimited<br>
&gt; &nbsp; &nbsp; &gt; ulimit -v unlimited<br>
&gt; &nbsp; &nbsp; &gt; ulimit -x unlimited<br>
&gt; &nbsp; &nbsp; &gt; ulimit -s 244<br>
&gt; &nbsp; &nbsp; &gt; ulimit -l unlimited<br>
&gt; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &gt; On Mon, Nov 3, 2008 at 4:46 PM, Eric Liedtke &lt;<a href="mailto:e@musinghalfwit.org">e@musinghalfwit.org</a>&gt; wrote:<br>
&gt; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; Greetings,<br>
&gt; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; I&#39;m working on a server in an SBC setup. It has a copper 10/100 for<br>
&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; admin and 2 GiGe connections for private/public peering(SIP signaling<br>
&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; and media). I&#39;ve been testing with some traffic and am finding I hit<br>
&gt; &nbsp; &nbsp; a<br>
&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; ceiling around 800-900 active calls. The system CPU ends up being<br>
&gt; &nbsp; &nbsp; about<br>
&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; 40% which seemed really high to me. Is this simply due to the amount<br>
&gt; &nbsp; &nbsp; of<br>
&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; networking happening with the rtp in and out the different interfaces<br>
&gt; &nbsp; &nbsp; or am<br>
&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; I<br>
&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; operating something in a non optimized fasion ?<br>
&gt; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; It&#39;s an e1000 based card, I&#39;ve tried messing around with the<br>
&gt; &nbsp; &nbsp; interrupt<br>
&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; throttling but in the end the dynamic setting seemed to work best.<br>
&gt; &nbsp; &nbsp; Given<br>
&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; that a chassis has done 3k simultaneous calls with about half the<br>
&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; processing power I currently have in this server I must be running<br>
&gt; &nbsp; &nbsp; sub<br>
&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; optimal.<br>
&gt; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; Any idea&#39;s of where I might look to correct this ? kernel tuning ?<br>
&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; network tuning ? Other than seeing a lot of irq&#39;s from the network<br>
&gt; &nbsp; &nbsp; cards<br>
&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; I&quot;m not sure what else might be using up the system cpu.<br>
&gt; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; To squeeze out as much as possible I have the core databases housed<br>
&gt; &nbsp; &nbsp; in a<br>
&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; tmpfs partiion, and I&#39;ve also disabled the sql scoreboard (-nosql).<br>
&gt; &nbsp; &nbsp; Any<br>
&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; other areas I should &nbsp;be exploring to increase the number of calls<br>
&gt; &nbsp; &nbsp; this<br>
&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; chassis can process ?<br>
&gt; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; Thanks in advance for any ideas<br>
&gt; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; -Eric<br>
&gt; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; _______________________________________________<br>
&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; Freeswitch-users mailing list<br>
&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/" target="_blank">http://lists.freeswitch.org/mailman/options/</a><br>
&gt; &nbsp; &nbsp; freeswitch-users<br>
&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &gt; --<br>
&gt; &nbsp; &nbsp; &gt; Anthony Minessale II<br>
&gt; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &gt; FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>
&gt; &nbsp; &nbsp; &gt; ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>
&gt; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &gt; AIM: anthm<br>
&gt; &nbsp; &nbsp; &gt; <a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>
&gt; &nbsp; &nbsp; &gt; GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
&gt; &nbsp; &nbsp; &gt; IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch<br>
&gt; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &gt; FreeSWITCH Developer Conference<br>
&gt; &nbsp; &nbsp; &gt; <a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br>
&gt; &nbsp; &nbsp; &gt; <a href="http://iax:guest@conference.freeswitch.org/888" target="_blank">iax:guest@conference.freeswitch.org/888</a><br>
&gt; &nbsp; &nbsp; &gt; <a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>
&gt; &nbsp; &nbsp; &gt; pstn:213-799-1400<br>
&gt;<br>
&gt; &nbsp; &nbsp; &gt; _______________________________________________<br>
&gt; &nbsp; &nbsp; &gt; Freeswitch-users mailing list<br>
&gt; &nbsp; &nbsp; &gt; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
&gt; &nbsp; &nbsp; &gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; &nbsp; &nbsp; &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; &nbsp; &nbsp; &gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp; _______________________________________________<br>
&gt; &nbsp; &nbsp; Freeswitch-users mailing list<br>
&gt; &nbsp; &nbsp; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
&gt; &nbsp; &nbsp; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; &nbsp; &nbsp; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; &nbsp; &nbsp; <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; Anthony Minessale II<br>
&gt;<br>
&gt; FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>
&gt; ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>
&gt;<br>
&gt; AIM: anthm<br>
&gt; <a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>
&gt; GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
&gt; IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch<br>
&gt;<br>
&gt; FreeSWITCH Developer Conference<br>
&gt; <a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br>
&gt; <a href="http://iax:guest@conference.freeswitch.org/888" target="_blank">iax:guest@conference.freeswitch.org/888</a><br>
&gt; <a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>
&gt; pstn:213-799-1400<br>
<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>
<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><br clear="all"><br>-- <br>Anthony Minessale II<br><br>FreeSWITCH <a href="http://www.freeswitch.org/">http://www.freeswitch.org/</a><br>ClueCon <a href="http://www.cluecon.com/">http://www.cluecon.com/</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">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="http://iax:guest@conference.freeswitch.org/888">iax:guest@conference.freeswitch.org/888</a><br>
<a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>pstn:213-799-1400<br>