Hacker News new | ask | show | jobs
by DonbunEf7 2977 days ago
This nigh-useless blurb links to a Youtube video: https://youtu.be/QkcBASKLyeU
1 comments

Yeah, can someone quick summarize this? Can't watch where I am.

edit: I found his blog post on this very topic. This should be the source: http://www.brendangregg.com/blog/2017-05-09/cpu-utilization-...

Also, now that we have the blog link, we have some previous HN threads: https://news.ycombinator.com/item?id=14301739

Brendan Gregg diagnoses a performance problem on Netflix servers. He starts with CPU Utilization, but CPU Utilization metrics from top or ps don't give enough detail. He checks out more detailed performance views (including flame graphs, and some custom tools he wrote himself) to eventually narrow the problem down to the TLB: Translation-Lookaside Buffer. The mechanism the CPU uses to implement virtual memory.

Finally, he realizes that TLB-Misses were caused by Meltdown / Spectre Patches. Which is a difference between the two servers he was diagnosing the performance problem for.

Beat you to it but thanks :P