mirror of
https://gitee.com/arthas/arthas.git
synced 2024-12-01 19:58:30 +08:00
prepare release 3.3.9
This commit is contained in:
parent
c1aee60a5b
commit
d2be558190
@ -1,6 +1,6 @@
|
||||
FROM openjdk:8-jdk-alpine
|
||||
|
||||
ARG ARTHAS_VERSION="3.3.8"
|
||||
ARG ARTHAS_VERSION="3.3.9"
|
||||
ARG MIRROR=false
|
||||
|
||||
ENV MAVEN_HOST=https://repo1.maven.org/maven2 \
|
||||
|
@ -1,6 +1,6 @@
|
||||
FROM alpine
|
||||
|
||||
ARG ARTHAS_VERSION="3.3.8"
|
||||
ARG ARTHAS_VERSION="3.3.9"
|
||||
ARG MIRROR=false
|
||||
|
||||
ENV MAVEN_HOST=https://repo1.maven.org/maven2 \
|
||||
|
@ -8,10 +8,10 @@
|
||||
|
||||
# program : Arthas
|
||||
# author : Core Engine @ Taobao.com
|
||||
# date : 2020-08-10
|
||||
# date : 2020-08-11
|
||||
|
||||
# current arthas script version
|
||||
ARTHAS_SCRIPT_VERSION=3.3.8
|
||||
ARTHAS_SCRIPT_VERSION=3.3.9
|
||||
|
||||
# SYNOPSIS
|
||||
# rreadlink <fileOrDirPath>
|
||||
@ -430,7 +430,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.3.8
|
||||
./as.sh --use-version 3.3.9
|
||||
./as.sh --session-timeout 3600
|
||||
./as.sh --attach-only
|
||||
./as.sh --select arthas-demo
|
||||
|
@ -52,7 +52,7 @@ import static com.taobao.arthas.boot.ProcessUtils.STATUS_EXEC_TIMEOUT;
|
||||
+ " 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.3.8\n"
|
||||
+ " java -jar arthas-boot.jar --use-version 3.3.9\n"
|
||||
+ " java -jar arthas-boot.jar --versions\n"
|
||||
+ " java -jar arthas-boot.jar --select arthas-demo\n"
|
||||
+ " java -jar arthas-boot.jar --session-timeout 3600\n" + " java -jar arthas-boot.jar --attach-only\n"
|
||||
|
@ -113,7 +113,7 @@ The response is as follows:
|
||||
"results" : [
|
||||
{
|
||||
"type" : "version",
|
||||
"version" : "3.3.8-SNAPSHOT",
|
||||
"version" : "3.3.7",
|
||||
"jobId" : 5
|
||||
},
|
||||
{
|
||||
@ -146,7 +146,7 @@ Response data format description:
|
||||
```json
|
||||
[{
|
||||
"type" : "version",
|
||||
"version" : "3.3.8-SNAPSHOT",
|
||||
"version" : "3.3.7",
|
||||
"jobId" : 5
|
||||
},
|
||||
{
|
||||
@ -303,7 +303,7 @@ The response content is as follows:
|
||||
"jobId" : 0,
|
||||
"pid" : "7909",
|
||||
"wiki" : "https://arthas.aliyun.com/doc",
|
||||
"version" : "3.3.8-SNAPSHOT"
|
||||
"version" : "3.3.7"
|
||||
},
|
||||
{
|
||||
"inputStatus" : "ALLOW_INPUT",
|
||||
|
@ -90,7 +90,7 @@ curl -Ss -XPOST http://localhost:8563/api -d '
|
||||
"results" : [
|
||||
{
|
||||
"type" : "version",
|
||||
"version" : "3.3.8-SNAPSHOT",
|
||||
"version" : "3.3.7",
|
||||
"jobId" : 5
|
||||
},
|
||||
{
|
||||
@ -120,7 +120,7 @@ curl -Ss -XPOST http://localhost:8563/api -d '
|
||||
```json
|
||||
[{
|
||||
"type" : "version",
|
||||
"version" : "3.3.8-SNAPSHOT",
|
||||
"version" : "3.3.7",
|
||||
"jobId" : 5
|
||||
},
|
||||
{
|
||||
@ -250,7 +250,7 @@ while true; do curl -Ss -XPOST http://localhost:8563/api -d '
|
||||
"jobId" : 0,
|
||||
"pid" : "7909",
|
||||
"wiki" : "https://arthas.aliyun.com/doc",
|
||||
"version" : "3.3.8-SNAPSHOT"
|
||||
"version" : "3.3.7"
|
||||
},
|
||||
{
|
||||
"inputStatus" : "ALLOW_INPUT",
|
||||
|
Loading…
Reference in New Issue
Block a user