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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Linux Profiling at Netflix

134 点作者 2510c39011c5超过 10 年前

11 条评论

rogerbinns超过 10 年前
Can anyone speak as to why Netflix needs so much computing power? As far as I can tell, content delivery is handled separately, so all these talks are about the non-content side.<p>Sure we need to see various personalised lists when first connecting, but no activity while actually watching things. The personalisation seems very light - eg their lists of comedies look like they show the same to everyone. And it doesn&#x27;t seem intelligent at all, like for example hiding items you have already seen. <a href="https://news.ycombinator.com/item?id=9083196" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=9083196</a>
评论 #9095373 未加载
评论 #9094764 未加载
planckscnst超过 10 年前
The SCALE 13x videos are going up here: <a href="https://www.youtube.com/channel/UCN2nbMPLJWv3Y__4JuF_hMQ" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;channel&#x2F;UCN2nbMPLJWv3Y__4JuF_hMQ</a> Does anyone know in what room and day Brendan spoke?
评论 #9093315 未加载
评论 #9137622 未加载
评论 #9095360 未加载
deirdres超过 10 年前
For those who missed today&#x27;s post <a href="https://news.ycombinator.com/item?id=9121015" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=9121015</a> because it got downvoted (wrongly) for being a duplicate: accompanying blog post and video now available: <a href="http://www.brendangregg.com/blog/2015-02-27/linux-profiling-at-netflix.html" rel="nofollow">http:&#x2F;&#x2F;www.brendangregg.com&#x2F;blog&#x2F;2015-02-27&#x2F;linux-profiling-...</a>
ctb_mg超过 10 年前
I really like the workflow chart on slide 22. I can&#x27;t help but think this is a useful way to visualize common workflow sequences of commands (think git add, git commit, git push).<p>Honestly I wouldn&#x27;t mind if man pages came with ascii art to visualize this type of documentation.
krakensden超过 10 年前
It often feels like the only users of perf are its developers and Brendan Gregg.
评论 #9096029 未加载
评论 #9096194 未加载
评论 #9096697 未加载
X-Istence超过 10 年前
This talk was absolutely fantastic at SCALE13x. Lot of good content that will help a lot of people get started with CPU profiling.
distantsounds超过 10 年前
Those flame graphs look hella useful, hopefully the JDK patches make their way in so we don&#x27;t have to futz around with customizing too much. Thanks for this!
评论 #9096314 未加载
nwmcsween超过 10 年前
Omitting the frame pointer is a default on x86_64 its specified in the abi so it&#x27;s going to be mighty tough to change that. I don&#x27;t understand why you recommend not using the debug info when you already have to use it for symbol name resolution.
评论 #9098236 未加载
api超过 10 年前
Why FreeBSD for content delivery?
评论 #9096465 未加载
icantthinkofone超过 10 年前
So some aren&#x27;t confused. Content delivery is on FreeBSD, not Linux.
评论 #9094013 未加载
shmerl超过 10 年前
Surely they use Linux, yet they still can&#x27;t offer a proper Linux client. DRMed much.