Commit Graph

175 Commits

Author SHA1 Message Date
hengyunabc
5dc091d38b update SystemPropertyCommand message. 2019-09-03 16:01:51 +08:00
hengyunabc
89a61ff18b add heapdump command. #837 2019-09-02 19:40:03 +08:00
hengyunabc
fe8c8d2ebc session command support print agent id/tunnel server. #835 2019-08-30 02:25:55 +08:00
hengyunabc
79b41b44b5 fix tunnel client logger output. #835 2019-08-30 02:14:24 +08:00
hengyunabc
bde058572f arthas-boot/arthas-core support tunnel server; Configure fix pass "null" string problem; #835 2019-08-29 20:45:27 +08:00
portman xu
baf41aa59f change prompt to arthas@pid (#803) 2019-08-28 14:12:14 +08:00
hydrogen666
5d819563d3 Throw IllegalAccessException out when Configure set filed failed. (#818) 2019-08-16 15:13:42 +08:00
hengyunabc
c1c8cfc0d3 clean code in MemoryCompiler 2019-08-06 16:47:44 +08:00
James Xu
4b63aa52da clean up the code a little bit by following Uncle Bob's clean code guide (#785) 2019-07-23 10:52:56 +08:00
zhangjin
d630ba9a6f sm support classloader hash. #767 2019-07-08 15:37:26 +08:00
zhangjin
a2d27f91d4 sc sm support -c option (#766) 2019-07-05 18:38:52 +08:00
hengyunabc
c8e8374ed1 add stop command, an alias for shutdown. #707 2019-07-05 16:05:23 +08:00
hengyunabc
4edacab7c5 fix tt command cost less than 0. #746 2019-06-26 23:35:09 +08:00
hengyunabc
a5efe2546e upgrade cfr to 0.145. #753 2019-06-26 17:56:36 +08:00
netroby
54e4d0424a using cfr dependency from upstream mvn repository (#751) 2019-06-25 10:56:42 +08:00
hengyunabc
555958c608 [maven-release-plugin] prepare for next development iteration 2019-05-15 17:34:38 +08:00
hengyunabc
0f17a45633 [maven-release-plugin] prepare release arthas-all-3.1.1 2019-05-15 17:34:24 +08:00
hengyunabc
c61fd13763 save history when job complete. #9 2019-05-15 17:04:19 +08:00
hengyunabc
487742dfb0 polish #614 2019-05-14 19:50:32 +08:00
hengyunabc
21ce2dd324 dashboard command remove the useless tomcat table. #696 2019-05-14 17:09:14 +08:00
hengyunabc
b48aa0c8e1 fix job redirect cache location. #695 2019-05-14 16:10:37 +08:00
hengyunabc
a4a2d08d4d fix bg job exit problem. #694 2019-05-14 16:06:37 +08:00
hengyunabc
a3f148c587 set arthas logs directory to /tmp/logs, when user.home is not writeable. #572 2019-05-10 16:03:35 +08:00
徐志毅
2002c00e04 add mbean command (#666) 2019-05-09 19:48:19 +08:00
徐志毅
e188370099 trace line number support (#668) 2019-05-09 10:42:43 +08:00
hengyunabc
c3805d8dab redefine command log redefine info. #530 2019-05-05 19:03:16 +08:00
hengyunabc
195ea0667b fix jad commnad VerifyError when the class is created by lambda expression. #675 2019-04-30 16:08:37 +08:00
徐志毅
45dfcdcf69 jad complete method name (#667) 2019-04-28 14:44:37 +08:00
徐志毅
353d8501f3 improve timetunnel command(#631) 2019-04-28 14:24:23 +08:00
徐志毅
51c0c2ef43 fix some doc and comment (#629) 2019-04-26 17:56:59 +08:00
hengyunabc
232a3f56b4 mc command delegate additional output from the compiler. #662 2019-04-23 21:04:04 +08:00
Paul Kenneth Kent
f5f2b53e15 Add unit tests to com.taobao.arthas.core.util.StringUtils (#638) 2019-04-17 15:58:43 +08:00
徐志毅
0d0b24e689 fix class loader npe (#632) 2019-04-08 10:35:40 +08:00
徐志毅
3813ba9b08 fix method completion (#627) 2019-04-06 04:32:51 +08:00
徐志毅
85d1df4026 dump command support completion (#623) 2019-04-06 04:30:30 +08:00
徐志毅
d765640190 fix getstatic description (#625) 2019-04-06 04:28:46 +08:00
徐志毅
1869964bfd options command support complete options-name (#612) 2019-04-02 11:18:19 +08:00
xuzhiyiYoh
b265f5b141 fix CompletionAdaptor index out of bounds when the token is empty (#610) 2019-03-30 13:28:18 +08:00
lzj
6af9393a02 Fix typo (#604) (#606) 2019-03-28 17:12:53 +08:00
gongdewei
4641ec0e6d support windows unicode file path. #571 2019-03-14 20:41:10 +08:00
hengyunabc
6f990a2cf3 polish #568 2019-03-14 14:23:26 +08:00
Bo Zhang
ae67e7ed2c Apply pmd plugin and fix/ignore broken styles
This commit applies [p3c-pmd](https://github.com/alibaba/p3c) plugin/rules, and fixes/ignores all violations of piority 1 (mandatory).
2019-03-14 06:28:37 +08:00
PSXjoy
6d7f00e3d1 Fix typo (#541) 2019-03-01 21:32:02 +08:00
hengyunabc
a944f2d4b8 fix RedirectHandler NullPointerException, when save-result option is true. close #517 2019-02-18 17:44:04 +08:00
hengyunabc
c93fb9d59b redefine command check class if loaded. 2019-02-18 00:15:22 +08:00
hengyunabc
c390d5571b add tutorials link 2019-02-16 15:05:13 +08:00
hengyunabc
e861aeb3c0 [maven-release-plugin] prepare for next development iteration 2019-02-14 01:11:33 +08:00
hengyunabc
2846685ee5 [maven-release-plugin] prepare release 3.1.0 2019-02-14 01:11:22 +08:00
hengyunabc
d235ee1050 update watch command description. 2019-02-13 16:39:19 +08:00
superheizai
6a584022a0 tt command support cost time/--replay-times/--replay-interval (#498) 2019-02-13 14:02:44 +08:00