<div dir="ltr"><div><div>Dave, thanks for sharing interesting thoughts and context. </div><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">I am still a bit worried about properly defining "latency under load" for a NAT routed situation. If the test is based on ICMP Ping packets *from the server*,  it will NOT be measuring the full path latency, and if the potential congestion is in the uplink path from the access provider's residential box to the access provider's router/switch, it will NOT measure congestion caused by bufferbloat reliably on either side, since the bufferbloat will be outside the ICMP Ping path.<br> <br>I realize that a browser based speed test has to be basically run from the "server" end, because browsers are not that good at time measurement on a packet basis. However, there are ways to solve this and avoid the ICMP Ping issue, with a cooperative server.</blockquote></div><div></div><div>This erroneously assumes that <a href="http://fast.com">fast.com</a> measures latency from the server side. It does not. The measurements are done from the client, over http, with a parallel connection(s) to the same or similar set of servers, by sending empty requests over a previously established connection (you can see that in the browser web inspector).</div><div>It should be noted that the value is not precisely the "RTT on a TCP/UDP flow that is loaded with traffic", but "user delay given the presence of heavy parallel flows". With that, some of the challenges you mentioned do not apply.</div><div>In line with another point I've shared earlier - the goal is to measure and explain the user experience, not to be a diagnostic tool showing internal transport metrics.</div><br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><span><font size="1"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-family:Arial;color:rgb(67,67,67);vertical-align:baseline;white-space:pre-wrap">SERGEY FEDOROV</span></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-family:Arial;color:rgb(102,102,102);vertical-align:baseline;white-space:pre-wrap">Director of Engineering</span></p><p style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-family:Arial;color:rgb(102,102,102);vertical-align:baseline;white-space:pre-wrap"><a href="mailto:sfedorov@netflix.com" target="_blank">sfedorov@netflix.com</a></span></p><p style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-family:Arial;color:rgb(102,102,102);vertical-align:baseline;white-space:pre-wrap">121 Albright Way  |  Los Gatos, CA 95032</span></p><span style="font-family:Arial;color:rgb(136,136,136);vertical-align:baseline;white-space:pre-wrap"><img src="https://lh6.googleusercontent.com/sXyXTYq5vF1C3sJhRzJIQ0iYROwE8E1e0R6RY9hhgBZDVe6fLjmy_Y0F6RsQskALepS5t1zXm9JcQg-HXYQDbLZ6NS0YBjA3oh7IlhrUnR38ttr667EWpXydNk6U1I7FLO3civYI" width="73" height="44" style="border:none"></span></font></span><br></div></div></div></div></div><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, May 2, 2020 at 10:38 AM David P. Reed <<a href="mailto:dpreed@deepplum.com">dpreed@deepplum.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><font face="arial" size="3"><p style="margin:0px;padding:0px;font-family:arial;font-size:12pt">I am still a bit worried about properly defining "latency under load" for a NAT routed situation. If the test is based on ICMP Ping packets *from the server*,  it will NOT be measuring the full path latency, and if the potential congestion is in the uplink path from the access provider's residential box to the access provider's router/switch, it will NOT measure congestion caused by bufferbloat reliably on either side, since the bufferbloat will be outside the ICMP Ping path.</p>
<p style="margin:0px;padding:0px;font-family:arial;font-size:12pt"> </p>
<p style="margin:0px;padding:0px;font-family:arial;font-size:12pt">I realize that a browser based speed test has to be basically run from the "server" end, because browsers are not that good at time measurement on a packet basis. However, there are ways to solve this and avoid the ICMP Ping issue, with a cooperative server.</p>
<p style="margin:0px;padding:0px;font-family:arial;font-size:12pt"> </p>
<p style="margin:0px;padding:0px;font-family:arial;font-size:12pt">I once built a test that fixed this issue reasonably well. It carefully created a TCP based RTT measurement channel (over HTTP) that made the echo have to traverse the whole end-to-end path, which is the best and only way to accurately define lag under load from the user's perspective. The client end of an unloaded TCP connection can depend on TCP (properly prepared by getting it past slowstart) to generate a single packet response.</p>
<p style="margin:0px;padding:0px;font-family:arial;font-size:12pt"> </p>
<p style="margin:0px;padding:0px;font-family:arial;font-size:12pt">This "TCP ping" is thus compatible with getting the end-to-end measurement on the server end of a true RTT.</p>
<p style="margin:0px;padding:0px;font-family:arial;font-size:12pt"> </p>
<p style="margin:0px;padding:0px;font-family:arial;font-size:12pt">It's like tcp-traceroute tool, in that it tricks anyone in the middle boxes into thinking this is a real, serious packet, not an optional low priority packet.</p>
<p style="margin:0px;padding:0px;font-family:arial;font-size:12pt"> </p>
<p style="margin:0px;padding:0px;font-family:arial;font-size:12pt">The same issue comes up with non-browser-based techniques for measuring true lag-under-load.</p>
<p style="margin:0px;padding:0px;font-family:arial;font-size:12pt"> </p>
<p style="margin:0px;padding:0px;font-family:arial;font-size:12pt">Now as we move HTTP to QUIC, this actually gets easier to do.</p>
<p style="margin:0px;padding:0px;font-family:arial;font-size:12pt"> </p>
<p style="margin:0px;padding:0px;font-family:arial;font-size:12pt">One other opportunity I haven't explored, but which is pregnant with potential is the use of WebRTC, which runs over UDP internally. Since JavaScript has direct access to create WebRTC connections (multiple ones), this makes detailed testing in the browser quite reasonable.</p>
<p style="margin:0px;padding:0px;font-family:arial;font-size:12pt"> </p>
<p style="margin:0px;padding:0px;font-family:arial;font-size:12pt">And the time measurements can resolve well below 100 microseconds, if the JS is based on modern JIT compilation (Chrome, Firefox, Edge all compile to machine code speed if the code is restricted and in a loop). Then again, there is Web Assembly if you want to write C code that runs in the brower fast. WebAssembly is a low level language that compiles to machine code in the browser execution, and still has access to all the browser networking facilities.</p>
<p style="margin:0px;padding:0px;font-family:arial;font-size:12pt"> </p>
<p style="margin:0px;padding:0px;font-family:arial;font-size:12pt">On Saturday, May 2, 2020 12:52pm, "Dave Taht" <<a href="mailto:dave.taht@gmail.com" target="_blank">dave.taht@gmail.com</a>> said:<br><br></p>
<div id="gmail-m_-5707858911278770127SafeStyles1588440044">
<p style="margin:0px;padding:0px;font-family:arial;font-size:12pt">> On Sat, May 2, 2020 at 9:37 AM Benjamin Cronce <<a href="mailto:bcronce@gmail.com" target="_blank">bcronce@gmail.com</a>> wrote:<br>> ><br>> > > Fast.com reports my unloaded latency as 4ms, my loaded latency as ~7ms<br>> <br>> I guess one of my questions is that with a switch to BBR netflix is<br>> going to do pretty well. If <a href="http://fast.com" target="_blank">fast.com</a> is using bbr, well... that<br>> excludes much of the current side of the internet.<br>> <br>> > For download, I show 6ms unloaded and 6-7 loaded. But for upload the loaded<br>> shows as 7-8 and I see it blip upwards of 12ms. But I am no longer using any<br>> traffic shaping. Any anti-bufferbloat is from my ISP. A graph of the bloat would<br>> be nice.<br>> <br>> The tests do need to last a fairly long time.<br>> <br>> > On Sat, May 2, 2020 at 9:51 AM Jannie Hanekom <<a href="mailto:jannie@hanekom.net" target="_blank">jannie@hanekom.net</a>><br>> wrote:<br>> >><br>> >> Michael Richardson <<a href="mailto:mcr@sandelman.ca" target="_blank">mcr@sandelman.ca</a>>:<br>> >> > Does it find/use my nearest Netflix cache?<br>> >><br>> >> Thankfully, it appears so. The DSLReports bloat test was interesting,<br>> but<br>> >> the jitter on the ~240ms base latency from South Africa (and other parts<br>> of<br>> >> the world) was significant enough that the figures returned were often<br>> >> unreliable and largely unusable - at least in my experience.<br>> >><br>> >> Fast.com reports my unloaded latency as 4ms, my loaded latency as ~7ms<br>> and<br>> >> mentions servers located in local cities. I finally have a test I can<br>> share<br>> >> with local non-technical people!<br>> >><br>> >> (Agreed, upload test would be nice, but this is a huge step forward from<br>> >> what I had access to before.)<br>> >><br>> >> Jannie Hanekom<br>> >><br>> >> _______________________________________________<br>> >> Cake mailing list<br>> >> <a href="mailto:Cake@lists.bufferbloat.net" target="_blank">Cake@lists.bufferbloat.net</a><br>> >> <a href="https://lists.bufferbloat.net/listinfo/cake" target="_blank">https://lists.bufferbloat.net/listinfo/cake</a><br>> ><br>> > _______________________________________________<br>> > Cake mailing list<br>> > <a href="mailto:Cake@lists.bufferbloat.net" target="_blank">Cake@lists.bufferbloat.net</a><br>> > <a href="https://lists.bufferbloat.net/listinfo/cake" target="_blank">https://lists.bufferbloat.net/listinfo/cake</a><br>> <br>> <br>> <br>> --<br>> Make Music, Not War<br>> <br>> Dave Täht<br>> CTO, TekLibre, LLC<br>> <a href="http://www.teklibre.com" target="_blank">http://www.teklibre.com</a><br>> Tel: 1-831-435-0729<br>> _______________________________________________<br>> Cake mailing list<br>> <a href="mailto:Cake@lists.bufferbloat.net" target="_blank">Cake@lists.bufferbloat.net</a><br>> <a href="https://lists.bufferbloat.net/listinfo/cake" target="_blank">https://lists.bufferbloat.net/listinfo/cake</a><br>> </p>
</div></font></blockquote></div>