Commit Graph

270 Commits

Author SHA1 Message Date
hengyunabc
9f57c2c9a6 jad support completion. #323 2019-02-08 01:47:59 +08:00
hengyunabc
349c426bd1 fix CompletionAdaptor lose chars when the last token is blank. 2019-02-08 01:43:47 +08:00
hengyunabc
a2ef539f4e sm support completion. #323 2019-02-08 01:41:25 +08:00
hengyunabc
317e9d69ad catch completion exception 2019-02-08 01:39:23 +08:00
hengyunabc
33fd06ba02 sc command support completion 2019-02-07 21:22:59 +08:00
hengyunabc
a7ee25b1f2 redefine command support completion 2019-02-07 21:21:53 +08:00
hengyunabc
79fe3a9382 improve cat/mc completion 2019-02-07 15:28:06 +08:00
hengyunabc
c4751931ce jad command support --source-only option. #496 2019-02-07 15:21:18 +08:00
hengyunabc
c18bd53ed5 dump command support output directory. #419 2019-02-07 12:50:31 +08:00
hengyunabc
895f1cb14d add cat command. close #494 2019-02-06 23:34:57 +08:00
hengyunabc
9a57b5d8f3 improve redirect. #495 2019-02-06 15:48:06 +08:00
hengyunabc
793df05b2f add pwd command. #493 2019-02-06 14:59:31 +08:00
hengyunabc
73e5f15adb remove unnecessary -p option in the redefine command. close #492 2019-02-06 01:45:41 +08:00
hengyunabc
f3561e9bc8 add mc command. #373 2019-02-06 01:33:03 +08:00
Harry Chan
4dba865995 Optimize toArray (#484)
replace toArray(new T[size]) with toArray(new T[0]) for better performance

https://shipilev.net/blog/2016/arrays-wisdom-ancients/#_conclusion
2019-01-29 10:42:02 +08:00
hengyunabc
3a27075987 update trace doc. 2019-01-25 11:44:04 +08:00
hengyunabc
e03c3ee2b1 keymap command usage more friendly. close #366 2019-01-18 19:23:31 +08:00
hengyunabc
4b98af05a9 pom.xml add relativePath 2019-01-18 16:30:58 +08:00
hengyunabc
b80698becb upgrade asm api to Opcodes.ASM7. #459 #425 2019-01-18 15:57:22 +08:00
hengyunabc
6ecc035a6d improve log 2019-01-18 15:05:51 +08:00
hengyunabc
dcf9be4732 improve log info 2019-01-18 14:58:37 +08:00
hengyunabc
3c048b639c catch asm exception in Enhancer#transform. #462 2019-01-18 14:57:40 +08:00
hengyunabc
5e31fd39f9 ObjectView support enum. close #454 2019-01-17 15:09:00 +08:00
Bruce
78816cdb4e update method of com.taobao.arthas.core.view.Ansi#bgCyan from this.fg(Color.CYAN) to this.bg(Color.CYAN) fix #427 2019-01-06 15:27:10 +08:00
Sergio Escalante
a11dabbead Removing unnecessary/unused imports
Signed-off by: Sergio Escalante sergioescala@gmail.com
2018-12-18 15:04:30 -03:00
garenchan
07d2ebd5e9 Use JavaVersionUtils to get java version. 2018-12-10 17:12:32 +08:00
hengyunabc
a598382890 update tt doc 2018-12-04 16:12:25 +08:00
hengyunabc
307e6bad5a update trace doc 2018-12-04 01:40:16 +08:00
hengyunabc
3fbbd9c1fd update trace doc 2018-12-04 01:25:12 +08:00
hengyunabc
9d35b1a436 update watch doc 2018-12-03 23:03:17 +08:00
hengyunabc
e4723bf8bf update watch doc 2018-12-03 22:30:26 +08:00
hengyunabc
e85e952896 ognl express support get private field. fix #336 2018-12-03 20:09:37 +08:00
hengyunabc
2865e0b83f update classloader doc 2018-12-03 19:04:46 +08:00
hengyunabc
61252e6edd update jad doc 2018-12-03 17:57:37 +08:00
hengyunabc
de4a0a31e6 update dump doc 2018-12-03 17:29:15 +08:00
hengyunabc
769b1bd93c update sm doc 2018-12-03 17:23:15 +08:00
hengyunabc
0153812d5e update sc doc 2018-12-03 17:18:21 +08:00
hengyunabc
ea80b6ed5c update getstatic command doc 2018-12-03 16:45:39 +08:00
hengyunabc
feced41e92 [maven-release-plugin] prepare for next development iteration 2018-11-28 21:36:52 +08:00
hengyunabc
3569e213fc [maven-release-plugin] prepare release arthas-all-3.0.5 2018-11-28 21:36:31 +08:00
hengyunabc
00aeb9ae43 add ognl command doc. #240 2018-11-28 17:59:01 +08:00
hengyunabc
41936aed83 upgrade cli to 1.0.2 to support case sensitive options. close #322 2018-11-27 20:42:20 +08:00
hengyunabc
2a90a7f5b3 clear code. fix #312 2018-11-26 10:59:41 +08:00
hengyunabc
d667bc12f0 improve history command 2018-11-26 00:48:09 +08:00
hengyunabc
744beefe0e improve help format 2018-11-26 00:16:05 +08:00
hengyunabc
361bda07ef fix long name option completion. close #318 2018-11-25 23:42:23 +08:00
hengyunabc
db78b670d6 change tt -D to --delete-all. fix #219 2018-11-25 22:05:51 +08:00
hengyunabc
ec6456c299 help command support completion 2018-11-18 23:43:49 +08:00
hengyunabc
eaae4eb72a add history command. close #298 2018-11-18 23:42:35 +08:00
hengyunabc
180ee6beb5 support history-search-forward and history-search-backward. close #307 2018-11-17 15:40:48 +08:00
hengyunabc
18cc2b0165 fix default timeout. #296 2018-11-16 16:25:12 +08:00
hengyunabc
d1aaf713bd improve jad command inner class search. #301 2018-11-16 01:09:43 +08:00
hengyunabc
e6a8e4624a jad command support classes created by lambda method. fix #305 2018-11-16 00:28:42 +08:00
hengyunabc
5b52b1b9d9 fix class search for which classes created by lambda method. #302 2018-11-16 00:25:33 +08:00
hengyunabc
775b342ab3 fix jad command do not match inner class. close #301 2018-11-14 18:45:46 +08:00
hengyunabc
755c527d3b fix typo 2018-11-14 18:38:22 +08:00
hengyunabc
1a42377a98 support session timeout config. #296 2018-11-12 19:42:40 +08:00
hengyunabc
551432da0a add common module 2018-11-09 15:57:03 +08:00
hengyunabc
137bece9d0 add sysenv command. close #288 2018-11-09 00:40:52 +08:00
hengyunabc
326cd2fe9a allow skip bind telnet port or http port. fix #284 2018-11-07 17:31:50 +08:00
hengyunabc
82dc3b1922 add ognl command. #240 2018-10-22 15:46:58 +08:00
hengyunabc
6e98cd99fd fix #256 CustomClassResolver multiple threads problem. 2018-10-22 14:48:51 +08:00
hengyunabc
65fc3bf583 classloader command support load class. #246 2018-10-18 19:46:13 +08:00
hengyunabc
13684c5718 improve SearchClassCommand. #234 2018-10-18 17:55:33 +08:00
hengyunabc
f95447a493 rename getstatic code to hashCode 2018-10-18 16:30:59 +08:00
hengyunabc
3442f3d95c rename ExpressFactory.newExpress to ExpressFactory.threadLocalExpress 2018-10-18 15:32:19 +08:00
hengyunabc
734e5b547e add maven-jdk-tools-wrapper to support tools.jar. fix #243 2018-10-17 18:40:01 +08:00
hengyunabc
03dcb8d677
Merge pull request #234 from Hearen/sort-matched-classes
sort sc command ouput
2018-10-17 16:42:16 +08:00
LHearen
0757b410bd make it easier to locate the class from so many matched 2018-10-17 16:24:36 +08:00
hengyunabc
3de9456501
Merge pull request #227 from Hearen/adding-time-cost-for-invoking-in-watch
adding time cost for watching methods
2018-10-15 11:14:01 +08:00
Hearen
79714b8d38 adding time cost for watching methods 2018-10-13 11:10:38 +08:00
hengyunabc
cad02446bb remove LocalDebugTest. fix #196 2018-10-12 10:44:45 +08:00
hengyunabc
61a56cd8c8
Merge branch 'master' into fix-timestamp 2018-10-11 18:40:03 +08:00
LHearen
3a086fddf3 welcome timestamp replace with readable date time 2018-10-11 14:29:48 +08:00
Hearen
21640a27f7 fix some typos in error prompts 2018-10-10 23:07:05 +08:00
Brijesh Prasad
dbcde9fe42 Test case for DateUtils (#195) 2018-10-09 13:45:47 +08:00
earayu
b7225b53ae add test for FileUtils 2018-10-08 19:44:18 +08:00
ufukoz
b267a234d3 Add tests for a couple of methods of TypeRenderUtils 2018-10-05 15:27:44 +03:00
hengyunabc
da4f2172da fix ObjectViewTest TimeZone problem. 2018-09-30 17:39:50 +08:00
hengyunabc
86d1d4bfb7 improve get pid logic 2018-09-30 15:20:41 +08:00
earayu
d8b843f1c6 bugfix 2018-09-27 14:59:41 +08:00
Huxing Zhang
e3ce4e7e51
Bugfix wildcardmatcher 2018-09-23 14:25:00 +08:00
Huxing Zhang
462be5bca2
IPUtils.java: comments and some minimum refactor 2018-09-23 14:22:19 +08:00
earayu
f590986744 1. add some comments
2. do some minimum refactor
2018-09-22 18:19:28 +08:00
earayu
e3567e2317 unit test for WildcardMatcher 2018-09-22 16:52:51 +08:00
earayu
9237e9b32a #135
1. change the param's name, from 'string' to 'target'
2. get rid of the magic value of: * ? \
3. bugfix: return false if the pattern or target is NULL
2018-09-22 16:44:45 +08:00
Huxing Zhang
2d6f9c6b01
Add file descriptor info. 2018-09-22 16:11:42 +08:00
earayu
700c0cb441 unit test & comments 2018-09-21 19:41:52 +08:00
hengyunabc
a6a0101d75 remove the code that replaces 127.0.0.1 with 0.0.0.0. fix #131 2018-09-21 17:17:17 +08:00
earayu
e737ac5d71 issue #112 & issue #113
add ArthasCheckUtils test case & translation
2018-09-21 14:02:43 +08:00
bohr.qiu
d28c9d4def add jvm command display file descriptor count 2018-09-21 12:06:52 +08:00
姑胥
d162e673ee add ArrayUtils test case 2018-09-21 11:37:12 +08:00
bohr.qiu
7fd17685ea add humanReadableByteCount test case 2018-09-21 01:11:55 +08:00
bohr.qiu
af45b299a4 jvm命令中LIVE-COUNT命名有问题,应该是PEAK-COUNT,并增加DEADLOCK-COUNT 2018-09-20 15:23:04 +08:00
bohr.qiu
14a8332d93 增加memory 可读性 2018-09-20 15:00:53 +08:00
hengyunabc
3221e44304 remove java.util.concurrent.ThreadLocalRandom to keep compatible with jdk6. #28 2018-09-19 17:14:56 +08:00
Huxing Zhang
9d91350bbe
Remove unused script. Fix #62 2018-09-19 09:27:07 +08:00
BlueT
80a30351d3 add:local debug test 2018-09-18 00:11:33 +08:00
Huxing Zhang
f4bc64eef9
Fix unit test failure. 2018-09-17 23:24:50 +08:00
BlueT
504ee08eda fix:#42 2018-09-17 23:14:59 +08:00
Huxing Zhang
b05ddf017b Fix broken links. 2018-09-17 23:12:19 +08:00
hengyunabc
5f517cb6dd [maven-release-plugin] prepare for next development iteration 2018-09-14 18:48:18 +08:00
hengyunabc
36a593b43b [maven-release-plugin] prepare release arthas-all-3.0.4 2018-09-14 18:48:04 +08:00
hengyunabc
4b1fa89878 fix install-local.sh do not set ARTHAS_VERSION problem 2018-09-14 18:40:55 +08:00
hengyunabc
f9b4c081ff [maven-release-plugin] prepare for next development iteration 2018-09-14 16:56:38 +08:00
hengyunabc
4335c3129b [maven-release-plugin] prepare release arthas-all-3.0.3 2018-09-14 16:56:26 +08:00
hengyunabc
08e3c65ad1 upgrade to 3.0.3-SNAPSHOT 2018-09-14 16:40:20 +08:00
hengyunabc
cc6fbc5fed check vm java version before attach. fixed #6 2018-09-14 15:34:55 +08:00
hengyunabc
1faf237131 remove reflect call to VirtualMachine. #23 2018-09-14 15:16:23 +08:00
hengyunabc
91b78650be disable user stat. #21 2018-09-14 12:30:33 +08:00
nzomkxia
5b8ca1e4d5 fix path in description 2018-09-14 11:18:27 +08:00
hengyunabc
54ca57afa1 fix wiki link 2018-09-13 01:06:04 +08:00
hengyunabc
1d869f6a48 update wiki link 2018-09-11 17:47:01 +08:00
hengyunabc
9f6cba09df improve welcome msg 2018-09-07 01:26:32 +08:00
hengyunabc
ef2917541a improve welcome msg 2018-09-07 00:56:31 +08:00
hengyunabc
996fb4d827 support Implementation-Version 2018-09-07 00:55:40 +08:00
hengyunabc
e7f5938234 [maven-release-plugin] prepare for next development iteration 2018-09-06 17:24:20 +08:00
hengyunabc
24c90ae071 [maven-release-plugin] prepare release arthas-all-3.0.0-RC 2018-09-06 17:24:08 +08:00
hengyunabc
4bc2ef53e2 update dependency 2018-09-03 16:31:58 +08:00
hengyunabc
3fbfab4288 init 2018-08-31 11:49:48 +08:00