Commit Graph

1319 Commits

Author SHA1 Message Date
hengyunabc
40c914e739 [maven-release-plugin] prepare release arthas-all-3.3.3 2020-06-05 21:50:38 +08:00
hengyunabc
09ee5c0406 prepare release 3.3.3 2020-06-05 21:48:20 +08:00
hengyunabc
5933d0b7a3 fix trace command output negative cost problem. #1246 2020-06-05 21:46:08 +08:00
hengyunabc
98e645f7bc SpyImpl print error log 2020-06-05 16:59:56 +08:00
Hollow Man
68884eee62 fix tutorials #1235 2020-06-04 21:53:06 +08:00
hengyunabc
ab59d73f76 update link. 2020-06-04 21:43:18 +08:00
Hollow Man
1a6273f02a
fix link in tutorials (#1235) 2020-06-04 17:58:19 +08:00
Sahil Jha
fc19ce9297
translated into en and dingtalk installation instructions (#1216) 2020-06-04 17:13:54 +08:00
hengyunabc
9b3da5a974 update katacoda/README.md 2020-06-04 15:50:25 +08:00
HollowMan6
4148716b10 add katacoda.yaml. #1229 2020-06-04 15:35:32 +08:00
HollowMan6
252f0e9ac8 add katacoda.yaml. #1229 2020-06-04 14:39:55 +08:00
hengyunabc
44aab46e49 add tutorials/katacoda. #847 2020-06-04 14:32:55 +08:00
hengyunabc
a79c82efbd fix stack command output null problem. #1231 2020-06-04 14:24:25 +08:00
hengyunabc
4bcf45a5e7 [maven-release-plugin] prepare for next development iteration 2020-06-01 19:42:52 +08:00
hengyunabc
ef0e655a54 [maven-release-plugin] prepare release arthas-all-3.3.2 2020-06-01 19:42:40 +08:00
hengyunabc
5d25600da6 change package to com.taobao.arthas.agent332. #1219 2020-06-01 19:36:10 +08:00
hengyunabc
70774be604 change package to com.taobao.arthas.agent332. #1219 2020-06-01 19:32:38 +08:00
hengyunabc
87c8ada0f2 prepare release 3.3.2 2020-06-01 19:28:29 +08:00
hengyunabc
41bbedefdb EnhancerAffect save exception and print the exception message #1224 2020-06-01 19:23:23 +08:00
hengyunabc
25c5fb7e7b fix spring aop generated classes major version is 46, do not support ldc class problem. #1223 2020-06-01 17:27:41 +08:00
hengyunabc
c59fa48229
Update CONTRIBUTING.md 2020-06-01 10:52:01 +08:00
hengyunabc
fbdafec447 [maven-release-plugin] prepare for next development iteration 2020-05-29 20:13:50 +08:00
hengyunabc
f6ef550e97 [maven-release-plugin] prepare release arthas-all-3.3.1 2020-05-29 20:13:38 +08:00
hengyunabc
5070951395 prepare release 3.3.1 2020-05-29 20:09:54 +08:00
hengyunabc
8e06b400bc add ClassLoaderAwareClassWriter to fix getCommonSuperClass ClassNotFoundException problem. #1218 2020-05-29 15:36:08 +08:00
hengyunabc
ac3e188d49 add binary files in arthas-packaging jar. #444 2020-05-29 10:58:25 +08:00
lzc-alioo
f63aa1439f
only load xterm device, memory optimization (#1217) 2020-05-28 15:19:54 +08:00
hengyunabc
5b2479c9b7 [maven-release-plugin] prepare for next development iteration 2020-05-28 02:10:41 +08:00
hengyunabc
1f6710e380 [maven-release-plugin] prepare release arthas-all-3.3.0 2020-05-28 02:10:30 +08:00
hengyunabc
0df7e8fa8d prepare release 3.3.0 2020-05-28 02:07:36 +08:00
hengyunabc
51842f7ff1 fix redefine may throw NullPointerException problem. close #1215 2020-05-27 19:49:32 +08:00
hengyunabc
6ec3bdb3e3 polish #1212 2020-05-27 19:30:04 +08:00
hengyunabc
02f6401b13 add comment in arthas.properties 2020-05-27 15:15:03 +08:00
Huangxuny1
565146f837 fix monitor output problem. #1170 2020-05-27 15:10:46 +08:00
hengyunabc
f2d28a54d4 upgrade termd to 1.1.7.9. close #1214 2020-05-27 15:03:46 +08:00
hengyunabc
fcb1136063 clean unnecessarily asm dep 2020-05-27 15:00:29 +08:00
hengyunabc
45cc29694f fix TunnelClient host may null problem. #1060 2020-05-27 14:19:32 +08:00
gongdewei
02c9d30334 correct java imports 2020-05-27 11:45:16 +08:00
gongdewei
fe8aba65c5 Replace JobControllerImpl with interface JobController 2020-05-27 11:44:21 +08:00
gongdewei
898da3da02 Use custom worker group to reduce the occurrence of http api block 2020-05-27 11:44:21 +08:00
gongdewei
80ce091342 transform command: history 2020-05-27 11:43:40 +08:00
gongdewei
3bf413b9c7 add result distributors and consumer for http api 2020-05-27 11:43:40 +08:00
gongdewei
78316f340d add http api handler 2020-05-27 11:43:40 +08:00
gongdewei
c654abafed transform command: echo, version 2020-05-27 11:43:40 +08:00
gongdewei
62c47c4259 close ShellServer and SessionManager when shutdown 2020-05-27 11:43:40 +08:00
gongdewei
a318bbdabe transform command: help 2020-05-27 11:43:40 +08:00
gongdewei
33175d2f3e Extract JobListener and ResultDistributor, adapt to telnet and http api 2020-05-27 11:43:40 +08:00
gongdewei
907b5c8b0d add SessionManager 2020-05-27 11:42:27 +08:00
gongdewei
0d84baaf05
double check telnet port and pid before attach agent (#1119) 2020-05-27 11:40:18 +08:00
hengyunabc
1dd7f6c9bd profiler command support duration option. close #1197 2020-05-27 00:04:41 +08:00