# oldmanpushcart/greys-anatomy

Java诊断工具

Repository: https://github.com/oldmanpushcart/greys-anatomy
Canonical: https://ross.abutalabs.com/products/greys-anatomy
Language: Java
License: Apache-2.0
License Family: permissive
Topics: jvmti, troubleshooting, greys, diagnosis
Last push: 2022-10-25T03:24:47+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5033, "days_push": 1408, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4005, forks 1183 (observed 2026-08-28T04:08:32.159913+00:00)

## What it is
Greys-Anatomy is a Java online diagnostic tool inspired by HouseMD, allowing developers to inspect and troubleshoot running JVM processes in production. It attaches to a live JVM and provides interactive commands for tracing method invocations, watching variables, and diagnosing runtime issues.

## Use cases
- diagnose why a production Java service is failing
- trace method calls in a running JVM
- inspect variable values at runtime without restarting
- troubleshoot slow or stuck Java threads online
- find the source of repeated exceptions in production
- debug a live Java application without adding logging

## When to choose
- you need to troubleshoot a live JVM in production without redeploying
- you want an interactive, attachable diagnostic shell for Java
- you need method-level tracing and variable inspection at runtime

## When to avoid
- you need a general-purpose APM or metrics dashboard rather than ad-hoc diagnosis
- you are not working on the JVM/Java platform
- you need actively maintained tooling with recent releases and broad JDK support

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: developer-tools, monitoring, tracing, cli
- domain: developer-tools
- platform: jvm, cli
- tags: java-agent, jvmti, runtime-diagnosis, troubleshooting, online-debugging, bytecode-instrumentation, greys, command-line, debugging, jvm, linux, macos

## Member repositories
- oldmanpushcart/greys-anatomy (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:32.159913+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-29T18:24:05.060389+00:00, confidence not recorded.
  - readme: https://github.com/oldmanpushcart/greys-anatomy (fetched 2026-08-28T04:08:32.159913+00:00, sha 8fa031b79be9)
- Data as of 2026-08-30T08:39:29.467469+00:00.
