FS is not really idle when idle.  Calls are not the only thing that cost cpu.<br><br>Its a server daemon.  It has at least 25 threads up including the central timer thread which is doing an endless-loop of 1ms sleeps.  You have an active sip engine that still runs in a loop and many other moving parts.<br>
<br><br><br><br><br><br><br><div class="gmail_quote">On Tue, Mar 2, 2010 at 12:53 PM, Sergey Okhapkin <span dir="ltr">&lt;<a href="mailto:sos@sokhapkin.dyndns.org">sos@sokhapkin.dyndns.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;">
A program should not be visible in &quot;top&quot; when idle. That&#39;s my point.<br>
<div><div></div><div class="h5"><br>
On Tuesday 02 March 2010, Anthony Minessale wrote:<br>
&gt; I guess if you insist, you have 4 bad boxes with 4 bad kernels, and I bet<br>
&gt; none of them are Centos 5.3<br>
&gt; if you can reproduce it on a box I can visit (Centos 5.3 would be nice),<br>
&gt; put in my ssh key and i&#39;ll come and look.<br>
&gt;<br>
&gt; Be sure to remember, as you continue to add to this thread that you are<br>
&gt; complaining about FS using 2% of your cpu......<br>
&gt; That&#39;s somewhat amusing to me.<br>
&gt;<br>
&gt; On Tue, Mar 2, 2010 at 12:23 PM, Giovanni Maruzzelli<br>
&lt;<a href="mailto:gmaruzz@celliax.org">gmaruzz@celliax.org</a>&gt;wrote:<br>
&gt; &gt; Sergey,<br>
&gt; &gt;<br>
&gt; &gt; that&#39;s not a problem, is how FS works.<br>
&gt; &gt;<br>
&gt; &gt; That load on the CPU when idle is actually not important. Is just the<br>
&gt; &gt; minimum, like in a carburettor.<br>
&gt; &gt;<br>
&gt; &gt; If you put it under load, you will see that there will need some<br>
&gt; &gt; serious load (many calls) to have it ramp up the cpu usage.<br>
&gt; &gt;<br>
&gt; &gt; -giovanni<br>
&gt; &gt;<br>
&gt; &gt; On Tue, Mar 2, 2010 at 7:16 PM, Sergey Okhapkin<br>
&gt; &gt;<br>
&gt; &gt; &lt;<a href="mailto:sos@sokhapkin.dyndns.org">sos@sokhapkin.dyndns.org</a>&gt; wrote:<br>
&gt; &gt; &gt; I see the same problem on 4 absolutely different boxes with different<br>
&gt; &gt;<br>
&gt; &gt; linux<br>
&gt; &gt;<br>
&gt; &gt; &gt; kernels.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; On Tuesday 02 March 2010, Anthony Minessale wrote:<br>
&gt; &gt; &gt;&gt; Well, there you go.<br>
&gt; &gt; &gt;&gt; your box is having a hard time doing a simple 1ms sleep in a loop for<br>
&gt; &gt;<br>
&gt; &gt; the<br>
&gt; &gt;<br>
&gt; &gt; &gt;&gt; centralized core timer.<br>
&gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt;&gt; It&#39;s either your kernel or your box.  My box and every box I have do<br>
&gt; &gt; &gt;&gt; not have that problem so you may want to consider a new one.<br>
&gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt;&gt; FreeSWITCH is FREE so give it a good home.<br>
&gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt;&gt; The good news is, you can make upwards of 1500 calls on that same 2%<br>
&gt; &gt; &gt;&gt; of<br>
&gt; &gt;<br>
&gt; &gt; cpu<br>
&gt; &gt;<br>
&gt; &gt; &gt;&gt; usage.<br>
&gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt;&gt; On Tue, Mar 2, 2010 at 11:51 AM, Sergey Okhapkin<br>
&gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt;&gt; &lt;<a href="mailto:sos@sokhapkin.dyndns.org">sos@sokhapkin.dyndns.org</a>&gt;wrote:<br>
&gt; &gt; &gt;&gt; &gt; FS spends half of CPU here (main thread):<br>
&gt; &gt; &gt;&gt; &gt;<br>
&gt; &gt; &gt;&gt; &gt; #0  0xffffe424 in __kernel_vsyscall ()<br>
&gt; &gt; &gt;&gt; &gt; #1  0xb7a82781 in select () from /lib/libc.so.6<br>
&gt; &gt; &gt;&gt; &gt; #2  0xb7e392eb in apr_sleep () from<br>
&gt; &gt; &gt;&gt; &gt; /opt/freeswitch/lib/libfreeswitch.so.1 #3  0x00000000 in ?? ()<br>
&gt; &gt; &gt;&gt; &gt;<br>
&gt; &gt; &gt;&gt; &gt; The second half is spent here:<br>
&gt; &gt; &gt;&gt; &gt;<br>
&gt; &gt; &gt;&gt; &gt; #0  0xb7d50946 in clock_nanosleep () from /lib/librt.so.1<br>
&gt; &gt; &gt;&gt; &gt; #1  0xb7e0fa7d in softtimer_runtime () at src/switch_time.c:155<br>
&gt; &gt; &gt;&gt; &gt; #2  0xb7dc585a in switch_loadable_module_exec (thread=0xb7101fb8,<br>
&gt; &gt; &gt;&gt; &gt; obj=0xb7101da8) at src/switch_loadable_module.c:96<br>
&gt; &gt; &gt;&gt; &gt; #3  0xb7e379a8 in dummy_worker () from<br>
&gt; &gt; &gt;&gt; &gt; /opt/freeswitch/lib/libfreeswitch.so.1<br>
&gt; &gt; &gt;&gt; &gt;<br>
&gt; &gt; &gt;&gt; &gt; On Tuesday 02 March 2010, Moises Silva wrote:<br>
&gt; &gt; &gt;&gt; &gt; &gt; ps -LlFm -p `pidof freeswitch`<br>
&gt; &gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt; &gt;&gt; &gt; &gt; That shows you CPU usage per FreeSWITCH thread<br>
&gt; &gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt; &gt;&gt; &gt; &gt; Then<br>
&gt; &gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt; &gt;&gt; &gt; &gt; pstack `pidof freeswitch`<br>
&gt; &gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt; &gt;&gt; &gt; &gt; That shows the stack trace of every FreeSWITCH thread and then you<br>
&gt; &gt;<br>
&gt; &gt; can<br>
&gt; &gt;<br>
&gt; &gt; &gt;&gt; &gt; find<br>
&gt; &gt; &gt;&gt; &gt;<br>
&gt; &gt; &gt;&gt; &gt; &gt; exactly what is doing.<br>
&gt; &gt; &gt;&gt; &gt;<br>
&gt; &gt; &gt;&gt; &gt; _______________________________________________<br>
&gt; &gt; &gt;&gt; &gt; FreeSWITCH-users mailing list<br>
&gt; &gt; &gt;&gt; &gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt; &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; &gt; UNSUBSCRIBE:<br>
&gt; &gt;<br>
&gt; &gt; <a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; &gt;<br>
&gt; &gt; &gt;&gt; &gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><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-user" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-user</a><br>
</div></div>&gt; &gt; &gt;s <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<div class="im">&gt; &gt;<br>
&gt; &gt; --<br>
&gt; &gt; Sincerely,<br>
&gt; &gt;<br>
&gt; &gt; Giovanni Maruzzelli<br>
&gt; &gt; Cell : +39-347-2665618<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>
<br>
<br>
<br>
</div><div><div></div><div class="h5">_______________________________________________<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>
Twitter: <a href="http://twitter.com/FreeSWITCH_wire">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">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:+19193869900<br>