diff --git a/arthas-boot.jar b/arthas-boot.jar index c014724704f..3923d6417ed 100644 Binary files a/arthas-boot.jar and b/arthas-boot.jar differ diff --git a/as.sh b/as.sh index a79b388e4c7..161bac3ccf9 100755 --- a/as.sh +++ b/as.sh @@ -8,10 +8,10 @@ # program : Arthas # author : Core Engine @ Taobao.com -# date : 2024-09-14 +# date : 2024-10-17 # current arthas script version -ARTHAS_SCRIPT_VERSION=4.0.1 +ARTHAS_SCRIPT_VERSION=4.0.2 # SYNOPSIS # rreadlink @@ -476,7 +476,7 @@ EXAMPLES: ./as.sh --stat-url 'http://192.168.10.11:8080/api/stat' ./as.sh -c 'sysprop; thread' ./as.sh -f batch.as - ./as.sh --use-version 4.0.1 + ./as.sh --use-version 4.0.2 ./as.sh --session-timeout 3600 ./as.sh --attach-only ./as.sh --disabled-commands stop,dump