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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Linux Performance Analysis and Tools and Methodologies

125 点作者 deirdres超过 12 年前

5 条评论

helper超过 12 年前
I didn't know much about perf (<a href="https://perf.wiki.kernel.org" rel="nofollow">https://perf.wiki.kernel.org</a>) before watching this talk. I had no idea that perf supported dynamic tracing in the kernel (around minute 40/slide 57). I'm definitely going to play around with it more this weekend.<p>I always enjoy Brenden's talks. He really knows his stuff.
talaketu超过 12 年前
Awesome presentation. Brendan Gregg shows a scary amount of expertise here. Very motivating to start using more advanced tools.
评论 #5311352 未加载
评论 #5311354 未加载
eliasmacpherson超过 12 年前
Haven't listened to the presentation but the diagram doesn't list this project which I learned about from a Misko Hevery post on the googletesting blog. <a href="http://freecode.com/projects/fio" rel="nofollow">http://freecode.com/projects/fio</a><p>Look forward to watching it.
评论 #5320783 未加载
评论 #5312738 未加载
nisa超过 12 年前
<p><pre><code> sudo perf top </code></pre> is really great!
donebizkit超过 12 年前
Great stuff. Thanks!