felixge/fgprof
🚀 fgprof is a sampling Go profiler that allows you to analyze On-CPU as well as Off-CPU (e.g. I/O) time together. observed · 2026-08-28
Health v2 · maintenance only
31/100
- Activity 19
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2263
- days_rel: n/a
- days_push: 488
- n_releases_24m: 0
Adoption not part of the score
3110 stars · 100 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
fgprof is a sampling Go profiler that analyzes both On-CPU and Off-CPU (e.g. I/O) time together, also known as wall-clock profiling. It exposes an HTTP handler compatible with `go tool pprof` and Brendan Gregg's FlameGraph tooling.
Use cases
- profile a Go application with mixed CPU and I/O workloads
- analyze off-CPU time spent waiting on I/O in Go
- generate flame graphs from a running Go service
- complement the builtin pprof CPU profiler with wall-clock profiling
- find where goroutines spend time blocked or sleeping
- profile a Go HTTP server via an HTTP endpoint
When to choose
- your Go application has mixed I/O and CPU workloads
- you need wall-clock profiling that includes Off-CPU time
- you want pprof-compatible output from an HTTP endpoint
- you want to generate flame graphs with Brendan Gregg's tooling
When to avoid
- you only need precise On-CPU profiling - Go's builtin pprof CPU profiler is better at that
- you run Go older than 1.19 with many goroutines, where fgprof can cause significant STW latencies
- you need tracing-level detail of I/O operations rather than sampling
Facets
library · maturity stable
monitoring benchmarking developer-tools performance developer-tools backend go windows cross-platform profiling go-profiler wall-clock-profiling off-cpu-analysis pprof flamegraph sampling-profiler linux macos
1 source
- readme: https://github.com/felixge/fgprof · fetched 2026-08-28 · ac76e928ba81
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| felixge/fgprof | main | 31 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem