docs: add WIP structure
Dev Deploy / Build Jar (push) Has been cancelled
Dev Deploy / Docker Push (push) Has been cancelled
Dev Deploy / Deploy to Maven Central (push) Has been cancelled
Dev Deploy / Deploy to Northflank (push) Has been cancelled

This commit is contained in:
ReaJason
2025-12-20 23:34:24 +08:00
parent 7638cf8f36
commit 6388e79f14
59 changed files with 434 additions and 35 deletions
+4 -4
View File
@@ -1,15 +1,15 @@
---
title: 工具推荐
description: 工欲善其事必先利其器
---
> 工欲善其事必先利其器
## Arthas
Arthas 是阿里云开源的 Java 诊断工具,其本质是一个 Java Agent,它提供了各种各样的命令,能让我们洞察 JVM 各种细节信息。所有的使用姿势 [官方文档](https://arthas.aliyun.com/) 都有,以下会列举一些常见的场景和问题
JDK8 以上的下载链接https://arthas.aliyun.com/doc/download.html
JDK6/7 下载链接,https://arthas.aliyun.com/3.x/doc/download.html
JDK8 以上的下载链接https://arthas.aliyun.com/doc/download.html
JDK6/7 下载链接:https://arthas.aliyun.com/3.x/doc/download.html
### 启动 Arthas