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

|
|
|
|
`Arthas` 是Alibaba开源的Java诊断工具,深受开发者喜爱。在线排查问题,无需重启;动态跟踪Java代码;实时监控JVM状态。
|
|
|
|
|
|
本教程会以一个普通的Spring Boot应用为例,演示使用`vmtool`命令从JVM内部查找对象。
|
|
|
|
* Github: https://github.com/alibaba/arthas
|
|
* 文档: https://arthas.aliyun.com/doc/
|