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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Little’s Law, the Universal Scalability Law, and the Usl4j Java library

109 点作者 nleach将近 8 年前

3 条评论

majormajor将近 8 年前
This is a very useful way of thinking about responses and latency, and a great example of a domain with a lot of very specialized knowledge (industrial engineering and logistics) that probably doesn&#x27;t overall have enough cross-talk into CS given how much we talk about queues, latency, and workers.<p>I&#x27;m going to have to brush up on my IE one of these days to try to figure out if there are some useful insights to potentially be gleaned from models that account for server-level concurrency more directly, along the lines of <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;M&#x2F;M&#x2F;c_queue" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;M&#x2F;M&#x2F;c_queue</a>
brendangregg将近 8 年前
Instead of giving the entire dataset to the model (which in this case already identifies a performance limit visually), give a partial set and then see if these algorithms can predict the remaining known values. That should be the real test of whether prediction works.<p>Here&#x27;s what I found last time I did it: <a href="https:&#x2F;&#x2F;github.com&#x2F;brendangregg&#x2F;PerfModels&#x2F;blob&#x2F;master&#x2F;scale.pdf" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;brendangregg&#x2F;PerfModels&#x2F;blob&#x2F;master&#x2F;scale...</a><p>ie, I&#x27;m splitting the dataset into &quot;model input&quot; and &quot;extra measurements&quot;. USL was not really working.
评论 #14475736 未加载
emmelaich将近 8 年前
Everyone interested in this should have a read of the Neil Gunther&#x27;s own books: <a href="http:&#x2F;&#x2F;www.perfdynamics.com&#x2F;books.html" rel="nofollow">http:&#x2F;&#x2F;www.perfdynamics.com&#x2F;books.html</a>