arthas/README.md

41 lines
1.5 KiB
Markdown
Raw Normal View History

2018-09-13 02:25:00 +08:00
## Arthas
2018-09-13 16:23:06 +08:00
![arthas](site/src/site/sphinx/arthas.png)
2018-09-13 02:25:00 +08:00
`Arthas` 是Alibaba开源的Java诊断工具深受开发者喜爱。
当你遇到以下类似问题而束手无策时,`Arthas`可以帮助你解决:
0. 这个类从哪个 jar 包加载的?为什么会报各种类相关的 Exception
0. 我改的代码为什么没有执行到?难道是我没 commit分支搞错了
0. 遇到问题无法在线上 debug难道只能通过加日志再重新发布吗
0. 线上遇到某个用户的数据处理有问题,但线上同样无法 debug线下无法重现
0. 是否有一个全局视角来查看系统的运行状况?
0. 有什么办法可以监控到JVM的实时运行状态
`Arthas`采用命令行交互模式,同时提供丰富的 `Tab` 自动补全功能,进一步方便进行问题的定位和诊断。
* [用户文档](https://alibaba.github.io/arthas/)
* [安装](https://alibaba.github.io/arthas/install-detail.html)
* [快速入门](https://alibaba.github.io/arthas/quick-start.html)
* [进阶使用](https://alibaba.github.io/arthas/advanced-use.html)
* [Questions and answers](https://github.com/alibaba/arthas/labels/question-answered)
2018-09-13 02:29:38 +08:00
* [参与贡献](https://github.com/alibaba/arthas/blob/master/CONTRIBUTING.md)
2018-08-31 11:49:48 +08:00
2018-09-13 17:15:52 +08:00
## 截图展示
2018-09-14 16:11:59 +08:00
### Dashboard
2018-09-13 17:15:52 +08:00
2018-09-14 16:11:59 +08:00
* https://alibaba.github.io/arthas/dashboard
![dashboard](site/src/site/sphinx/_static/dashboard.png)
### Web Console
* https://alibaba.github.io/arthas/web-console
![web console](site/src/site/sphinx/_static/web-console-local.png)