mirror of
https://gitee.com/arthas/arthas.git
synced 2024-11-29 18:58:37 +08:00
release 3.6.4
This commit is contained in:
parent
71095cf364
commit
a200ef409b
@ -1,6 +1,6 @@
|
||||
FROM openjdk:8-jdk-alpine
|
||||
|
||||
ARG ARTHAS_VERSION="3.6.3"
|
||||
ARG ARTHAS_VERSION="3.6.4"
|
||||
ARG MIRROR=false
|
||||
|
||||
ENV MAVEN_HOST=https://repo1.maven.org/maven2 \
|
||||
|
@ -1,6 +1,6 @@
|
||||
FROM alpine
|
||||
|
||||
ARG ARTHAS_VERSION="3.6.3"
|
||||
ARG ARTHAS_VERSION="3.6.4"
|
||||
ARG MIRROR=false
|
||||
|
||||
ENV MAVEN_HOST=https://repo1.maven.org/maven2 \
|
||||
|
@ -8,10 +8,10 @@
|
||||
|
||||
# program : Arthas
|
||||
# author : Core Engine @ Taobao.com
|
||||
# date : 2022-06-13
|
||||
# date : 2022-07-30
|
||||
|
||||
# current arthas script version
|
||||
ARTHAS_SCRIPT_VERSION=3.6.3
|
||||
ARTHAS_SCRIPT_VERSION=3.6.4
|
||||
|
||||
# SYNOPSIS
|
||||
# rreadlink <fileOrDirPath>
|
||||
@ -453,7 +453,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.6.3
|
||||
./as.sh --use-version 3.6.4
|
||||
./as.sh --session-timeout 3600
|
||||
./as.sh --attach-only
|
||||
./as.sh --disabled-commands stop,dump
|
||||
|
@ -53,7 +53,7 @@ import com.taobao.middleware.cli.annotations.Summary;
|
||||
+ " java -jar arthas-boot.jar --stat-url 'http://192.168.10.11:8080/api/stat'\n"
|
||||
+ " java -jar arthas-boot.jar -c 'sysprop; thread' <pid>\n"
|
||||
+ " java -jar arthas-boot.jar -f batch.as <pid>\n"
|
||||
+ " java -jar arthas-boot.jar --use-version 3.6.3\n"
|
||||
+ " java -jar arthas-boot.jar --use-version 3.6.4\n"
|
||||
+ " java -jar arthas-boot.jar --versions\n"
|
||||
+ " java -jar arthas-boot.jar --select math-game\n"
|
||||
+ " java -jar arthas-boot.jar --session-timeout 3600\n" + " java -jar arthas-boot.jar --attach-only\n"
|
||||
|
Loading…
Reference in New Issue
Block a user