docs: add WIP structure

This commit is contained in:
ReaJason
2026-01-12 02:12:34 +08:00
parent b04a34f1ab
commit ad8d2713ad
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