News: 0001522523

  ARM Give a man a fire and he's warm for a day, but set fire to him and he's warm for the rest of his life (Terry Pratchett, Jingo)

Yandex Open-Sources Perforator: Find Code Inefficiencies & "Save Billions of Dollars"

([Linux Kernel] 91 Minutes Ago Perforator)


Internet tech company Yandex announced the open-source release today of Perforator as a tool to help identify and evaluate code inefficiencies at scale. They say Perforator can lead to businesses saving "billions of dollars a year on server infrastructure."

Perforator is a continuous profiling application that analyzes CPU profiles from production servers to look for performance inefficiencies. Perforator relies on eBPF, is able to unwind without needing frame pointers or debug symbols on the production servers, and supports a variety of languages from C++ to Go to Rust, Java, Python, and Node.js. As part of the performance tooling, Perforator can also rebuild applications with collected profiles and employing Profile Guided Optimizations (PGO).

Yandex claims that Perforator can run with just 512MB of RAM and less than 1% of host CPU resources to make it suitable for continuously running on production servers for profiling.

Yandex wrote in today's [1]press release that Perforator can optimize applications and reduce infrastructure costs by up to 20%... Similar to their claims of saving billions of dollars annually, the claims seem extremely ambitious and would rely on currently using a lot of unoptimized code in production.

Perforator is open-source under an MIT license. Those wanting to check it out can find it on [2]GitHub . The project site with plenty of documentation is at [3]Perforator.tech .



[1] https://yandex.com/company/press_center/press_releases/2025/30-01-2025

[2] https://github.com/yandex/perforator

[3] https://perforator.tech/docs/en/



bug77

Jumbotron

spicfoo

slagiewka

sophisticles

decadarkness

bug77

Dealing with failure is easy:
Work hard to improve.
Success is also easy to handle:
You've solved the wrong problem.
Work hard to improve.