arl/statsviz
Visualise Go runtime metrics in real time observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 99
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2211
- days_rel: n/a
- days_push: 9
- n_releases_24m: 0
Adoption not part of the score
3645 stars · 124 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Statsviz is a Go library that visualizes Go runtime metrics (heap, goroutines, GC pauses, scheduler) as real-time plots in a web UI. It registers HTTP handlers with your application's mux and streams live metrics to the browser.
Use cases
- visualize go runtime metrics in real time
- debug garbage collector pauses in a go application
- monitor goroutine counts live in the browser
- inspect heap and memory stats of a running go service
- add a runtime metrics dashboard to a go http server
When to choose
- you want zero-config runtime metrics visualization for a Go program
- you need live GC, heap, and scheduler plots during development or profiling
- you want a lightweight library that plugs into an existing http.ServeMux
When to avoid
- you need long-term metrics storage or alerting rather than live viewing
- your application is not written in Go
- you need production-grade monitoring across many services
Facets
library · maturity active
monitoring data-visualization charts monitoring developer-tools performance go browser go-runtime garbage-collector real-time-plots runtime-metrics http-handlers web-server
1 source
- readme: https://github.com/arl/statsviz · fetched 2026-08-28 · d8389f14a423
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| arl/statsviz | main | 77 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem