diff --git a/arthas-boot.jar b/arthas-boot.jar index 7ee571ef5..8b44bc92d 100644 Binary files a/arthas-boot.jar and b/arthas-boot.jar differ diff --git a/as.sh b/as.sh index ae83b33dc..ec3b3e140 100755 --- a/as.sh +++ b/as.sh @@ -8,10 +8,10 @@ # program : Arthas # author : Core Engine @ Taobao.com -# date : 2022-03-26 +# date : 2022-04-25 # current arthas script version -ARTHAS_SCRIPT_VERSION=3.6.0 +ARTHAS_SCRIPT_VERSION=3.6.1 # SYNOPSIS # rreadlink @@ -142,7 +142,7 @@ TUNNEL_SERVER= AGENT_ID= # stat report url -STAT_URL="http://pandora.alibaba-inc.com/pandora-web/api/arthasStat.do" +STAT_URL= # app name APP_NAME= @@ -453,7 +453,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 3.6.0 + ./as.sh --use-version 3.6.1 ./as.sh --session-timeout 3600 ./as.sh --attach-only ./as.sh --disabled-commands stop,dump diff --git a/math-game.jar b/math-game.jar index d08b46e90..dbc987202 100644 Binary files a/math-game.jar and b/math-game.jar differ