# bcicen/grmon

Command line monitoring for goroutines

Repository: https://github.com/bcicen/grmon
Canonical: https://ross.abutalabs.com/products/grmon
Language: Go
License: MIT
License Family: permissive
Topics: golang, go, command-line, cli, developer-tools, top
Last push: 2023-07-18T07:29:14+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3111, "days_push": 1142, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1892, forks 54 (observed 2026-08-28T04:05:50.517687+00:00)

## What it is
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
- artifact type: cli-tool
- maturity: maintenance
- function: monitoring, developer-tools, cli
- domain: developer-tools, monitoring
- platform: cli, windows, go
- tags: goroutines, pprof, terminal-ui, go-runtime, debugging, command-line, linux, macos

## Member repositories
- bcicen/grmon (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:50.517687+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:12:57.237681+00:00, confidence not recorded.
  - readme: https://github.com/bcicen/grmon (fetched 2026-08-28T04:05:50.517687+00:00, sha 8f28ef6a5298)
- Data as of 2026-08-30T08:39:29.467469+00:00.
