hengyunabc
|
8d12bb7e0a
|
update timer
|
2020-05-18 02:29:57 +08:00 |
|
hengyunabc
|
f37cad3bbe
|
fix MethodInfoBinding
|
2020-05-18 01:31:39 +08:00 |
|
hengyunabc
|
b7c3202246
|
add timmer in ArthasBootstrap
|
2020-05-18 01:30:45 +08:00 |
|
hengyunabc
|
a82e0a9eb4
|
better job timeout timer name
|
2020-05-17 22:56:41 +08:00 |
|
yangy
|
4cb1015983
|
Merge remote-tracking branch 'upstream/master' into fix-issue-1151
|
2020-05-16 16:59:53 +08:00 |
|
hengyunabc
|
360db7dfd3
|
support MethodInfo binding
|
2020-05-16 16:44:52 +08:00 |
|
 shiliyuandGitHub
|
4cb6cabba6
|
fix grammar issue (#1177)
|
2020-05-16 13:02:03 +08:00 |
|
 Bo ZhangandGitHub
|
94c3eea373
|
Fix grammar issue (#1176)
|
2020-05-15 22:37:41 +08:00 |
|
hengyunabc
|
9c6cfc9757
|
fix thread command cause application InterruptedException problem. #1175
|
2020-05-15 19:59:12 +08:00 |
|
hengyunabc
|
e3f920fc74
|
Enhancer support SpyAPI
|
2020-05-14 20:07:10 +08:00 |
|
hengyunabc
|
da436fce7e
|
upgrade asm to 8.0.1
|
2020-05-14 18:56:02 +08:00 |
|
hengyunabc
|
4879270225
|
add AtInvokeException.java
|
2020-05-14 18:55:16 +08:00 |
|
hengyunabc
|
2324f497e0
|
add InvokeInfo binding
|
2020-05-14 18:54:45 +08:00 |
|
hengyunabc
|
2e1911d21f
|
LineBinding support location whenComplete
|
2020-05-14 17:16:19 +08:00 |
|
gongdewei
|
e8836e3b4b
|
fix NPE of trace tree
|
2020-05-14 11:28:57 +08:00 |
|
gongdewei
|
6314019799
|
call_tree_match_times is used to stop the current round, can not stop trace
|
2020-05-14 11:06:02 +08:00 |
|
hengyunabc
|
4a950140dc
|
jad command better support unicode. #1169
|
2020-05-13 23:19:32 +08:00 |
|
gongdewei
|
2f579cd353
|
slice the result of 'classloader -a'
|
2020-05-13 20:48:49 +08:00 |
|
gongdewei
|
c8ceab2d46
|
extract arthas_api_common.py
|
2020-05-13 13:54:36 +08:00 |
|
gongdewei
|
9c6b1e6c4e
|
refactor http api demo, extract common callback handler
|
2020-05-11 21:08:48 +08:00 |
|
gongdewei
|
b17465270c
|
transform command: cat, echo, pwd
|
2020-05-11 16:18:27 +08:00 |
|
gongdewei
|
a35736316c
|
change timestamp 'ts' to java.util.Date, rename tccl
|
2020-05-11 16:13:39 +08:00 |
|
gongdewei
|
6b3ef743c8
|
move find-slow-method.py to scripts/
|
2020-05-11 10:43:52 +08:00 |
|
yangy
|
aaca4540b1
|
add unsupported testcase scenario
|
2020-05-10 17:03:19 +08:00 |
|
yangy
|
79b4c9e29b
|
add testcase
|
2020-05-10 15:56:06 +08:00 |
|
gongdewei
|
3052ae46f6
|
Ignore non-existent classes
|
2020-05-09 15:08:57 +08:00 |
|
gongdewei
|
defa2ef004
|
Merge remote-tracking branch 'alibaba/master' into session_share
|
2020-05-09 14:46:51 +08:00 |
|
gongdewei
|
d301d98e0d
|
#1151 fix pipe char '|' problem
|
2020-05-08 19:29:05 +08:00 |
|
gongdewei
|
4fd1286414
|
Remove fields 'clazz', 'method' from ClassInfoModel, MethodModel
|
2020-05-08 15:14:31 +08:00 |
|
gongdewei
|
f587b329ee
|
Do not auto reset classes before terminate
|
2020-05-08 14:18:50 +08:00 |
|
gongdewei
|
99c9e8860c
|
Normalize ClassName after trace is completed
|
2020-05-08 14:09:52 +08:00 |
|
gongdewei
|
19c0c660a0
|
remove field 'nodeId' from TraceNode
|
2020-05-08 14:05:37 +08:00 |
|
 senninhaandGitHub
|
0476c61af9
|
Avoid append spy jar to BootstrapClassLoader multiple times. fix #996 (#1153)
|
2020-05-07 20:46:20 +08:00 |
|
gongdewei
|
6b5fe39c6b
|
Support auto switch trace method path by stats data, add max trace depth
|
2020-05-07 20:33:30 +08:00 |
|
gongdewei
|
4e5e01630a
|
fix bool argument parse error, correct regex express of trace command
|
2020-05-07 16:03:49 +08:00 |
|
gongdewei
|
75299ee309
|
Cancel foreground job before clean session
|
2020-05-06 20:30:18 +08:00 |
|
gongdewei
|
6d2f99a944
|
Change thread id to long of trace data
|
2020-05-06 20:29:44 +08:00 |
|
gongdewei
|
cf11c08ffd
|
Support trace method path & additional methods, rendering trace tree
|
2020-05-06 20:28:09 +08:00 |
|
gongdewei
|
82924594d3
|
add find-slow-method.py
|
2020-05-06 01:12:33 +08:00 |
|
hengyunabc
|
3204c0ad36
|
bytekit support LocationFilter
|
2020-05-04 22:09:02 +08:00 |
|
hengyunabc
|
82a3d69cc3
|
add AsmAnnotationUtils
|
2020-05-04 14:00:38 +08:00 |
|
hengyunabc
|
99ff54f375
|
upgrade asm to 8.0.1
|
2020-05-04 01:13:12 +08:00 |
|
hengyunabc
|
6b31041e33
|
clean dep
|
2020-05-03 22:50:32 +08:00 |
|
hengyunabc
|
8cfe315ed0
|
asm verity support print details
|
2020-05-03 03:39:28 +08:00 |
|
hengyunabc
|
3d3640e80e
|
better invoke location support, support invoke method name/desc/owner
|
2020-05-03 03:35:37 +08:00 |
|
hengyunabc
|
4a936476cc
|
update tunnel-server/pom.xml
|
2020-05-02 22:33:41 +08:00 |
|
gongdewei
|
a69efad795
|
Add http api response state: INTERRUPTED
|
2020-04-30 18:12:19 +08:00 |
|
gongdewei
|
8e4baaa983
|
Add CompositeResultDistributor, send result both to session distributor and request distributor
|
2020-04-30 12:33:46 +08:00 |
|
gongdewei
|
f06e6082d7
|
support timeout option for sync exec command, avoid exec job concurrently
|
2020-04-30 11:00:55 +08:00 |
|
gongdewei
|
ed1b51b743
|
merge simple model & view, correct help command list
|
2020-04-29 21:02:25 +08:00 |
|