mirror of https://github.com/alibaba/arthas.git
50 lines
1.1 KiB
Markdown
50 lines
1.1 KiB
Markdown
# 下载
|
|
|
|
## 下载全量包
|
|
|
|
### 从 Maven 仓库下载
|
|
|
|
最新版本,点击下载:[](https://arthas.aliyun.com/download/latest_version?mirror=aliyun)
|
|
|
|
### 从 Github Releases 页下载
|
|
|
|
[https://github.com/alibaba/arthas/releases](https://github.com/alibaba/arthas/releases)
|
|
|
|
### 用 as.sh 启动
|
|
|
|
解压后,在文件夹里有`as.sh`,直接用`./as.sh`的方式启动:
|
|
|
|
```bash
|
|
./as.sh
|
|
```
|
|
|
|
打印帮助信息:
|
|
|
|
```bash
|
|
./as.sh -h
|
|
```
|
|
|
|
### 用 arthas-boot 启动
|
|
|
|
或者在解压后,在文件夹里有`arthas-boot.jar`,直接用`java -jar`的方式启动:
|
|
|
|
```bash
|
|
java -jar arthas-boot.jar
|
|
```
|
|
|
|
打印帮助信息:
|
|
|
|
```bash
|
|
java -jar arthas-boot.jar -h
|
|
```
|
|
|
|
## 下载离线文档
|
|
|
|
下载文档:[](https://arthas.aliyun.com/download/doc/latest_version?mirror=aliyun)
|
|
|
|
---
|
|
|
|
::: warning
|
|
如需诊断 jdk 6/7 应用,请点击[此处下载 arthas 3](https://arthas.aliyun.com/3.x/doc/download.html)。
|
|
:::
|