Commit Graph

254 Commits

Author SHA1 Message Date
hengyunabc
8de8d26a3c add echo command. #1076 2020-03-26 20:13:37 +08:00
hengyunabc
8ccdb43975 support q to quit. close #1075 2020-03-26 20:00:08 +08:00
hengyunabc
91968f18ed dashboard command delete unused -b option. fix #1074 2020-03-26 19:58:17 +08:00
hengyunabc
16d96c9b0a move OptionsCommand to basic package 2020-03-26 16:05:04 +08:00
hengyunabc
4afddd8ab5 fix resource not close problem. close #1023 2020-02-17 13:21:13 +08:00
hengyunabc
42d695de71 fix dump -E option support. #1028 2020-02-17 02:01:57 +08:00
hengyunabc
f5f7583c98 add perfcounter command. #1029 2020-02-17 01:52:00 +08:00
hengyunabc
3da99d5ba5 support arthas.properties. #986 2020-02-14 03:34:17 +08:00
hengyunabc
4937b99d12 support ArthasEnvironment. #986 2020-02-14 02:40:08 +08:00
hengyunabc
6e39e74ce6 update index.md 2020-02-14 02:38:04 +08:00
hengyunabc
eeb579f131 print exception message, when render error. fix #994 2019-12-30 17:27:08 +08:00
hengyunabc
e4c9e6f3e5 clean code 2019-12-30 17:13:18 +08:00
hengyunabc
7d186f87f0 simplify AgentBootstrap; use long to store pid; #990 2019-12-27 19:33:17 +08:00
hengyunabc
f5270aba36 support ArthasEnvironment. #986 2019-12-27 15:11:18 +08:00
hengyunabc
ee08fa5b34 hide the shutdown command. #982 2019-12-25 19:40:55 +08:00
hengyunabc
1e6ee6d976 Merge branch 'master' of github.com:alibaba/arthas 2019-12-18 15:49:46 +08:00
pipetee
a0c33db7a8 Add tee command for pipes (#976) 2019-12-18 15:48:29 +08:00
hengyunabc
bd70d05da2 clean code 2019-12-18 15:33:24 +08:00
Robert LU
b69203f029 Naming the thread of ShellServerImpl (#967) 2019-12-09 11:47:32 +08:00
hengyunabc
19aa01b092 improve humanReadableByteCount 2019-12-05 17:35:45 +08:00
hengyunabc
25e0444ded [maven-release-plugin] prepare for next development iteration 2019-12-04 11:30:39 +08:00
hengyunabc
b4f1066dd3 [maven-release-plugin] prepare release arthas-all-3.1.7 2019-12-04 11:30:29 +08:00
hengyunabc
e0583f11ef [maven-release-plugin] prepare for next development iteration 2019-12-04 02:45:06 +08:00
hengyunabc
fd217e1160 [maven-release-plugin] prepare release arthas-all-3.1.6 2019-12-04 02:44:56 +08:00
lilizhaolilizhao
5850869843 support print fields in parent class. #435 2019-12-04 01:29:06 +08:00
hengyunabc
9f0212422d update trace command doc. #958 2019-12-04 00:56:13 +08:00
hengyunabc
be13519032 fix http port 8563 support. #955 2019-12-04 00:40:34 +08:00
hengyunabc
7a131c9a37 trace command skip jdk method by default. #958 2019-12-03 20:29:25 +08:00
hengyunabc
3892fb12c6 fix sc command render fields problem. close #956 2019-12-03 15:48:06 +08:00
hengyunabc
cc078bf5d6 move one/profiler java files to spy module, avoid load so profble. #961 2019-12-02 20:32:38 +08:00
hengyunabc
466fa406a1 fix profiler execute make jvm crash problem. close #962 2019-12-02 20:19:09 +08:00
hengyunabc
ad0a6404ba update options command doc. 2019-12-02 17:12:08 +08:00
hengyunabc
53d0976ef2 update trace command docs 2019-11-28 16:02:27 +08:00
hengyunabc
daeec7dbbc [maven-release-plugin] prepare for next development iteration 2019-11-26 02:15:29 +08:00
hengyunabc
67406df980 [maven-release-plugin] prepare release arthas-all-3.1.5 2019-11-26 02:15:19 +08:00
hengyunabc
fcc8c25ad5 improve HttpRequestHandler error log 2019-11-26 02:09:34 +08:00
hengyunabc
becb405aa8 fix arthas-output link 2019-11-25 20:45:57 +08:00
hengyunabc
0cad734c9e update ProfilerCommand 2019-11-25 03:17:14 +08:00
hengyunabc
6ca384b687 polish #942, add LongStackTest. 2019-11-21 10:37:28 +08:00
hengyunabc
24c4bcbac5 polish #942, improve stack in ThreadLocalWatch. 2019-11-20 20:53:44 +08:00
huangjIT
107da67c2d fix monitor command time stat problem(#942) 2019-11-20 20:51:38 +08:00
hengyunabc
bd6db6c85d fix typo. #923 2019-11-11 15:36:53 +08:00
hengyunabc
649fb48edb update comment. #923 2019-11-11 01:35:04 +08:00
hengyunabc
4b33cb69c3 support http and telnet in one port. #316 2019-11-10 02:48:08 +08:00
hengyunabc
0a4ff9edeb move http static resources from termd jar into core module. #924 2019-11-10 01:16:21 +08:00
hengyunabc
818d83c11c support AsyncProfiler. #923 2019-11-10 00:26:23 +08:00
hengyunabc
53ebd8a232 dump command limit option. #916 2019-11-10 00:23:45 +08:00
hengyunabc
b10bb1089b supoort http visit arthas-output directory. #921 2019-11-10 00:20:53 +08:00
hengyunabc
7ccbf12bdb support http and telnet in one port. #316 2019-11-06 11:53:54 +08:00
hengyunabc
4c4fe5fc7e fix grep command --trim-end support 2019-10-31 21:04:39 +08:00