Hacker News with Generative AI: Performance Monitoring

Show HN: Perforator – cluster-wide profiling tool for large data centers (github.com/yandex)
Perforator is a production-ready, open-source Continuous Profiling app that can collect CPU profiles from your production without affecting its performance, made by Yandex and inspired by Google-Wide Profiling.
Show HN: Goroutine Monitor Powered by eBPF (github.com/keisku)
gmon is a tool designed to monitor the creation and destruction of goroutines in a Go program, drawing inspiration from the presentation Real World Debugging with eBPF.
Bpftop: Dynamic real-time view of running eBPF programs (github.com/Netflix)