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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Perforator – Open-source tool for cluster-wide continuous profiling

4 点作者 tazjin3 个月前

1 comment

tazjin3 个月前
Repo: <a href="https:&#x2F;&#x2F;github.com&#x2F;yandex&#x2F;perforator">https:&#x2F;&#x2F;github.com&#x2F;yandex&#x2F;perforator</a><p>We use this for GWP-style[0] continous-profiling over O(10k) nodes.<p>It does sampling through an eBPF program in the kernel, and supports generating a bunch of different output formats (classical flamegraphs, but also things like PGO profiles). One example where we use it daily is flamegraph diffs for prestable releases of services.<p>It&#x27;s also worth mentioning that while the Github repo has an example for a Kubernetes setup, this isn&#x27;t a Kubernetes-specific tool. We don&#x27;t actually run Kubernetes ourselves. It works wherever (well, if you have Linux, that is!)<p>(bias note: I work at Yandex, but not in the Perforator team)<p>[0]: <a href="https:&#x2F;&#x2F;research.google&#x2F;pubs&#x2F;google-wide-profiling-a-continuous-profiling-infrastructure-for-data-centers&#x2F;" rel="nofollow">https:&#x2F;&#x2F;research.google&#x2F;pubs&#x2F;google-wide-profiling-a-continu...</a>