Skip to content

Commit

Permalink
update arthas-boot.jar/as.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hengyunabc committed Oct 18, 2024
1 parent 201efe5 commit fcb34c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified arthas-boot.jar
Binary file not shown.
6 changes: 3 additions & 3 deletions as.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 <fileOrDirPath>
Expand Down Expand Up @@ -476,7 +476,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 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
Expand Down

0 comments on commit fcb34c9

Please sign in to comment.