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.

Linux Performance Analysis and Tools and Methodologies

125 pointsby deirdresover 12 years ago

5 comments

helperover 12 years ago
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.
talaketuover 12 years ago
Awesome presentation. Brendan Gregg shows a scary amount of expertise here. Very motivating to start using more advanced tools.
评论 #5311352 未加载
评论 #5311354 未加载
eliasmacphersonover 12 years ago
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 未加载
nisaover 12 years ago
<p><pre><code> sudo perf top </code></pre> is really great!
donebizkitover 12 years ago
Great stuff. Thanks!