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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Bpftop: Streamlining eBPF performance optimization

133 点作者 mochomocha大约 1 年前

5 条评论

jackhalford大约 1 年前
Looks great. I remember using bpftrace at work to debug a nasty performance issue, I went down the rabbit hole only to find a certain syscall was being called much too often. We managed to trace it back inside the sourcecode to a sleep(1 second), which was some sort of manual io scheduling commited by the CTO when the startup was early stage. Removing those few lines and installing kyber fixed the issues!
评论 #39523010 未加载
bschuur大约 1 年前
Just tried this on the eBPF code I am working on. Works great! This one is going straight into the toolbox.<p>Even though eBPF is super fast, I have found triggering complex probes many times will have performance implications, which can not easily be tracked down to the instrumenting application. This will help with that a lot.
评论 #39527805 未加载
maayank大约 1 年前
What use cases people use eBPF for these days?
评论 #39522432 未加载
评论 #39522080 未加载
评论 #39522047 未加载
评论 #39523517 未加载
评论 #39532006 未加载
评论 #39523266 未加载
klysm大约 1 年前
I find this somewhat amusing given one of the primary use cases of eBPF is measuring performance
评论 #39520734 未加载
评论 #39519803 未加载
bewo001大约 1 年前
Nice! But I got it to freeze under higher load. Removing the load does not help.
评论 #39527768 未加载