当前位置:网站首页>Arthas install quick installation document
Arthas install quick installation document
2020-11-09 13:44:00 【anshu】
Fast installation
Use arthas-boot
download arthas-boot.jar, And then use java -jar Way to start :
1. wget https://alibaba.github.io/arthas/arthas-boot.jar
2. java -jar arthas-boot.jar
Print help :
1. java -jar arthas-boot.jar -h
- If the download speed is slow , have access to aliyun Mirror image :
java -jar arthas-boot.jar —repo-mirror aliyun —use-http
Use as.sh
Arthas Support in Linux/Unix/Mac Wait for one key installation on the platform , Please copy the following , And paste it on the command line , knock enter Execution can be :
1. curl -L https://alibaba.github.io/arthas/install.sh | sh
The above command will download the startup script file as.sh To current directory , You can put it anywhere or add it to $PATH in .
Directly in shell Following execution ./as.sh, You'll get into the interactive interface .
It can also be executed ./as.sh -h To get more parameter information .
Full installation
The latest version , Click to download :
After decompressing , There is... In the folder arthas-boot.jar, Direct use java -jar Way to start :
1. java -jar arthas-boot.jar
Print help :
1. java -jar arthas-boot.jar -h
Manual installation
Offline help document
The latest version , Click to download :
uninstall
- stay Linux/Unix/Mac platform
Delete the following file :
- rm -rf ~/.arthas/
- Windows Platform directly deleted user home Below
.arthasCatalog
original text : https://alibaba.github.io/arthas/install-detail.html
版权声明
本文为[anshu]所创,转载请带上原文链接,感谢
边栏推荐
- c语言小白学习历程第六篇
- It's amazing! Ali senior architect 20 years of experience, collate and share servicemesh actual combat documents, pay rise is bad for this article!
- 从汇编的角度看pdb文件
- Depth analysis based on synchronized lock
- Leetcode algorithm (1)
- vscode 插件配置指北
- Mobile security reinforcement helps app achieve comprehensive and effective security protection
- 你这么不努力,怎么做年薪40W的大数据打工人?
- 深圳C1考证历程
- What can DNS do besides resolving domain names?
猜你喜欢

深圳C1考证历程

Solve the problem of idea shortcut key Alt + insert invalid

通配符SSL证书应该去哪里注册申请

Three practical skills of Medical Project Management
![Detailed explanation of [golang] GC](/img/64/02a80f3cebb5351f9ecd1e2d1a76c3.jpg)
Detailed explanation of [golang] GC

Android byte beat one side, was hanged by the interviewer! Fortunately, we got the offer from three sides

Introduction to zero based im development (4): what is message timing consistency in IM systems?

7-10倍写入性能提升:剖析WiredTiger数据页无锁及压缩黑科技

From coding, network transmission, architecture design, Tencent cloud high quality, high availability real-time audio and video technology practice

I interviewed a 33 year old Android programmer, who could only program for Baidu, but wanted 25K, which was met by me
随机推荐
嗯,查询滑动窗口最大值的这4种方法不错....
10款必装软件,让Windows使用效率飞起!
ImmutableMap的put方法问题
I interviewed a 33 year old Android programmer, who could only program for Baidu, but wanted 25K, which was met by me
H5 official account listens to events in the closed browser (left fork).
Viewing PDB files from the angle of assembly
New features of Fedora 33 workstation
The third way to realize webrtc in embedded devices
Introduction to zero based im development (4): what is message timing consistency in IM systems?
What really drags you down is sunk costs
Depth analysis based on synchronized lock
Android架构之Navigation组件(二)
Lazy to write a document, swagger document does not smell
From coding, network transmission, architecture design, Tencent cloud high quality, high availability real-time audio and video technology practice
面试了一位33岁Android程序员,只会面向百度编程,居然要25k,被我一顿怼
C language (circular list) to achieve the basic function of snake
Python loading voice class custom dataset
导师制Processing网课 双十一优惠进行中
【golang】GC详解
IDEA rest-client,会了它我还没打开过postman