<div dir="ltr"><div>> I'd agree with color coding (when it exists - no rush, IMO) being configurable.</div><div><br></div><div>Thankfully it will be configurable, and easily, through the InfluxDB interface.</div><div>Any operator will be able to click the Gear icon above the tables and set
 the thresholds to whatever is desired.</div><div>I've set it to include both a standard table and "metaverse-ready" table based on Dave's threshold recommendations.</div><div><ul><li>Standard (Preseem like)<br></li><ul><li> green = < 75 ms<br></li><li>yellow = < 100 ms<br></li><li> red = > 100 ms<br></li></ul><li>Metaverse-Ready</li><ul><li>blue =  < 8ms</li><li>green = < 20ms</li><li>yellow = < 50ms</li><li>orange  = < 70ms</li><li>red = > 70ms</li></ul></ul></div><div></div><div>Are the defaults here reasonable at least? Should we change the Standard table thresholds a bit?</div><div><br></div><div>>  Only adding 0.00155 ms to packet times is pretty good.</div><div><br></div><div>Agreed! That's excellent. Great work on this so far it's looking like you're making tremendous progress.<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Oct 31, 2022 at 3:20 PM Herbert Wolverson via LibreQoS <<a href="mailto:libreqos@lists.bufferbloat.net">libreqos@lists.bufferbloat.net</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"><div dir="ltr"><div>I'd agree with color coding (when it exists - no rush, IMO) being configurable.<br></div><div><br></div><div>From the "how much delay are we adding" discussion earlier, I thought I'd do a little bit of profiling of the BPF programs themselves. This is with the latest round of performance updates (<a href="https://github.com/thebracket/cpumap-pping/issues/2" target="_blank">https://github.com/thebracket/cpumap-pping/issues/2</a>), so it's not measuring anything in production. I simply added a call to get the clock at the start, and again at the end - and log the difference. Measuring both XDP and TC BPF programs. (Execution goes (packet arrives)->(XDP cpumap sends it to the right CPU)->(egress)->(TC sends it to the right classifier, on the correct CPU and measures RTT latency). This is adding about two clock checks and a debug log entry to execution time, so measuring it is slowing it down.<br></div><div><br></div><div>The results are interesting, and mostly tell me to try a different measurement system. I'm seeing a pretty wide variance. Hammering it with an iperf session and a queue capped at 5 gbit/s: most of the TC timings were 40 nanoseconds - not a packet that requires extra tracking, already in cache, so proceed. When the TCP RTT tracker fired and recorded a performance event, it peaked at 5,900 nanoseconds. So the tc xdp program seems to be adding a worst-case of 0.0059 ms to packet times. The XDP side of things is typically in the 300-400 nanosecond range, I saw a handful of worst-case numbers in the 3400 nanosecond range. So the XDP side is adding 0.00349 ms. So - assuming worst case (and keeping the overhead added by the not-so-great monitoring), we're adding <b>0.0093 ms</b> to packet transit time with the BPF programs.</div><div><br></div><div>With a much more sedate queue (ceiling 500 mbit/s), I saw much more consistent numbers. The vast majority of XDP timings were in the 75-150 nanosecond range, and TC was a consistent 50-55 nanoseconds when it didn't have an update to perform - peaking very occasionally at 1500 nanoseconds. Only adding 0.00155 ms to packet times is pretty good.</div><div><br></div><div>It definitely performs best on long streams, probably because the previous lookups are all in cache. This is also making me question the answer I found to "how long does it take to read the clock?" I'd seen ballpark estimates of 53 nanoseconds. Given that this reads the clock twice, that can't be right. (I'm *really* not sure how to measure that one)<br></div><div><br></div><div>Again - not a great test (I'll have to learn the perf system to do this properly - which in turn opens up the potential for flame graphs and some proper tracing). Interesting ballpark, though.<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Oct 31, 2022 at 10:56 AM dan <<a href="mailto:dandenson@gmail.com" target="_blank">dandenson@gmail.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"><div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Oct 30, 2022 at 8:21 PM Dave Taht via LibreQoS <<a href="mailto:libreqos@lists.bufferbloat.net" target="_blank">libreqos@lists.bufferbloat.net</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"><div dir="ltr"><div>How about the idea of "metaverse-ready" metrics, with one table that is preseem-like and another that's<br></div><div><br></div><div>blue =  < 8ms</div><div>green = < 20ms</div><div>yellow = < 50ms</div><div>orange  = < 70ms</div><div>red = > 70ms</div></div></blockquote><div><br>These need configurable.  There are a lot of wisps that would have everything orange/red.  We're considering anything under 100ms good on the rural plans.   Also keep in mind that if you're tracking latence via pping etc, then you need some buffer in there for the internet at large.  <70ms to Amazon is one thing, they're very well connected, but <70ms to most of the internet isn't probably very realistic and would make most charts look like poop. </div></div></div>
</blockquote></div>
_______________________________________________<br>
LibreQoS mailing list<br>
<a href="mailto:LibreQoS@lists.bufferbloat.net" target="_blank">LibreQoS@lists.bufferbloat.net</a><br>
<a href="https://lists.bufferbloat.net/listinfo/libreqos" rel="noreferrer" target="_blank">https://lists.bufferbloat.net/listinfo/libreqos</a><br>
</blockquote></div><br clear="all"><br>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr">Robert Chacón<br><div>CEO | <a href="http://jackrabbitwireless.com" target="_blank">JackRabbit Wireless LLC</a></div><div>Dev | <a href="http://LibreQoS.io" target="_blank">LibreQoS.io</a><br></div><br></div></div>