You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
arthas/_sources/index.md.txt

40 lines
1.5 KiB
Plaintext

6 years ago
Arthas 用户文档
===
6 years ago
**[English Docs](https://alibaba.github.io/arthas/en/)**
6 years ago
## Arthas阿尔萨斯 能为你做什么?
6 years ago
![arthas](arthas.png)
6 years ago
`Arthas` 是Alibaba开源的Java诊断工具深受开发者喜爱。
当你遇到以下类似问题而束手无策时,`Arthas`可以帮助你解决:
6 years ago
0. 这个类从哪个 jar 包加载的?为什么会报各种类相关的 Exception
0. 我改的代码为什么没有执行到?难道是我没 commit分支搞错了
6 years ago
0. 遇到问题无法在线上 debug难道只能通过加日志再重新发布吗
6 years ago
0. 线上遇到某个用户的数据处理有问题,但线上同样无法 debug线下无法重现
0. 是否有一个全局视角来查看系统的运行状况?
6 years ago
0. 有什么办法可以监控到JVM的实时运行状态
6 years ago
6 years ago
`Arthas`支持JDK 6+,采用命令行交互模式,同时提供丰富的 `Tab` 自动补全功能,进一步方便进行问题的定位和诊断。
6 years ago
Contents
--------
6 years ago
* [English Docs](https://alibaba.github.io/arthas/en/)
6 years ago
* [安装](install-detail.md)
* [快速入门](quick-start.md)
* [进阶使用](advanced-use.md)
* [命令列表](commands.md)
6 years ago
* [用户案例](https://github.com/alibaba/arthas/issues?q=label%3Auser-case)
* [Questions and answers](https://github.com/alibaba/arthas/issues?q=label%3Aquestion-answered)
6 years ago
* [Fork me at GitHub](https://github.com/alibaba/arthas)
6 years ago
* [参与贡献](https://github.com/alibaba/arthas/blob/master/CONTRIBUTING.md)
6 years ago
* [Release Notes](release-notes.md)
6 years ago
* [QQ群/钉钉群](contact-us.md)
6 years ago
7 years ago