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

alibaba/arthas

Alibaba Java Diagnostic Tool Arthas/Alibaba Java诊断利器Arthas observed · 2026-08-28

github.com/alibaba/arthas · homepage · Java · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

98/100

  • Activity 99
  • Release rhythm 97
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 14
  • age_days: 2926
  • days_rel: 20
  • days_push: 7
  • n_releases_24m: 24

Full methodology

Adoption not part of the score

37497 stars · 7642 forks observed · 2026-08-28

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

Arthas is Alibaba's open-source Java diagnostic tool for troubleshooting production issues without modifying code or restarting the JVM. It attaches to a running Java process and provides an interactive CLI/WebConsole for inspecting classes, methods, classloaders, and performance hotspots.

Use cases

  • diagnose production java issues without restarting the jvm
  • find where a class is loaded to resolve jar conflicts
  • inspect method parameters, return values, and exceptions at runtime
  • generate flame graphs to find performance hotspots
  • hot-reload code in a running java application
  • detect classloader leaks
  • watch stack traces of specific method invocations

When to choose

  • you need to debug a java app in production where IDE remote debugging is impossible or unsafe
  • you suspect jar/class conflicts and need to trace classloading
  • you want runtime method-level tracing without code changes or restarts

When to avoid

  • you need a general-purpose APM/monitoring solution with dashboards and alerting
  • your application is not running on a JVM
  • you only need local development debugging, where an IDE debugger is simpler

Facets

cli-tool · maturity active

monitoring tracing developer-tools logging developer-tools performance cli jvm cross-platform java-agent jvm-diagnostics production-troubleshooting hotswap classloader-analysis flame-graph web-console debugging jvm

2 sources

Member repositories

RepositoryRoleHealth v2
alibaba/arthasmain98

For agents

markdown · JSON · MCP: product_card(name="alibaba/arthas")

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