TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

109 pointsby nleachalmost 8 years ago

3 comments

majormajoralmost 8 years ago
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>
brendangreggalmost 8 years ago
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 未加载
emmelaichalmost 8 years ago
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>