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.
 
 
 
 
 
 
Go to file
hengyunabc d24d2187dc update doc 6 years ago
.mvn/wrapper add maven wrapper. #39 6 years ago
agent [maven-release-plugin] prepare for next development iteration 6 years ago
bin update as.sh to support ubuntu. #25 6 years ago
client [maven-release-plugin] prepare for next development iteration 6 years ago
core [maven-release-plugin] prepare for next development iteration 6 years ago
lib/org/benf/cfr/0.132 update dependency 7 years ago
packaging [maven-release-plugin] prepare for next development iteration 6 years ago
site update doc 6 years ago
spy [maven-release-plugin] prepare for next development iteration 6 years ago
testcase [maven-release-plugin] prepare for next development iteration 6 years ago
.gitignore add site module and sphinx support 7 years ago
CONTRIBUTING.md as-package.sh support maven wrapper and auto extract project version. #39 6 years ago
LICENSE add LICENSE 7 years ago
README.md add web console doc. #15 6 years ago
TODO.md init 7 years ago
as-package.sh as-package.sh support maven wrapper and auto extract project version. #39 6 years ago
batch.as init 7 years ago
mvnw add maven wrapper. #39 6 years ago
mvnw.cmd add maven wrapper. #39 6 years ago
pom.xml [maven-release-plugin] prepare for next development iteration 6 years ago

README.md

Arthas

arthas

Arthas 是Alibaba开源的Java诊断工具深受开发者喜爱。

当你遇到以下类似问题而束手无策时,Arthas可以帮助你解决:

  1. 这个类从哪个 jar 包加载的?为什么会报各种类相关的 Exception
  2. 我改的代码为什么没有执行到?难道是我没 commit分支搞错了
  3. 遇到问题无法在线上 debug难道只能通过加日志再重新发布吗
  4. 线上遇到某个用户的数据处理有问题,但线上同样无法 debug线下无法重现
  5. 是否有一个全局视角来查看系统的运行状况?
  6. 有什么办法可以监控到JVM的实时运行状态

Arthas采用命令行交互模式,同时提供丰富的 Tab 自动补全功能,进一步方便进行问题的定位和诊断。

截图展示

Dashboard

dashboard

Web Console

web console