SaaSHub helps you find the best software and product alternatives Learn more →
Perforator Alternatives
Similar projects and alternatives to perforator
-
parca
Continuous profiling for analysis of CPU and memory usage, down to the line number and throughout time. Saving infrastructure cost, improving performance, and increasing reliability.
-
Nutrient
Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers. Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
-
-
-
-
-
parca-agent
eBPF based always-on profiler auto-discovering targets in Kubernetes and systemd, zero code changes or restarts needed!
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
perforator discussion
perforator reviews and mentions
- Show HN: Perforator – cluster-wide profiling tool for large data centers
- Perforator – cluster-wide continuous profiling tool for large data centers
-
Perforator – Open-source tool for cluster-wide continuous profiling
Repo: https://github.com/yandex/perforator
We use this for GWP-style[0] continous-profiling over O(10k) nodes.
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.
It's also worth mentioning that while the Github repo has an example for a Kubernetes setup, this isn't a Kubernetes-specific tool. We don't actually run Kubernetes ourselves. It works wherever (well, if you have Linux, that is!)
(bias note: I work at Yandex, but not in the Perforator team)
[0]: https://research.google/pubs/google-wide-profiling-a-continu...
- Perforator – cluster-wide continous profiling tool
-
A note from our sponsor - SaaSHub
www.saashub.com | 19 Feb 2025
Stats
yandex/perforator is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of perforator is C++.