Tag

Runtime Debugging

1 views collected around this technical thread.

Java Captain
Java Captain
Mar 12, 2020 · Backend Development

Using Arthas for Java Hot Code Update and Runtime Debugging

This guide explains how to use Alibaba's Arthas tool to attach to a running Java process, inspect JVM metrics, execute hot code updates, and troubleshoot production issues without redeploying, covering download, common commands, and step‑by‑step hot‑swap procedures.

ArthasBackendHot Update
0 likes · 5 min read
Using Arthas for Java Hot Code Update and Runtime Debugging