当前位置:网站首页>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]所创,转载请带上原文链接,感谢
边栏推荐
- 除了解析域名,DNS还能干吗?
- SEO建设者,有哪些说不出的苦?
- 面试了一位33岁Android程序员,只会面向百度编程,居然要25k,被我一顿怼
- 分库分表的 9种分布式主键ID 生成方案,挺全乎的
- Android Studio Avd「真·小白食用方法」
- Suning's practice of large scale alarm convergence and root cause location based on Knowledge Map
- Idea rest client, yes, I haven't opened postman yet
- 7-10x write performance improvement: analysis of wiredtiger data page lock free and compression black Technology
- Hadoop learning (3) - Yarn
- CSP-J/S 2020考前注意事项
猜你喜欢

Technology and beauty are so expensive, it's better to find consultants | aalab enterprise consulting business

中国程序员 VS 日本程序员,满屏的羞羞!

ImmutableMap的put方法问题

IDEA解决yml配置文件中文输出乱码问题

博士在读时,把暗恋的师兄变成了老公是种怎样的体验?

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

Interface tests how to pass files in post requests

块级元素和行内元素

写给我自己的一封信

android studio AIDL的使用
随机推荐
Interview series 2: concurrent programming
Android studio import customized framework classess.jar As 4.0.1 version is valid for pro test
python中常见的一些错误异常类型
PAT_甲级_1074 Reversing Linked List
你这么不努力,怎么做年薪40W的大数据打工人?
Reduce of Flink
A simple way to realize terminal text paste board
To me, multithreading transaction must be a pseudo proposition!
Chinese programmer vs Japanese programmer, full screen shame!
Depth analysis based on synchronized lock
Android studio AVD
Setting up a proxy for the WGet command
Suning's practice of large scale alarm convergence and root cause location based on Knowledge Map
New features of Fedora 33 workstation
Efficient Estimation of Word Representations in Vector Space 论文笔记
利用 Python 一键下载网易云音乐 10W+ 乐库
中国程序员 VS 日本程序员,满屏的羞羞!
Interface tests how to pass files in post requests
基于synchronized锁的深度解析
Hadoop学习(三)-YARN