当前位置:网站首页>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
边栏推荐
- 基于synchronized锁的深度解析
- 医疗项目管理的三种实用技巧
- The use of Android studio Aidl
- Viewing PDB files from the angle of assembly
- Android NDK 开发实战 - 微信公众号二维码检测
- Introduction to zero based im development (4): what is message timing consistency in IM systems?
- Hadoop学习(三)-YARN
- What can DNS do besides resolving domain names?
- A simple way to realize terminal text paste board
- Kubernetes business log collection and monitoring
猜你喜欢
为wget命令设置代理
Technology and beauty are so expensive, it's better to find consultants | aalab enterprise consulting business
JVM学习(五) -执行子系统
利用 Python 一键下载网易云音乐 10W+ 乐库
JVM学习(四)-垃圾回收器和内存分配
03.优先链接模型
Is multithreading really faster than single threading?
Nine kinds of distributed primary key ID generation schemes of sub database and sub table are quite comprehensive
Well, these four ways to query the maximum value of sliding window are good
分库分表的 9种分布式主键ID 生成方案,挺全乎的
随机推荐
中国程序员 VS 日本程序员,满屏的羞羞!
走进京东 | 中国空间技术研究院青年创新联盟成员莅临参观京东总部
On the calculation of non interaction polarizability
In the future, China Telecom will make cloud computing service the main business of China Telecom
Learn with me. NETCORE EF core practical introduction, a look will
To me, multithreading transaction must be a pseudo proposition!
Mobile security reinforcement helps app achieve comprehensive and effective security protection
在企业的降本增效诉求下,Cube如何助力科盾业务容器化“一步到位”?
跟我一起学.NetCore之EF Core 实战入门,一看就会
EFF 认为 RIAA 正在“滥用 DMCA”来关闭 YouTube-DL
Solve the problem of idea shortcut key Alt + insert invalid
Android架构之Navigation组件(二)
Viewing PDB files from the angle of assembly
Learning history of C language
inet_pton()和inet_ntop()函数详解
“开源软件供应链点亮计划 - 暑期 2020”公布结果 基于 ChubaoFS 开发的项目获得最佳质量奖
Idea rest client, yes, I haven't opened postman yet
移动安全加固助力 App 实现全面、有效的安全防护
Leetcode algorithm (1)
Decrypting the future database design: implementation of mongodb's new storage engine wiredtiger (transaction)