mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
13 lines
476 B
Markdown
13 lines
476 B
Markdown
|
|
|
|
|
|

|
|
|
|
`Arthas` is a Java diagnostic tool open-sourced by Alibaba middleware team. Arthas helps developers in trouble-shooting issues in production environment for Java based applications without modifying code or restarting servers.
|
|
|
|
|
|
This tutorial takes a simple application as an example to demonstrate the the usage of `vmtool`.
|
|
|
|
* Github: https://github.com/alibaba/arthas
|
|
* Docs: https://arthas.aliyun.com/doc/en
|