To be completely honest on non vm setups I haven&#39;t seen anyone with problems like this on reasonably recent kernels.  Are you using a distro with an older kernel?<span></span><br><br>On Thursday, June 4, 2015, Stanislav Sinyagin &lt;<a href="mailto:ssinyagin@gmail.com">ssinyagin@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Michael, as far as I understand it, it works as follows:<br>
<br>
timerfd is a kernel&#39;s means of providing the system clock to the<br>
userland process (freeswitch daemon in our case).<br>
<br>
The kernel takes the clock from one of available sources, and these<br>
sources are either physical or software clocks:<br>
<br>
# cat /sys/devices/system/clocksource/clocksource0/available_clocksource<br>
tsc hpet acpi_pm<br>
# cat /sys/devices/system/clocksource/clocksource0/current_clocksource<br>
tsc<br>
<br>
So, TSC was giving stable results, while HPET, although expected to be<br>
more precise, was generating errors while the CPU was busy with other<br>
jobs.<br>
<br>
<br>
<br>
<br>
<br>
<br>
On Thu, Jun 4, 2015 at 9:05 PM, Michael Jerris &lt;<a href="javascript:;" onclick="_e(event, &#39;cvml&#39;, &#39;mike@jerris.com&#39;)">mike@jerris.com</a>&gt; wrote:<br>
&gt; timerfd would be the preferred timing source on any remotely modern linux kernel<br>
&gt;<br>
&gt;&gt; On Jun 4, 2015, at 6:47 AM, Stanislav Sinyagin &lt;<a href="javascript:;" onclick="_e(event, &#39;cvml&#39;, &#39;ssinyagin@gmail.com&#39;)">ssinyagin@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; I summarized some experience gained in a customer project, hopefully<br>
&gt;&gt; it will be useful:<br>
&gt;&gt; <a href="https://txlab.wordpress.com/2015/06/02/quality-assurance-for-voip-calls-2/" target="_blank">https://txlab.wordpress.com/2015/06/02/quality-assurance-for-voip-calls-2/</a><br>
&gt;&gt;<br>
&gt;&gt; @Anthony, you suggested to use HPET timer for better precision, but it<br>
&gt;&gt; appears that it is affected by the CPU load: while the debian package<br>
&gt;&gt; build script was running, the quality of recorded calls has degraded<br>
&gt;&gt; -- even that the recording was done onto a TMPFS partition. With the<br>
&gt;&gt; default TSC timer, this was not the case.<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt; _________________________________________________________________________<br>
&gt; Professional FreeSWITCH Consulting Services:<br>
&gt; <a href="javascript:;" onclick="_e(event, &#39;cvml&#39;, &#39;consulting@freeswitch.org&#39;)">consulting@freeswitch.org</a><br>
&gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;<br>
&gt; Official FreeSWITCH Sites<br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt; <a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>
&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;<br>
&gt; FreeSWITCH-users mailing list<br>
&gt; <a href="javascript:;" onclick="_e(event, &#39;cvml&#39;, &#39;FreeSWITCH-users@lists.freeswitch.org&#39;)">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>
Professional FreeSWITCH Consulting Services:<br>
<a href="javascript:;" onclick="_e(event, &#39;cvml&#39;, &#39;consulting@freeswitch.org&#39;)">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.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://confluence.freeswitch.org" target="_blank">http://confluence.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="javascript:;" onclick="_e(event, &#39;cvml&#39;, &#39;FreeSWITCH-users@lists.freeswitch.org&#39;)">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>
</blockquote>