Arthas 3.4.6 released, Java diagnostic tool

Arthas 3.4.6 is released. Arthas is Alibaba's open source Java diagnostic tool. It allows developers to solve Java application problems in production without modifying the code or restarting the server. It can also dynamically track Java code and monitor JVM status in real time.

The major updates in this version include:

•Add  retransform commands to achieve a more complete hot update code function.

watch The specific location where the print call occurs, namely function entry/exit/abnormal exit, can be located intuitively.

• When the watch/tracecommand supports  --exclude-class-pattern options, the specified class can be excluded.

•Greatly improve the stability of HTTP API.

Check the update details: https://github.com/alibaba/arthas/releases/tag/arthas-all-3.4.6

Guess you like

Origin www.oschina.net/news/126721/arthas-3-4-6-released