TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Linux Network Queues Overview

250 点作者 dreampeppers99大约 6 年前

6 条评论

ignoramous大约 6 年前
Nice post. Some more references:<p>1. AWS re:invent talk on Network Performance: <a href="https:&#x2F;&#x2F;youtu.be&#x2F;LjeXZItav34" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;LjeXZItav34</a><p>2. Twitter thread on network optimization by colmmacc, Principal at AWS Network and Edge Engineering orgs: <a href="https:&#x2F;&#x2F;threadreaderapp.com&#x2F;thread&#x2F;1099086415671877633.html" rel="nofollow">https:&#x2F;&#x2F;threadreaderapp.com&#x2F;thread&#x2F;1099086415671877633.html</a><p>3. drewg123 on Jim Roskind&#x27;s QUIC vs TCP: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=19461777" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=19461777</a><p>4. Google&#x27;s BBR congestion algorithm for TCP and QUIC: <a href="https:&#x2F;&#x2F;ai.google&#x2F;research&#x2F;pubs&#x2F;pub45646" rel="nofollow">https:&#x2F;&#x2F;ai.google&#x2F;research&#x2F;pubs&#x2F;pub45646</a><p>5. The sophisticated HFSC (hierarchical fair service curve) qdisc: <a href="https:&#x2F;&#x2F;www.cs.cmu.edu&#x2F;~hzhang&#x2F;HFSC&#x2F;main.html" rel="nofollow">https:&#x2F;&#x2F;www.cs.cmu.edu&#x2F;~hzhang&#x2F;HFSC&#x2F;main.html</a>
bloopernova大约 6 年前
This is very informative and nicely presented too.<p>And this article was linked to: <a href="https:&#x2F;&#x2F;blog.cloudflare.com&#x2F;the-story-of-one-latency-spike&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blog.cloudflare.com&#x2F;the-story-of-one-latency-spike&#x2F;</a><p>I think that sort of thing should be mandatory reading for junior sysadmins and developers.
schemathings大约 6 年前
Nice writeup and diagrams. Ironically I was just cleaning some notes I have for using iproute2 netem qdisc to simulate network conditions, that I use periodically.<p>Here&#x27;s a good overview (not written by me) <a href="http:&#x2F;&#x2F;wiki.linuxwall.info&#x2F;doku.php&#x2F;en:ressources:dossiers:networking:traffic_control" rel="nofollow">http:&#x2F;&#x2F;wiki.linuxwall.info&#x2F;doku.php&#x2F;en:ressources:dossiers:n...</a> that I think ties in nicely with OP&#x27;s page.
shereadsthenews大约 6 年前
This is a solid guide but might benefit from explaining why these parameters can be important. I bet if you asked 100 people who considered themselves professional Linux sysadmins to explain softirq squeeze, you will get blank stares. But squeeze is in fact an important indicator of system overload, despite its complete obscurity.
评论 #19719633 未加载
tyingq大约 6 年前
<i>&quot;Sometimes people are looking for sysctl cargo cult values that bring high throughput and low latency with no trade-off and that works on every occasion.&quot;</i><p>That behavior was somewhat self inflicted by Linux distros that for a long time, shipped with lousy defaults. Not just for kernel settings, but for web servers, database servers, etc.<p>Such that changing the defaults did indeed, work magic.
评论 #19724814 未加载
imsofuture大约 6 年前
Great overview!