mirror of
https://gitee.com/arthas/arthas.git
synced 2024-12-05 05:37:37 +08:00
a7856ffdc1
* add dashboard command scenario. #847 Signed-off-by: hollowman6 <hollowman186@vip.qq.com> * fix link typo Signed-off-by: hollowman6 <hollowman186@vip.qq.com> * merge 'dashboard.md' and 'dashboard-usage.md' Signed-off-by: hollowman6 <hollowman186@vip.qq.com>
11 lines
446 B
Markdown
11 lines
446 B
Markdown
|
|
|
|
|
|
![Arthas](https://alibaba.github.io/arthas/_images/arthas.png)
|
|
|
|
`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.
|
|
|
|
`Arthas` supports JDK 6+, supports Linux/Mac/Windows.
|
|
|
|
* Github: https://github.com/alibaba/arthas
|
|
* Documentation: https://alibaba.github.io/arthas/en |