当前位置:网站首页>Arthas Install 快速安装文档
Arthas Install 快速安装文档
2020-11-09 13:44:00 【anshu】
快速安装
使用arthas-boot
下载arthas-boot.jar,然后用java -jar的方式启动:
1. wget https://alibaba.github.io/arthas/arthas-boot.jar
2. java -jar arthas-boot.jar
打印帮助信息:
1. java -jar arthas-boot.jar -h
- 如果下载速度比较慢,可以使用aliyun的镜像:
java -jar arthas-boot.jar —repo-mirror aliyun —use-http
使用as.sh
Arthas 支持在 Linux/Unix/Mac 等平台上一键安装,请复制以下内容,并粘贴到命令行中,敲 回车 执行即可:
1. curl -L https://alibaba.github.io/arthas/install.sh | sh
上述命令会下载启动脚本文件 as.sh 到当前目录,你可以放在任何地方或将其加入到 $PATH 中。
直接在shell下面执行./as.sh,就会进入交互界面。
也可以执行./as.sh -h来获取更多参数信息。
全量安装
解压后,在文件夹里有arthas-boot.jar,直接用java -jar的方式启动:
1. java -jar arthas-boot.jar
打印帮助信息:
1. java -jar arthas-boot.jar -h
手动安装
离线帮助文档
卸载
- 在 Linux/Unix/Mac 平台
删除下面文件:
- rm -rf ~/.arthas/
- Windows平台直接删除user home下面的
.arthas目录
版权声明
本文为[anshu]所创,转载请带上原文链接,感谢
https://my.oschina.net/u/4518192/blog/4709602
边栏推荐
猜你喜欢
随机推荐
IDEA rest-client,会了它我还没打开过postman
Hadoop learning (3) - Yarn
Handwriting Koa.js Source code
Pay attention to the request forwarding problem of. Net core
从汇编的角度看pdb文件
Viewing PDB files from the angle of assembly
深圳C1考证历程
Android NDK 开发实战 - 微信公众号二维码检测
Nine kinds of distributed primary key ID generation schemes of sub database and sub table are quite comprehensive
Implement crud operation
IDEA解决yml配置文件中文输出乱码问题
Reduce of Flink
JVM学习(六)-内存模型和线程
注意.NET Core进行请求转发问题
20201107第16课,使用Apache服务部署静态网站;使用Vsftpd服务传输文件
FGC online service troubleshooting, this is enough!
Go语言初始化单例变量的几种方法
接口测试如何在post请求中传递文件
你这么不努力,怎么做年薪40W的大数据打工人?
Learning history of C language





