From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-x233.google.com (mail-lj1-x233.google.com [IPv6:2a00:1450:4864:20::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id DBC8F3CB37 for ; Tue, 11 Oct 2022 13:48:01 -0400 (EDT) Received: by mail-lj1-x233.google.com with SMTP id by36so17781391ljb.4 for ; Tue, 11 Oct 2022 10:48:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=s7ZJrYtiQ29WbktAlwvMComg2DaD6hzUCOJFZxWI2w0=; b=NymxvT6wlWaQ6bhv8YTj+oGsg9vuaEbPKT+Cu1wSbxs6Q212LKSgGQof9KffrpNdJS 59Rkgn10gwiEP+PLYoqzC5wzWhg9ybTttMReLTsejVlZEv5ymlkttAhfvgfNrBi9DFE1 gcrVYMHm3ThWD8o+MJye77HqhoA1Z1FlJg1OQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=s7ZJrYtiQ29WbktAlwvMComg2DaD6hzUCOJFZxWI2w0=; b=DEiWtAdl4K1nfxLq0xWg801bAe2DC1W0rzpDWZbuPuZJuVQc0s0mg5yz8sltVIsGC/ EW4hjWHS3I/fexHJdx5urE2++FK2WNJHBbYxlmgqcV4nBMRFMxc4XmlQtlvFkKoY1peJ pGM5wBS4A2AGIhwFaroJReTtsMobmMLHSvJAkn7kJ30j4Bx6KN3dk29/MP6K8g32SWaw S8eV9zBW9OrPWkwmUp/c+DbxsImMGJqATD6Fj9Ag4DJ3HkIAC3WEHHSbvaI0uK/lfk+E aG0VsZgOGl2TZn9WO5gg1PAsc/uodH7J5KWSe3FjU2YmKO8L5aTsHYpEeNFQD2QNaDmb oDig== X-Gm-Message-State: ACrzQf1CglfF4DD+u5YuI9qbZq4x3vMl2Is9F0iMh8Prs5t0Duin+Jm6 q380MnhOCdXEyAVbUBzAqkLb60tKPcZSm8bZz5uRxNTcvvtXX7Y22KEXiMJklxApLdN98b5Gg1s N23uGZ0DD9pC2mUerSSY3+gdSAaGJMA== X-Google-Smtp-Source: AMsMyM6y2+wGC8Elp2IiWyJlNXeDrHpf3MIrkbed9EtXytY2IbrfIOa5UC4uVKxYMA1RGnHWNfDscUOXKDWDnBt/lw4= X-Received: by 2002:a05:651c:1597:b0:26d:ea9f:a42a with SMTP id h23-20020a05651c159700b0026dea9fa42amr8670420ljq.107.1665510479359; Tue, 11 Oct 2022 10:47:59 -0700 (PDT) MIME-Version: 1.0 References: <72674884-9E0D-4645-B5F5-C593CC45A8F0@gmx.de> In-Reply-To: From: Bob McMahon Date: Tue, 11 Oct 2022 10:47:46 -0700 Message-ID: To: Sebastian Moeller Cc: David Lang , Rpm , Make-Wifi-fast , Cake List , Taraldsen Erik , bloat Content-Type: multipart/signed; protocol="application/pkcs7-signature"; micalg=sha-256; boundary="00000000000094703105eac5e0c9" Subject: Re: [Bloat] [Make-wifi-fast] [Cake] The most wonderful video ever about bufferbloat X-BeenThere: bloat@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: General list for discussing Bufferbloat List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Oct 2022 17:48:02 -0000 --00000000000094703105eac5e0c9 Content-Type: multipart/alternative; boundary="0000000000007e648e05eac5e0f6" --0000000000007e648e05eac5e0f6 Content-Type: text/plain; charset="UTF-8" Graphs are on the todo list but not a high priority. Too many different ways to graph, e.g. gnuplot, matplotlib. Also, if one wants full features including one way delays (OWD,) the GPS & pulse per second is useful. A GPS hat on a raspberry pi works for me. Then one can use Little's law to get the memory size driving bloat. There is some graph support in the flows python code but not for bounceback (yet) It's the e2e latency OWD histogram plots that most network engineers are using to date. No real ask for BB plots as once the clocks are sync'd, engineers tend to gravitate to latency analysis based upon OWD. What also may be of interest is some form of web interface into probe devices that could support asks of basic questions like, when did the network underperform and was WiFi to blame? What was going on with other RF carriers at this time? One could also use statistical process controls (SPC) to monitor the non-parametric distributions to help answer questions about intermittent phenomena. As an aside, I do notice on some devices that bloat is intermittent so one-shot tests can miss it per the lack of continuous monitoring. Bob On Tue, Oct 11, 2022 at 10:26 AM Sebastian Moeller wrote: > Hi Bob, > > Sweet, thanks! Will go and set this up in my home network, but that will > take a while. Also any proposal how to convert the output into some graphs > by any chance? > > Regards > Sebastian > > On 11 October 2022 18:58:05 CEST, Bob McMahon > wrote: >> >> > Saturate a link in both directions simultaneously with multiple greedy >> flows while measuring load-dependent latency changes for small isochronous >> probe flows. >> >> This functionality is released in iperf 2.1.8 per the bounceback feature >> but, unfortunately, OpenWRT doesn't maintain iperf 2 as a package anymore >> and uses 2.0.13 >> CLIENT SPECIFIC OPTIONS*--bounceback[=**n**]*run a TCP bounceback or rps >> test with optional number writes in a burst per value of n. The default is >> ten writes every period and the default period is one second (Note: set >> size with -l or --len which defaults to 100 bytes) >> *--bounceback-congest[=up|down|bidir][*,*n**]*request a concurrent >> working load or TCP stream(s), defaults to full duplex (or bidir) unless >> the *up* or *down* option is provided. The number of TCP streams >> defaults to 1 and can be changed via the n value, e.g. >> *--bounceback-congest=down,4* will use four TCP streams from server to >> the client as the working load. The IP ToS will be BE (0x0) for working >> load traffic.*--bounceback-hold **n*request the server to insert a delay >> of n milliseconds between its read and write (default is no delay) >> *--bounceback-period[=**n**]*request the client schedule its send(s) >> every n seconds (default is one second, use zero value for immediate or >> continuous back to back)*--bounceback-no-quickack*request the server not >> set the TCP_QUICKACK socket option (disabling TCP ACK delays) during a >> bounceback test (see NOTES)*--bounceback-txdelay **n*request the client >> to delay n seconds between the start of the working load and the bounceback >> traffic (default is no delay) >> >> On Tue, Oct 11, 2022 at 12:15 AM Sebastian Moeller >> wrote: >> >>> Hi Bob, >>> >>> On 11 October 2022 02:05:40 CEST, Bob McMahon >>> wrote: >>> >It's too big because it's oversized so it's in the size domain. It's >>> >basically Little's law's value for the number of items in a queue. >>> > >>> >*Number of items in the system = (the rate items enter and leave the >>> >system) x (the average amount of time items spend in the system)* >>> > >>> > >>> >Which gets driven to the standing queue size when the arrival rate >>> >exceeds the service rate - so the driving factor isn't the service and >>> >arrival rates, but *the queue size *when *any service rate is less than >>> an >>> >arrival rate.* >>> >>> [SM] You could also argue it is the ratio of arrival to service rates, >>> with the queue size being a measure correlating with how long the system >>> will tolerate ratios larger than one... >>> >>> >>> > >>> >In other words, one can find and measure bloat regardless of the >>> >enter/leave rates (as long as the leave rate is too slow) and the value >>> of >>> >memory units found will always be the same. >>> > >>> >Things like prioritizations to jump the line are somewhat of hacks at >>> >reducing the service time for a specialized class of packets but nobody >>> >really knows which packets should jump. >>> >>> [SM] Au contraire most everybody 'knows' it is their packets that should >>> jump ahead of the rest ;) For intermediate hop queues however that endpoint >>> perception is not really actionable due to lack of robust and reliable >>> importance identifiers on packets. In side a 'domain' dscps might work if >>> treated to strict admission control, but that typically will not help >>> end2end traffic over the internet. This is BTW why I think FQ is a great >>> concept, as it mostly results in the desirable outcome of not picking >>> winners and losers (like arbitrarily starving a flow), but I digress. >>> >>> >Also, nobody can define what >>> >working conditions are so that's another problem with this class of >>> tests. >>> >>> [SM] While real working conditions will be different for each link and >>> probably vary over time, it seems achievable to come up with a set of >>> pessimistic assumptions how to model a challenging work condition against >>> which to test potential remedies, assuming that such remedies will also >>> work well under less challenging conditions, no? >>> >>> >>> > >>> >Better maybe just to shrink the queue and eliminate all unneeded >>> queueing >>> >delays. >>> >>> [SM] The 'unneeded' does a lot of work in that sentence ;). I like >>> Van's? Description of queues as shock absorbers so queue size will have a >>> lower acceptable limit assuming users want to achieve 'acceptable' >>> throughput even with existing bursty senders. (Not all applications are >>> suited for pacing so some level of burstiness seems unavoidable). >>> >>> >>> > Also, measure the performance per "user conditions" which is going >>> >to be different for almost every environment (and is correlated to time >>> and >>> >space.) So any engineering solution is fundamentally suboptimal. >>> >>> [SM] A matter of definition, if the requirement is to cover many user >>> conditions the optimality measure simply needs to be changed from per >>> individual condition to over many/all conditions, no? >>> >>> >Even >>> >pacing the source doesn't necessarily do the right thing because that's >>> >like waiting in the waitlist while at home vs the restaurant lobby. >>> >>> [SM] +1. >>> >>> > Few >>> >care about where messages wait (unless the pitch is AQM is the only >>> >solution that drives to a self-fulfilling prophecy - that's why the >>> tests >>> >have to come up with artificial conditions that can't be simply >>> defined.) >>> >>> Hrm, so the RRUL test, while not the end all of bufferbloat/working >>> conditions tests, is not that complicated: >>> Saturate a link in both directions simultaneously with multiple greedy >>> flows while measuring load-dependent latency changes for small isochronous >>> probe flows. >>> >>> Yes, the it would be nice to have additional higher rate probe flows >>> also bursty ones to emulate on-linev games, and 'pumped' greedy flows to >>> emulate DASH 'streaming', and a horde of small greedy flows that mostly end >>> inside the initial window and slow start. But at its core existing RRUL >>> already gives a useful estimate on how a link behaves under saturating >>> loads all the while being relatively simple. >>> The responsiveness under working condition seems similar in that it >>> tries to saturate a link with an increasing number of greedy flows, in a >>> sense to create a reasonable bad case that ideally rarely happens. >>> >>> Regards >>> Sebastian >>> >>> >>> > >>> >Bob >>> > >>> >On Mon, Oct 10, 2022 at 3:57 PM David Lang wrote: >>> > >>> >> On Mon, 10 Oct 2022, Bob McMahon via Bloat wrote: >>> >> >>> >> > I think conflating bufferbloat with latency misses the subtle point >>> in >>> >> that >>> >> > bufferbloat is a measurement in memory units more than a >>> measurement in >>> >> > time units. The first design flaw is a queue that is too big. This >>> >> youtube >>> >> > video analogy doesn't help one understand this important point. >>> >> >>> >> but the queue is only too big because of the time it takes to empty >>> the >>> >> queue, >>> >> which puts us back into the time domain. >>> >> >>> >> David Lang >>> >> >>> >> > Another subtle point is that the video assumes AQM as the only >>> solution >>> >> and >>> >> > ignores others, i.e. pacing at the source(s) and/or faster service >>> >> rates. A >>> >> > restaurant that let's one call ahead to put their name on the >>> waitlist >>> >> > doesn't change the wait time. Just because a transport layer slowed >>> down >>> >> > and hasn't congested a downstream queue doesn't mean the e2e latency >>> >> > performance will meet the gaming needs as an example. The delay is >>> still >>> >> > there it's just not manifesting itself in a shared queue that may >>> or may >>> >> > not negatively impact others using that shared queue. >>> >> > >>> >> > Bob >>> >> > >>> >> > >>> >> > >>> >> > On Mon, Oct 10, 2022 at 2:40 AM Sebastian Moeller via >>> Make-wifi-fast < >>> >> > make-wifi-fast@lists.bufferbloat.net> wrote: >>> >> > >>> >> >> Hi Erik, >>> >> >> >>> >> >> >>> >> >>> On Oct 10, 2022, at 11:32, Taraldsen Erik < >>> erik.taraldsen@telenor.no> >>> >> >> wrote: >>> >> >>> >>> >> >>> On 10/10/2022, 11:09, "Sebastian Moeller" >>> wrote: >>> >> >>> >>> >> >>> Nice! >>> >> >>> >>> >> >>>> On Oct 10, 2022, at 07:52, Taraldsen Erik via Cake < >>> >> >> cake@lists.bufferbloat.net> wrote: >>> >> >>>> >>> >> >>>> It took about 3 hours from the video was release before we got >>> the >>> >> >> first request to have SQM on the CPE's we manage as a ISP. >>> Finally >>> >> >> getting some customer response on the issue. >>> >> >>> >>> >> >>> [SM] Will you be able to bump these requests to higher-ups >>> and at >>> >> >> least change some perception of customer demand for tighter latency >>> >> >> performance? >>> >> >>> >>> >> >>> That would be the hope. >>> >> >> >>> >> >> [SM} Excellent, hope this plays out as we wish for. >>> >> >> >>> >> >> >>> >> >>> We actually have fq_codel implemented on the two latest >>> generations of >>> >> >> DSL routers. Use sync rate as input to set the rate. Works quite >>> well. >>> >> >> >>> >> >> [SM] Cool, if I might ask what fraction of the sync are you >>> >> >> setting the traffic shaper for and are you doing fine grained >>> overhead >>> >> >> accounting (or simply fold that into a grand "de-rating"-factor)? >>> >> >> >>> >> >> >>> >> >>> There is also a bit of traction around speedtest.net's inclusion >>> of >>> >> >> latency under load internally. >>> >> >> >>> >> >> [SM] Yes, although IIUC they are reporting the >>> interquartile >>> >> mean >>> >> >> for the two loaded latency estimates, which is pretty conservative >>> and >>> >> only >>> >> >> really "triggers" for massive consistently elevated latency; so I >>> expect >>> >> >> this to be great for detecting really bad cases, but I fear it is >>> too >>> >> >> conservative and will make a number of problematic links look OK. >>> But >>> >> hey, >>> >> >> even that is leaps and bounds better than the old only idle latency >>> >> report. >>> >> >> >>> >> >> >>> >> >>> My hope is that some publication in Norway will pick up on that >>> score >>> >> >> and do a test and get some mainstream publicity with the results. >>> >> >> >>> >> >> [SM] Inside the EU the challenge is to get national >>> regulators >>> >> and >>> >> >> the BEREC to start bothering about latency-under-load at all, "some >>> >> >> mainstream publicity" would probably help here as well. >>> >> >> >>> >> >> Regards >>> >> >> Sebastian >>> >> >> >>> >> >> >>> >> >>> >>> >> >>> -Erik >>> >> >>> >>> >> >>> >>> >> >>> >>> >> >> >>> >> >> _______________________________________________ >>> >> >> Make-wifi-fast mailing list >>> >> >> Make-wifi-fast@lists.bufferbloat.net >>> >> >> https://lists.bufferbloat.net/listinfo/make-wifi-fast >>> >> > >>> >> >_______________________________________________ >>> >> Bloat mailing list >>> >> Bloat@lists.bufferbloat.net >>> >> https://lists.bufferbloat.net/listinfo/bloat >>> >> >>> > >>> >>> -- >>> Sent from my Android device with K-9 Mail. Please excuse my brevity. >>> >> >> This electronic communication and the information and any files >> transmitted with it, or attached to it, are confidential and are intended >> solely for the use of the individual or entity to whom it is addressed and >> may contain information that is confidential, legally privileged, protected >> by privacy laws, or otherwise restricted from disclosure to anyone else. If >> you are not the intended recipient or the person responsible for delivering >> the e-mail to the intended recipient, you are hereby notified that any use, >> copying, distributing, dissemination, forwarding, printing, or copying of >> this e-mail is strictly prohibited. If you received this e-mail in error, >> please return the e-mail to the sender, delete it from your computer, and >> destroy any printed copy of it. > > -- > Sent from my Android device with K-9 Mail. Please excuse my brevity. > -- This electronic communication and the information and any files transmitted with it, or attached to it, are confidential and are intended solely for the use of the individual or entity to whom it is addressed and may contain information that is confidential, legally privileged, protected by privacy laws, or otherwise restricted from disclosure to anyone else. If you are not the intended recipient or the person responsible for delivering the e-mail to the intended recipient, you are hereby notified that any use, copying, distributing, dissemination, forwarding, printing, or copying of this e-mail is strictly prohibited. If you received this e-mail in error, please return the e-mail to the sender, delete it from your computer, and destroy any printed copy of it. --0000000000007e648e05eac5e0f6 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Graphs are on the todo list b= ut not a high priority. Too many different=C2=A0ways to graph, e.g. gnuplot= , matplotlib.=C2=A0 Also, if one wants full features including one way dela= ys (OWD,) the GPS & pulse per second is useful. A GPS hat on a raspberry pi<= /a> works=C2=A0for me. Then one can use Little's law to get the memory = size driving bloat.

There is some graph support in the
flows python=C2= =A0code but not for bounceback (yet)=C2=A0 It's the e2e latency OWD histogram plots that most network=C2=A0engineers are using to dat= e. No real ask for BB plots as once the clocks are sync'd, engineers te= nd to gravitate=C2=A0to latency analysis=C2=A0based upon OWD. What also may= be of interest is some form of web interface into probe devices that could= support asks=C2=A0of basic questions like, when did the network underperfo= rm and was WiFi to blame? What was going on with other RF carriers at this = time? One=C2=A0could also use statistical=C2=A0process controls (SPC) to mo= nitor the non-parametric distributions to help answer questions about inter= mittent phenomena. As an aside, I do notice on some devices that bloat is i= ntermittent so one-shot tests can miss it per the lack of continuous monito= ring.
Bob

On Tue, Oct 11, 2022 at 10:26 AM Sebasti= an Moeller <moeller0@gmx.de> w= rote:
Hi Bo= b,

Sweet, thanks! Will go and set this up in my home network, but th= at will take a while. Also any proposal how to convert the output into some= graphs by any chance?

Regards
Sebastian

On 11 October 2022 18:58:05 CEST, Bob McMahon <bob.mcmahon@broadcom= .com> wrote:
> Saturate a link in both directions simultaneously wit= h multiple greedy flows while measuring load-dependent latency changes for = small isochronous probe flows.

This functionality is= released in iperf 2.1.8 per the bounceback feature but, unfortunately, Ope= nWRT doesn't maintain iperf 2 as a package anymore and uses 2.0.13=C2= =A0

CLIENT SPECIFIC OPTIONS

--bounceback[=3D= n]
run a TCP bounceback or rps test with optional= number writes in a burst per value of n. The default is ten writes every p= eriod and the default period is one second (Note: set size with -l or --len= which defaults to 100 bytes)
--bounceback-congest[=3Dup|down|bi= dir][,n]
request a concurrent working load or TCP= stream(s), defaults to full duplex (or bidir) unless the=C2=A0up=C2= =A0or=C2=A0down=C2=A0option is provided. The number of TCP streams d= efaults to 1 and can be changed via the n value, e.g.=C2=A0--bounceback-= congest=3Ddown,4=C2=A0will use four TCP streams from server to the clie= nt as the working load. The IP ToS will be BE (0x0) for working load traffi= c.
--bounceback-hold=C2=A0n
request the serve= r to insert a delay of n milliseconds between its read and write (default i= s no delay)
--bounceback-period[=3Dn]
= request the client schedule its send(s) every n seconds (default is one sec= ond, use zero value for immediate or continuous back to back)
--= bounceback-no-quickack
request the server not set the TCP_QUICK= ACK socket option (disabling TCP ACK delays) during a bounceback test (see = NOTES)
--bounceback-txdelay=C2=A0n
request th= e client to delay n seconds between the start of the working load and the b= ounceback traffic (default is no delay)

On Tue, Oct 11, 2022= at 12:15 AM Sebastian Moeller <moeller0@gmx.de> wrote:
Hi Bob,

On 11 October 2022 02:05:40 CEST, Bob McMahon <bob.mcmahon@broadcom.com> wrote= :
>It's too big because it's oversized so it's in the size dom= ain. It's
>basically Little's law's value for the number of items in a que= ue.
>
>*Number of items in the system =3D (the rate items enter and leave the<= br> >system) x (the average amount of time items spend in the system)*
>
>
>Which gets driven to the standing queue size when the arrival rate
>exceeds the service rate - so the driving factor isn't the service = and
>arrival rates, but *the queue size *when *any service rate is less than= an
>arrival rate.*

[SM] You could also argue it is the ratio of arrival to service rates, with= the queue size being a measure correlating with how long the system will t= olerate ratios larger than one...


>
>In other words, one can find and measure bloat regardless of the
>enter/leave rates (as long as the leave rate is too slow) and the value= of
>memory units found will always be the same.
>
>Things like prioritizations to jump the line are somewhat of hacks at >reducing the service time for a specialized class of packets but nobody=
>really knows which packets should jump.

[SM] Au contraire most everybody 'knows' it is their packets that s= hould jump ahead of the rest ;) For intermediate hop queues however that en= dpoint perception is not really actionable due to lack of robust and reliab= le importance identifiers on packets. In side a 'domain' dscps migh= t work if treated to strict admission control, but that typically will not = help end2end traffic over the internet. This is BTW why I think FQ is a gre= at concept, as it mostly results in the desirable outcome of not picking wi= nners and losers (like arbitrarily starving a flow), but I digress.

>Also, nobody can define what
>working conditions are so that's another problem with this class of= tests.

[SM] While real working conditions will be different for each link and prob= ably vary over time, it seems achievable to come up with a set of pessimist= ic assumptions how to model a challenging work condition against which to t= est potential remedies, assuming that such remedies will also work well und= er less challenging conditions, no?


>
>Better maybe just to shrink the queue and eliminate all unneeded queuei= ng
>delays.

[SM] The 'unneeded' does a lot of work in that sentence ;). I like = Van's? Description of queues as shock absorbers so queue size will have= a lower acceptable limit assuming users want to achieve 'acceptable= 9; throughput even with existing bursty senders. (Not all applications are = suited for pacing so some level of burstiness seems unavoidable).


> Also, measure the performance per "user conditions" which is= going
>to be different for almost every environment (and is correlated to time= and
>space.) So any engineering solution is fundamentally suboptimal.

[SM] A matter of definition, if the requirement is to cover many user condi= tions the optimality measure simply needs to be changed from per individual= condition to over many/all conditions, no?

>Even
>pacing the source doesn't necessarily do the right thing because th= at's
>like waiting in the waitlist while at home vs the restaurant lobby.
[SM] +1.

> Few
>care about where messages wait (unless the pitch is AQM is the only
>solution that drives to a self-fulfilling prophecy - that's why the= tests
>have to come up with artificial conditions that can't be simply def= ined.)

Hrm, so the RRUL test, while not the end all of bufferbloat/working conditi= ons tests, is not that complicated:
Saturate a link in both directions simultaneously with multiple greedy flow= s while measuring load-dependent latency changes for small isochronous prob= e flows.

Yes, the it would be nice to have additional higher rate probe flows also b= ursty ones to emulate on-linev games, and 'pumped' greedy flows to = emulate DASH 'streaming', and a horde of small greedy flows that mo= stly end inside the initial window and slow start. But at its core existing= RRUL already gives a useful estimate on how a link behaves under saturatin= g loads all the while being relatively simple.
The responsiveness under working condition seems similar in that it tries t= o saturate a link with an increasing number of greedy flows, in a sense to = create a reasonable bad case that ideally rarely happens.

Regards
=C2=A0 =C2=A0 =C2=A0 Sebastian


>
>Bob
>
>On Mon, Oct 10, 2022 at 3:57 PM David Lang <david@lang.hm> wrote:
>
>> On Mon, 10 Oct 2022, Bob McMahon via Bloat wrote:
>>
>> > I think conflating bufferbloat with latency misses the subtle= point in
>> that
>> > bufferbloat is a measurement in memory units more than a meas= urement in
>> > time units. The first design flaw is a queue that is too big.= This
>> youtube
>> > video analogy doesn't help one understand this important = point.
>>
>> but the queue is only too big because of the time it takes to empt= y the
>> queue,
>> which puts us back into the time domain.
>>
>> David Lang
>>
>> > Another subtle point is that the video assumes AQM as the onl= y solution
>> and
>> > ignores others, i.e. pacing at the source(s) and/or faster se= rvice
>> rates. A
>> > restaurant that let's one call ahead to put their name on= the waitlist
>> > doesn't change the wait time. Just because a transport la= yer slowed down
>> > and hasn't congested a downstream queue doesn't mean = the e2e latency
>> > performance will meet the gaming needs as an example. The del= ay is still
>> > there it's just not manifesting itself in a shared queue = that may or may
>> > not negatively impact others using that shared queue.
>> >
>> > Bob
>> >
>> >
>> >
>> > On Mon, Oct 10, 2022 at 2:40 AM Sebastian Moeller via Make-wi= fi-fast <
>> > make-wifi-fast@lists.bufferbloat.net> wrote:
>> >
>> >> Hi Erik,
>> >>
>> >>
>> >>> On Oct 10, 2022, at 11:32, Taraldsen Erik <erik.taraldsen@tele= nor.no>
>> >> wrote:
>> >>>
>> >>> On 10/10/2022, 11:09, "Sebastian Moeller" &= lt;moeller0@gmx.de= > wrote:
>> >>>
>> >>>=C2=A0 =C2=A0 Nice!
>> >>>
>> >>>> On Oct 10, 2022, at 07:52, Taraldsen Erik via Cak= e <
>> >> cake@lists.bufferbloat.net> wrote:
>> >>>>
>> >>>> It took about 3 hours from the video was release = before we got the
>> >> first request to have SQM on the CPE's=C2=A0 we manag= e as a ISP.=C2=A0 Finally
>> >> getting some customer response on the issue.
>> >>>
>> >>>=C2=A0 =C2=A0 =C2=A0 =C2=A0[SM] Will you be able to bu= mp these requests to higher-ups and at
>> >> least change some perception of customer demand for tight= er latency
>> >> performance?
>> >>>
>> >>> That would be the hope.
>> >>
>> >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0[SM} Excellent, hope thi= s plays out as we wish for.
>> >>
>> >>
>> >>>=C2=A0 We actually have fq_codel implemented on the tw= o latest generations of
>> >> DSL routers.=C2=A0 Use sync rate as input to set the rate= .=C2=A0 Works quite well.
>> >>
>> >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0[SM] Cool, if I might as= k what fraction of the sync are you
>> >> setting the traffic shaper for and are you doing fine gra= ined overhead
>> >> accounting (or simply fold that into a grand "de-rat= ing"-factor)?
>> >>
>> >>
>> >>> There is also a bit of traction around speedtest.net&#= 39;s inclusion of
>> >> latency under load internally.
>> >>
>> >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0[SM] Yes, although IIUC = they are reporting the interquartile
>> mean
>> >> for the two loaded latency estimates, which is pretty con= servative and
>> only
>> >> really "triggers" for massive consistently elev= ated latency; so I expect
>> >> this to be great for detecting really bad cases, but I fe= ar it is too
>> >> conservative and will make a number of problematic links = look OK. But
>> hey,
>> >> even that is leaps and bounds better than the old only id= le latency
>> report.
>> >>
>> >>
>> >>> My hope is that some publication in Norway will pick = up on that score
>> >> and do a test and get some mainstream publicity with the = results.
>> >>
>> >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0[SM] Inside the EU the c= hallenge is to get national regulators
>> and
>> >> the BEREC to start bothering about latency-under-load at = all, "some
>> >> mainstream publicity" would probably help here as we= ll.
>> >>
>> >> Regards
>> >>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0Sebastian
>> >>
>> >>
>> >>>
>> >>> -Erik
>> >>>
>> >>>
>> >>>
>> >>
>> >> _______________________________________________
>> >> Make-wifi-fast mailing list
>> >> Make-wifi-fast@lists.bufferbloat.net
>> >> https://lists.bufferbloat.net= /listinfo/make-wifi-fast
>> >
>> >_______________________________________________
>> Bloat mailing list
>> B= loat@lists.bufferbloat.net
>> https://lists.bufferbloat.net/listinfo/bloat
>>
>

--
Sent from my Android device with K-9 Mail. Please excuse my brevity.

This ele= ctronic communication and the information and any files transmitted with it= , or attached to it, are confidential and are intended solely for the use o= f the individual or entity to whom it is addressed and may contain informat= ion that is confidential, legally privileged, protected by privacy laws, or= otherwise restricted from disclosure to anyone else. If you are not the in= tended recipient or the person responsible for delivering the e-mail to the= intended recipient, you are hereby notified that any use, copying, distrib= uting, dissemination, forwarding, printing, or copying of this e-mail is st= rictly prohibited. If you received this e-mail in error, please return the = e-mail to the sender, delete it from your computer, and destroy any printed= copy of it.

This ele= ctronic communication and the information and any files transmitted with it= , or attached to it, are confidential and are intended solely for the use o= f the individual or entity to whom it is addressed and may contain informat= ion that is confidential, legally privileged, protected by privacy laws, or= otherwise restricted from disclosure to anyone else. If you are not the in= tended recipient or the person responsible for delivering the e-mail to the= intended recipient, you are hereby notified that any use, copying, distrib= uting, dissemination, forwarding, printing, or copying of this e-mail is st= rictly prohibited. If you received this e-mail in error, please return the = e-mail to the sender, delete it from your computer, and destroy any printed= copy of it. --0000000000007e648e05eac5e0f6-- --00000000000094703105eac5e0c9 Content-Type: application/pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIIQagYJKoZIhvcNAQcCoIIQWzCCEFcCAQExDzANBglghkgBZQMEAgEFADALBgkqhkiG9w0BBwGg gg3BMIIFDTCCA/WgAwIBAgIQeEqpED+lv77edQixNJMdADANBgkqhkiG9w0BAQsFADBMMSAwHgYD VQQLExdHbG9iYWxTaWduIFJvb3QgQ0EgLSBSMzETMBEGA1UEChMKR2xvYmFsU2lnbjETMBEGA1UE AxMKR2xvYmFsU2lnbjAeFw0yMDA5MTYwMDAwMDBaFw0yODA5MTYwMDAwMDBaMFsxCzAJBgNVBAYT AkJFMRkwFwYDVQQKExBHbG9iYWxTaWduIG52LXNhMTEwLwYDVQQDEyhHbG9iYWxTaWduIEdDQyBS MyBQZXJzb25hbFNpZ24gMiBDQSAyMDIwMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA vbCmXCcsbZ/a0fRIQMBxp4gJnnyeneFYpEtNydrZZ+GeKSMdHiDgXD1UnRSIudKo+moQ6YlCOu4t rVWO/EiXfYnK7zeop26ry1RpKtogB7/O115zultAz64ydQYLe+a1e/czkALg3sgTcOOcFZTXk38e aqsXsipoX1vsNurqPtnC27TWsA7pk4uKXscFjkeUE8JZu9BDKaswZygxBOPBQBwrA5+20Wxlk6k1 e6EKaaNaNZUy30q3ArEf30ZDpXyfCtiXnupjSK8WU2cK4qsEtj09JS4+mhi0CTCrCnXAzum3tgcH cHRg0prcSzzEUDQWoFxyuqwiwhHu3sPQNmFOMwIDAQABo4IB2jCCAdYwDgYDVR0PAQH/BAQDAgGG MGAGA1UdJQRZMFcGCCsGAQUFBwMCBggrBgEFBQcDBAYKKwYBBAGCNxQCAgYKKwYBBAGCNwoDBAYJ KwYBBAGCNxUGBgorBgEEAYI3CgMMBggrBgEFBQcDBwYIKwYBBQUHAxEwEgYDVR0TAQH/BAgwBgEB /wIBADAdBgNVHQ4EFgQUljPR5lgXWzR1ioFWZNW+SN6hj88wHwYDVR0jBBgwFoAUj/BLf6guRSSu TVD6Y5qL3uLdG7wwegYIKwYBBQUHAQEEbjBsMC0GCCsGAQUFBzABhiFodHRwOi8vb2NzcC5nbG9i YWxzaWduLmNvbS9yb290cjMwOwYIKwYBBQUHMAKGL2h0dHA6Ly9zZWN1cmUuZ2xvYmFsc2lnbi5j b20vY2FjZXJ0L3Jvb3QtcjMuY3J0MDYGA1UdHwQvMC0wK6ApoCeGJWh0dHA6Ly9jcmwuZ2xvYmFs c2lnbi5jb20vcm9vdC1yMy5jcmwwWgYDVR0gBFMwUTALBgkrBgEEAaAyASgwQgYKKwYBBAGgMgEo CjA0MDIGCCsGAQUFBwIBFiZodHRwczovL3d3dy5nbG9iYWxzaWduLmNvbS9yZXBvc2l0b3J5LzAN BgkqhkiG9w0BAQsFAAOCAQEAdAXk/XCnDeAOd9nNEUvWPxblOQ/5o/q6OIeTYvoEvUUi2qHUOtbf jBGdTptFsXXe4RgjVF9b6DuizgYfy+cILmvi5hfk3Iq8MAZsgtW+A/otQsJvK2wRatLE61RbzkX8 9/OXEZ1zT7t/q2RiJqzpvV8NChxIj+P7WTtepPm9AIj0Keue+gS2qvzAZAY34ZZeRHgA7g5O4TPJ /oTd+4rgiU++wLDlcZYd/slFkaT3xg4qWDepEMjT4T1qFOQIL+ijUArYS4owpPg9NISTKa1qqKWJ jFoyms0d0GwOniIIbBvhI2MJ7BSY9MYtWVT5jJO3tsVHwj4cp92CSFuGwunFMzCCA18wggJHoAMC AQICCwQAAAAAASFYUwiiMA0GCSqGSIb3DQEBCwUAMEwxIDAeBgNVBAsTF0dsb2JhbFNpZ24gUm9v dCBDQSAtIFIzMRMwEQYDVQQKEwpHbG9iYWxTaWduMRMwEQYDVQQDEwpHbG9iYWxTaWduMB4XDTA5 MDMxODEwMDAwMFoXDTI5MDMxODEwMDAwMFowTDEgMB4GA1UECxMXR2xvYmFsU2lnbiBSb290IENB IC0gUjMxEzARBgNVBAoTCkdsb2JhbFNpZ24xEzARBgNVBAMTCkdsb2JhbFNpZ24wggEiMA0GCSqG SIb3DQEBAQUAA4IBDwAwggEKAoIBAQDMJXaQeQZ4Ihb1wIO2hMoonv0FdhHFrYhy/EYCQ8eyip0E XyTLLkvhYIJG4VKrDIFHcGzdZNHr9SyjD4I9DCuul9e2FIYQebs7E4B3jAjhSdJqYi8fXvqWaN+J J5U4nwbXPsnLJlkNc96wyOkmDoMVxu9bi9IEYMpJpij2aTv2y8gokeWdimFXN6x0FNx04Druci8u nPvQu7/1PQDhBjPogiuuU6Y6FnOM3UEOIDrAtKeh6bJPkC4yYOlXy7kEkmho5TgmYHWyn3f/kRTv riBJ/K1AFUjRAjFhGV64l++td7dkmnq/X8ET75ti+w1s4FRpFqkD2m7pg5NxdsZphYIXAgMBAAGj QjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBSP8Et/qC5FJK5N UPpjmove4t0bvDANBgkqhkiG9w0BAQsFAAOCAQEAS0DbwFCq/sgM7/eWVEVJu5YACUGssxOGhigH M8pr5nS5ugAtrqQK0/Xx8Q+Kv3NnSoPHRHt44K9ubG8DKY4zOUXDjuS5V2yq/BKW7FPGLeQkbLmU Y/vcU2hnVj6DuM81IcPJaP7O2sJTqsyQiunwXUaMld16WCgaLx3ezQA3QY/tRG3XUyiXfvNnBB4V 14qWtNPeTCekTBtzc3b0F5nCH3oO4y0IrQocLP88q1UOD5F+NuvDV0m+4S4tfGCLw0FREyOdzvcy a5QBqJnnLDMfOjsl0oZAzjsshnjJYS8Uuu7bVW/fhO4FCU29KNhyztNiUGUe65KXgzHZs7XKR1g/ XzCCBUkwggQxoAMCAQICDDGs4Qlq5OZK9mcDzTANBgkqhkiG9w0BAQsFADBbMQswCQYDVQQGEwJC RTEZMBcGA1UEChMQR2xvYmFsU2lnbiBudi1zYTExMC8GA1UEAxMoR2xvYmFsU2lnbiBHQ0MgUjMg UGVyc29uYWxTaWduIDIgQ0EgMjAyMDAeFw0yMjA5MTAxMzMzNDFaFw0yNTA5MTAxMzMzNDFaMIGM MQswCQYDVQQGEwJJTjESMBAGA1UECBMJS2FybmF0YWthMRIwEAYDVQQHEwlCYW5nYWxvcmUxFjAU BgNVBAoTDUJyb2FkY29tIEluYy4xFDASBgNVBAMTC0JvYiBNY01haG9uMScwJQYJKoZIhvcNAQkB Fhhib2IubWNtYWhvbkBicm9hZGNvbS5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB AQDBfX3nsBFRdO26im8lhOadVadRmV/YWK+U9OoGlTE+2MDsjJwO5p/Q6iaTUropqMRH1E+EIuhe /OU6a3/btrqzARE77RaVSdz5swXt7M4ciN+z44nIEx36UQIlFLsBFa3is/J/QLFhTUFFf0wLJsUO wyja+KvygH/E5TyfeXf5T2Y2wjGZx8jQXZMDmNpfANlEBYDfzCNYcAIQNox8FuPpEpuxWvv7jvxV X5dfkSef9T/DbsDM0PeTVMVyYIQoRSMBIGxVkaqp0MJglvQ2mU4CXcoOGgm6XC8LoLoEvYojXFKC fRgCOT5xeMR10UPSBQIljKwt7fPhpYVY+jTtOclpAgMBAAGjggHZMIIB1TAOBgNVHQ8BAf8EBAMC BaAwgaMGCCsGAQUFBwEBBIGWMIGTME4GCCsGAQUFBzAChkJodHRwOi8vc2VjdXJlLmdsb2JhbHNp Z24uY29tL2NhY2VydC9nc2djY3IzcGVyc29uYWxzaWduMmNhMjAyMC5jcnQwQQYIKwYBBQUHMAGG NWh0dHA6Ly9vY3NwLmdsb2JhbHNpZ24uY29tL2dzZ2NjcjNwZXJzb25hbHNpZ24yY2EyMDIwME0G A1UdIARGMEQwQgYKKwYBBAGgMgEoCjA0MDIGCCsGAQUFBwIBFiZodHRwczovL3d3dy5nbG9iYWxz aWduLmNvbS9yZXBvc2l0b3J5LzAJBgNVHRMEAjAAMEkGA1UdHwRCMEAwPqA8oDqGOGh0dHA6Ly9j cmwuZ2xvYmFsc2lnbi5jb20vZ3NnY2NyM3BlcnNvbmFsc2lnbjJjYTIwMjAuY3JsMCMGA1UdEQQc MBqBGGJvYi5tY21haG9uQGJyb2FkY29tLmNvbTATBgNVHSUEDDAKBggrBgEFBQcDBDAfBgNVHSME GDAWgBSWM9HmWBdbNHWKgVZk1b5I3qGPzzAdBgNVHQ4EFgQUpG/4RP1YQA/iXGens9pIRe7CQxMw DQYJKoZIhvcNAQELBQADggEBACfWLy4qJyCnOa3sl4LEDAMU/gmJ6LbclGE5iR4KanAmlAt92gzN 5lSy/iE+wsRrXiHI7YKFgXX1kVK/RqMiPRrw4hq2j8nxoSi/VFiyS3CsfVMGkbY7HBTlBvla/tH+ +2nJprlXbJyz1GdvoJAeam5RvTWotcCGAjZmMa3U3zMkszgXN849xe3dUK1DauUGiInXEwEdXDcA /0CVjL3EEMj+kNWcLhrSZKwFtxggUyMW3XWRaAeAL9wOtEaXYqlgbtnV0n9FuoV2TNm3h7Mh7rjV I2zM+IZ3DE+XFK7dcPwte33u75QyySNJ3UMZqi25CO85yl8Bmo7aWRm99N7HGnkxggJtMIICaQIB ATBrMFsxCzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9iYWxTaWduIG52LXNhMTEwLwYDVQQDEyhH bG9iYWxTaWduIEdDQyBSMyBQZXJzb25hbFNpZ24gMiBDQSAyMDIwAgwxrOEJauTmSvZnA80wDQYJ YIZIAWUDBAIBBQCggdQwLwYJKoZIhvcNAQkEMSIEIJ8aSuvm4eKFJkbr/lKXWFTjoTiUZ3PA+iOp X4MntmS4MBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTIyMTAxMTE3 NDgwMFowaQYJKoZIhvcNAQkPMVwwWjALBglghkgBZQMEASowCwYJYIZIAWUDBAEWMAsGCWCGSAFl AwQBAjAKBggqhkiG9w0DBzALBgkqhkiG9w0BAQowCwYJKoZIhvcNAQEHMAsGCWCGSAFlAwQCATAN BgkqhkiG9w0BAQEFAASCAQBbNEjDaYwYX2EJB39xC+HHh88Hcs92At92LQjySMuUxP22WlKOqCQO leKkgu3m5n1TX7dnYUW+T2WSE7QqJ4Ps1t/R/e/HZxKPkupEQCzOnksaxNYB5F+9gCIlaXn+Hb96 0cG+l6PZLvdmtU5ZuXpjfZrc38V67y0JV+t3qqpB36i0P4eNbc+EOAQzZfmHb7h0cO7hyNbjlZ/l 2r9rAlpN1lUZMuTBQD8h6d7y6z97oSbyAI8PkMBpKgl+NCfeJ7A3ob6i9m7yzENUaWONc1b2Pzoa T3HXDzqSbsyeLhid/j+wCedPQwldZ75bRdwPmDuIvj4PbSEf9XqXZaq2mea9 --00000000000094703105eac5e0c9--