# ajermakovics/jvm-mon

Console-based JVM monitoring tool

Repository: https://github.com/ajermakovics/jvm-mon
Canonical: https://ross.abutalabs.com/products/jvm-mon
Homepage: https://ajermakovics.github.io/jvm-mon/
Language: Go
License: NOASSERTION
License Family: other
Topics: java, jvm, monitoring, terminal, console, kotlin
Last push: 2026-02-22T20:10:28+00:00

## Health v2 (maintenance only)
Score: 65/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 68, release rhythm 40, longevity 100
- inputs: {"age_days": 3495, "days_push": 192, "days_rel": 523, "gap_med": 3.0, "n_releases_24m": 3}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1485, forks 118 (observed 2026-08-28T04:04:51.783998+00:00)

## What it is
jvm-mon is a console-based tool for monitoring JVM server applications from the terminal. Rewritten in Go as a single executable, it attaches a bundled Java agent to running JVM processes to display CPU, GC load, heap usage, and top threads.

## Use cases
- monitor jvm processes over ssh
- check heap usage of a java server from terminal
- see which jvm threads use the most cpu
- view gc load on a running java application
- list running jvm processes on a server
- kill a stuck jvm process from the console

## When to choose
- you ssh into servers and want a quick terminal view of JVM health
- you don't have a JDK installed on the target machine
- you prefer a lightweight single-binary alternative to full APM tools

## When to avoid
- you need historical metrics, dashboards, or alerting
- you monitor non-JVM runtimes
- you need remote monitoring without SSH access to the host

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: monitoring, cli, terminal-ui
- domain: monitoring, developer-tools
- platform: cli, cross-platform
- tags: jvm, java, terminal-monitoring, process-monitoring, heap-usage, gc-metrics, command-line, macos, linux

## Member repositories
- ajermakovics/jvm-mon (main) score 65

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:51.783998+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-30T04:33:55.207656+00:00, confidence not recorded.
  - readme: https://github.com/ajermakovics/jvm-mon (fetched 2026-08-28T04:04:51.783998+00:00, sha 33fd01e79ba5)
  - homepage: https://ajermakovics.github.io/jvm-mon/ (fetched 2026-08-29T11:40:07.341712+00:00, sha 69bbc5de5540)
- Data as of 2026-08-30T08:39:29.467469+00:00.
