Ross ROSS = Recommend OSS · open-source software intelligence for agents

bcicen/grmon

Command line monitoring for goroutines observed · 2026-08-28

github.com/bcicen/grmon · Go · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • 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-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3111
  • days_rel: n/a
  • days_push: 1142
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1892 stars · 54 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

grmon is a command-line tool for monitoring goroutines in running Go programs, displaying them in a top-like terminal UI. It connects to an application's pprof endpoint via a small agent library or the standard net/http/pprof server.

Use cases

  • monitor goroutines in a running go application
  • debug goroutine leaks in go services
  • view full stack traces of goroutines from the terminal
  • inspect pprof goroutine data with a top-like interface
  • filter and sort goroutines by keyword
  • troubleshoot deadlocked or blocked goroutines

When to choose

  • you need a quick interactive view of goroutine state in a Go process
  • you want a top-style TUI over the standard pprof goroutine endpoint
  • you are debugging concurrency issues like leaks or deadlocks in Go

When to avoid

  • you need long-term metrics collection or alerting rather than interactive inspection
  • your application cannot expose a pprof endpoint
  • you need profiling of CPU or memory rather than goroutine inspection

Facets

cli-tool · maturity maintenance

monitoring developer-tools cli developer-tools monitoring cli windows go goroutines pprof terminal-ui go-runtime debugging command-line linux macos

1 source

Member repositories

RepositoryRoleHealth v2
bcicen/grmonmain23

For agents

markdown · JSON · MCP: product_card(name="bcicen/grmon")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem