Analyze CPU and Memory Usage with Continuous Profiling


Summary of my bookmarked Github repositories from Apr 27th, 2023

Github repositories

  • parca-dev/parca

    Parca is a powerful tool for continuous profiling that allows you to analyze CPU and memory usage over time, down to the line number. It offers features such as an eBPF profiler that automatically discovers targets from Kubernetes or systemd with low overhead, support for multiple programming languages, and compatibility with existing tools through pprof formatted profiles. Parca helps save infrastructure costs, improves performance, and increases reliability by identifying code optimization opportunities and troubleshooting incidents more effectively. Installation guides and documentation can be found on Parca's website. The project welcomes contributions from the community.