Commit Graph

700 Commits (master)

Author SHA1 Message Date
Winson Huang 8ccb9cba90
profiler command support jstackdepth option, remove framebuf option (#2634) 2 years ago
hengyunabc 5381708074 disable viewing history commands without auth #2620 2 years ago
hengyunabc 11ec7d99f0 when listen 0.0.0.0, generate random password. #2620 2 years ago
Winson Huang 1c41bcdc38
Upgrade profiler action: version, meminfo (#2626) 2 years ago
Winson Huang ba63c3ab70
profiler command add dump action (#2622) 2 years ago
Winson Huang f375238d74
Add -s,-g,-a,-l option for profiler command, better support farmat option (#2613) 2 years ago
汪小哥 b58f02f2d6
fix classloader command (#2601) 2 years ago
Winson Huang ede902329d
Upgrade Async Profiler API to v2.9 (#2608) 2 years ago
汪吉 0b29b7d1d8
print job output file path (#2566) 2 years ago
汪吉 dbb67b5587
update profile include/exclude doc (#2560) 2 years ago
Chris Tian e3a5c3d8bc
Support profiler command in Alpine Linux, support musl libc (#2481)
* Support profiler command in Alpine Linux, support musl libc

* Add pipeline for building Alpine Linux async-profiler dynamic link library files

---------

Co-authored-by: 昆泰 <dongyun.tdy@alibaba-inc.com>
2 years ago
codeleep fa1d2bd30a
UserStat support agentId (#2501) 2 years ago
hengyunabc b73475fe08 upgrade to fastjson2. #2498 2 years ago
hengyunabc 8834a0f2b2 change target to jdk8. #2146 2 years ago
GGGGGHT 735ec2e0b5 vmtool command support interrupt thread. #2427 2 years ago
Joey777210 8024aca4cf
Add http header connection close (#2432) 2 years ago
pandaapo 738e4896e0
watch/trace support maxMatch option. (#2385) 2 years ago
GGGGGHT db3141e9d2
when jdk version greater than 9, perfcounter command print more info (#2371) 2 years ago
jiangyuan b57379da65
fix the priority of environment properties (#2412) 2 years ago
jiaming.lf 42ff3ef935 reformat JFRCommand 2 years ago
jiangyuan 03cb78230b
fix typo (#2388) 2 years ago
hengyunabc 4fc682265c classloader command support jdk.internal.loader.ClassLoaders$AppClassLoade. #2350 2 years ago
hengyunabc be27d0e51d fix pom.xml url. #2348 2 years ago
hengyunabc 23bff5bae4 update thanks.txt, delete links 2 years ago
pandaapo ca08cf5ebd
support ClassLoader#toString() for sc command. (#2329) 2 years ago
hengyunabc 2a4452f839 fix thread command NullPointerException. #2342 2 years ago
hengyunabc 537209a4ee polish #2331, fix package 2 years ago
hengyunabc f6fe8b9134 http api monitor command return timestamp. close #2320 2 years ago
pandaapo 55e3a6ee80
fix #2277 sc command throws NPE. (#2308) 2 years ago
hengyunabc bdd9a9328a fix typo #2145 2 years ago
hengyunabc ab3337f8af copy webui build result to core module. #2145 2 years ago
Roger3581321 1589d04906
Fix typo (#2294) 2 years ago
kxkxkxkxkx 9ca6782acd
fix:Solve the problem that the response stream is blocked when getting the latest version of arthas (#2290) 2 years ago
hengyunabc 6762a22f84 improve logger command detect log type. #2269 3 years ago
hengyunabc 4c0b7b36e4 support higher version of JDK to attach lower version of JDK. #2249 3 years ago
longxu0509 c536748f20 add jfr command. #2262 3 years ago
hengyunabc 1d9908752f HTTP API support plain txt ObjectView #2261 3 years ago
hengyunabc 572282c0ea upgrade fastjson to 1.2.83 3 years ago
hengyunabc 7043607c5f fix trace cost percentage. #2171 3 years ago
hengyunabc 56106401f9 when under root dir, do not print parent link in DirectoryBrowser. #2173 3 years ago
hengyunabc 4faefc44a0 vmtool command support http api. #2141 3 years ago
hengyunabc a4be43ded7 Revert "fastjson IgnoreNonFieldGetter"
This reverts commit c214f2fca9.
3 years ago
hengyunabc d6c99db2f6 print more info when jad command failed. #2148 3 years ago
yqxzy 20d0faab37
fix monitor command -E flag support #2009 3 years ago
hengyunabc 1f1cfd01e5 polish #2156 3 years ago
yqxzy 620bdf611d
trace command print the percentage of time cost (#2156) 3 years ago
hengyunabc 39760baf17 fix tunnel proxy websocket can not process frame length larger than 65536 problem. #2152 3 years ago
hengyunabc fc37ff7d38 upgrade fastjson to 1.2.80-fix. #2153 3 years ago
hengyunabc c214f2fca9 fastjson IgnoreNonFieldGetter 3 years ago
hengyunabc 69f08a3343 add more info about expand object 3 years ago
hengyunabc c661d2d248 update trace/watch command help message 3 years ago
haidao 2157ca3c0d
fix typo (#2144) 3 years ago
cy2zq 9cee219896
fix:mac chrome webconsole xterm size problem (#2126) 3 years ago
hengyunabc 23d1edee6e fix download large file problem. #2135 3 years ago
hengyunabc f4ba958911 Revert "fix resource not close problem. #2037"
This reverts commit c08ccec21f.
3 years ago
hengyunabc 6f855ef2cc
Support strict mode (#2134) 3 years ago
hengyunabc d9aa3fed6d fix typo 3 years ago
hengyunabc 851c2948e5 classloader command support url statistics. #2095 3 years ago
hengyunabc 8dd155f425 handle MemoryPoolMXBean.getUsage() exception. #2120 3 years ago
hengyunabc 5a98510635 add memory command. #2118 3 years ago
hengyunabc d2003177fe support enhance enum, print ignore class reson. #1677 3 years ago
1994 bbb5082510
shade fastjson (#2104) 3 years ago
hengyunabc d41b254e37 update tips 3 years ago
iamgd67 caea6c5083
change RetransformCommand and DumpClassCommand limit option description to match @DefaultValue annotation (#2086) 3 years ago
hengyunabc 6f67f6ad0e add unicode docs 3 years ago
hengyunabc a5f1b6be97 fix http api json format. #2081 3 years ago
yx9o 6a770f02d4
Correct mismatched comments. (#2075) 3 years ago
hengyunabc 2ce2efc82a fix GlobalJobControllerImpl jobTimeoutTaskMap not thread safe problem. #2074 3 years ago
hengyunabc 95ffa3a9a7 upgrade log4j-core to 2.12.4. #2044 3 years ago
hengyunabc 13c192658f upgrade log4j-core to 2.12.2. #2044 3 years ago
hengyunabc 3a5c8d6e48 Revert "upgrade log4j-core to 2.15.0. fix #2044"
This reverts commit 0e03afb98b.
3 years ago
hengyunabc 0e03afb98b upgrade log4j-core to 2.15.0. fix #2044 3 years ago
hengyunabc 03a57ddf72 update async-profiler link. #2035 3 years ago
hengyunabc c08ccec21f fix resource not close problem. #2037 3 years ago
XenoAmess ad260cadfe
refine collection creations (#1974) 3 years ago
XenoAmess 9c24d9da03 collection issues #1983 3 years ago
XenoAmess 6f8d38f9f5
numeric issues (#1982) 3 years ago
XenoAmess 17cd0b61ca
logic bug in Decompiler (#1997) 3 years ago
hengyunabc 99fef31610 add exception log. #1978 3 years ago
XenoAmess 0c85c896b9
potential NPE in BasicHttpAuthenticatorHandler (#1994) 3 years ago
XenoAmess e7c63d146c
potential NPE in ArthasBootstrap (#1991) 3 years ago
Bigbang 2924c81e4f
fix resize event error when websocket closed (#1970) 3 years ago
hengyunabc d39538a408 upgrade async-profiler to 2.5 #2035 3 years ago
yx9o 8ffa389db3
Optimize string splicing. (#2034) 3 years ago
XenoAmess 3e89593d7b
simplify condition (#1977) 3 years ago
hengyunabc 3792ca3087 improve the handling of attach exception "Non-numeric value found". #2023 3 years ago
XenoAmess 6c56c9eed3
reduce memory use in Base64Command (#1986) 3 years ago
hengyunabc a753bf1337 polish #1976 3 years ago
XenoAmess f410c7f7eb
use generic on class NoOpHandler (#1976) 3 years ago
XenoAmess e5506005de
use static inner class when can (#1981) 3 years ago
XenoAmess 172f4397b3
use System#currentTimeMillis instead of new Date().getTime() (#1975) 3 years ago
hengyunabc 72b1c7401e add LICENSE for StringUtils.java. #2007 3 years ago
XenoAmess c73c3d10a1
string concat in StringBuilder append chain (#1984) 3 years ago
XenoAmess 09765b00fa
do NOT create wrapper type instance when can (#1985) 3 years ago
XenoAmess 863d57f57f
potential NPE in CompletionUtils (#1996) 3 years ago
XenoAmess 8f6ea953f0
String function shortcuts (#1990) 3 years ago
XenoAmess 52274ff63e
thread safety bug (#1988) 3 years ago
XenoAmess cbc6402035
use StringBuilder instead of StringBuffer when can (#1980) 3 years ago
XenoAmess ad806616f0
remove unused imports (#1979) 3 years ago
XenoAmess b38d9b38ac
improve UserStatUtil. (#1987) 3 years ago