File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
boot/src/main/java/com/taobao/arthas/boot Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
FROM openjdk:8-jdk-alpine
2
2
3
- ARG ARTHAS_VERSION="3.6.8 "
3
+ ARG ARTHAS_VERSION="4.0.0 "
4
4
ARG MIRROR=false
5
5
6
6
ENV MAVEN_HOST=https://repo1.maven.org/maven2 \
Original file line number Diff line number Diff line change 1
1
FROM alpine
2
2
3
- ARG ARTHAS_VERSION="3.6.8 "
3
+ ARG ARTHAS_VERSION="4.0.0 "
4
4
ARG MIRROR=false
5
5
6
6
ENV MAVEN_HOST=https://repo1.maven.org/maven2 \
Original file line number Diff line number Diff line change 8
8
9
9
# program : Arthas
10
10
# author : Core Engine @ Taobao.com
11
- # date : 2023-04-19
11
+ # date : 2024-08-12
12
12
13
13
# current arthas script version
14
- ARTHAS_SCRIPT_VERSION=3.6.8
14
+ ARTHAS_SCRIPT_VERSION=4.0.0
15
15
16
16
# SYNOPSIS
17
17
# rreadlink <fileOrDirPath>
@@ -474,7 +474,7 @@ EXAMPLES:
474
474
./as.sh --stat-url 'http://192.168.10.11:8080/api/stat'
475
475
./as.sh -c 'sysprop; thread' <pid>
476
476
./as.sh -f batch.as <pid>
477
- ./as.sh --use-version 3.6.8
477
+ ./as.sh --use-version 4.0.0
478
478
./as.sh --session-timeout 3600
479
479
./as.sh --attach-only
480
480
./as.sh --disabled-commands stop,dump
Original file line number Diff line number Diff line change 53
53
+ " java -jar arthas-boot.jar --stat-url 'http://192.168.10.11:8080/api/stat'\n "
54
54
+ " java -jar arthas-boot.jar -c 'sysprop; thread' <pid>\n "
55
55
+ " java -jar arthas-boot.jar -f batch.as <pid>\n "
56
- + " java -jar arthas-boot.jar --use-version 3.6.8 \n "
56
+ + " java -jar arthas-boot.jar --use-version 4.0.0 \n "
57
57
+ " java -jar arthas-boot.jar --versions\n "
58
58
+ " java -jar arthas-boot.jar --select math-game\n "
59
59
+ " java -jar arthas-boot.jar --session-timeout 3600\n " + " java -jar arthas-boot.jar --attach-only\n "
Original file line number Diff line number Diff line change 79
79
</modules >
80
80
81
81
<properties >
82
- <revision >4.0.0-SNAPSHOT </revision >
82
+ <revision >4.0.0</revision >
83
83
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
84
84
<maven .compiler.target>1.8</maven .compiler.target>
85
85
<maven .compiler.source>1.8</maven .compiler.source>
You can’t perform that action at this time.
0 commit comments