Parca
Continuous profiling platform for applications and infrastructure using eBPF.
Why consider Parca?
Parca is an open-source continuous profiling platform powered by eBPF. It profiles CPU, memory, and I/O utilization across production Linux nodes with zero instrumentation overhead.
Learn Parca by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of Parca
Parca captures whole-system continuous profiles (CPU, memory, goroutines, lock contention) down to the kernel level using eBPF without needing code recompilation or application restarts.
Running Parca
docker run -d \ --name parca \ -p 7070:7070 \ ghcr.io/parca-dev/parca:latestAccess flame graphs and performance diffs on http://localhost:7070.
Parca is licensed under the Apache License Version 2.0.
Related tools
More options with a similar category or technology profile.
diskus
Minimal, fast alternative to du -sh written in Rust using multi-threaded directory traversal.
peco
Simplistic interactive filtering tool for Unix pipelines, process lists, and file trees.
Dapr CLI
Command-line tool for managing Dapr distributed application runtime environments and sidecars.
Freeze
Generate beautiful image screenshots and SVGs of code snippets and terminal outputs.