|
|
@ -8,10 +8,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
# program : Arthas
|
|
|
|
# program : Arthas
|
|
|
|
# author : Core Engine @ Taobao.com
|
|
|
|
# author : Core Engine @ Taobao.com
|
|
|
|
# date : 2020-05-29
|
|
|
|
# date : 2020-06-01
|
|
|
|
|
|
|
|
|
|
|
|
# current arthas script version
|
|
|
|
# current arthas script version
|
|
|
|
ARTHAS_SCRIPT_VERSION=3.3.1
|
|
|
|
ARTHAS_SCRIPT_VERSION=3.3.2
|
|
|
|
|
|
|
|
|
|
|
|
# SYNOPSIS
|
|
|
|
# SYNOPSIS
|
|
|
|
# rreadlink <fileOrDirPath>
|
|
|
|
# rreadlink <fileOrDirPath>
|
|
|
@ -444,7 +444,7 @@ EXAMPLES:
|
|
|
|
./as.sh --stat-url 'http://192.168.10.11:8080/api/stat'
|
|
|
|
./as.sh --stat-url 'http://192.168.10.11:8080/api/stat'
|
|
|
|
./as.sh -c 'sysprop; thread' <pid>
|
|
|
|
./as.sh -c 'sysprop; thread' <pid>
|
|
|
|
./as.sh -f batch.as <pid>
|
|
|
|
./as.sh -f batch.as <pid>
|
|
|
|
./as.sh --use-version 3.3.1
|
|
|
|
./as.sh --use-version 3.3.2
|
|
|
|
./as.sh --session-timeout 3600
|
|
|
|
./as.sh --session-timeout 3600
|
|
|
|
./as.sh --attach-only
|
|
|
|
./as.sh --attach-only
|
|
|
|
./as.sh --select arthas-demo
|
|
|
|
./as.sh --select arthas-demo
|
|
|
|