This commit is contained in:
hengyunabc
2023-08-24 21:20:26 +08:00
parent a3f397f49a
commit 661c57e8c4
3 changed files with 3 additions and 4 deletions
BIN
View File
Binary file not shown.
+3 -4
View File
@@ -8,10 +8,10 @@
# program : Arthas
# author : Core Engine @ Taobao.com
# date : 2023-08-02
# date : 2023-08-24
# current arthas script version
ARTHAS_SCRIPT_VERSION=3.7.0
ARTHAS_SCRIPT_VERSION=3.7.1
# SYNOPSIS
# rreadlink <fileOrDirPath>
@@ -467,7 +467,6 @@ Options and Arguments:
EXAMPLES:
./as.sh <pid>
./as.sh --target-ip 0.0.0.0
./as.sh --telnet-port 9999 --http-port -1
./as.sh --username admin --password <password>
./as.sh --tunnel-server 'ws://192.168.10.11:7777/ws' --app-name demoapp
@@ -475,7 +474,7 @@ EXAMPLES:
./as.sh --stat-url 'http://192.168.10.11:8080/api/stat'
./as.sh -c 'sysprop; thread' <pid>
./as.sh -f batch.as <pid>
./as.sh --use-version 3.7.0
./as.sh --use-version 3.7.1
./as.sh --session-timeout 3600
./as.sh --attach-only
./as.sh --disabled-commands stop,dump
BIN
View File
Binary file not shown.