当 Java 开发者遇到线上问题时,一般都会使用使用 jps 、jinfo 、jstat 、jstack 、jmap 、icmd 、JConsole 、JVisualvm 等 JDK 自带的调试工具进行问题排查与性能调优化,不过我发现许多开源或商业的工具做的非常不错,这里整理了一些,大家还有什么推荐的吗?
Arthas https://github.com/alibaba/arthas
SJK https://github.com/aragozin/jvm-tools
Bistoury https://github.com/qunarcorp/bistoury
vjtools https://github.com/vipshop/vjtools
greys-anatomy https://github.com/oldmanpushcart/greys-anatomy
GCViewer https://github.com/chewiebug/GCViewer
useful-scripts https://github.com/oldratlee/useful-scripts
gchisto https://github.com/jewes/gchisto
gperftools https://github.com/gperftools/gperftools
async-profiler https://github.com/jvm-profiling-tools/async-profiler
perf-map-agent https://github.com/jvm-profiling-tools/perf-map-agent
Badoo HPROF Tools https://github.com/badoo/hprof-tools
visualvm https://github.com/oracle/visualvm
Uber JVM Profiler https://github.com/uber-common/jvm-profiler
btrace https://github.com/btraceio/btrace
IBM HeapAnalyer https://www.ibm.com/support/pages/ibm-heapanalyzer
gceasy https://gceasy.io/
heaphero https://heaphero.io/
fastthread https://fastthread.io/
Yourkit https://www.yourkit.com/java/profiler/index.jsp
JProfiler https://www.ej-technologies.com/products/jprofiler/overview.html
大家还使用过什么比较好的调优或排查问题的好工具吗??
Arthas https://github.com/alibaba/arthas
SJK https://github.com/aragozin/jvm-tools
Bistoury https://github.com/qunarcorp/bistoury
vjtools https://github.com/vipshop/vjtools
greys-anatomy https://github.com/oldmanpushcart/greys-anatomy
GCViewer https://github.com/chewiebug/GCViewer
useful-scripts https://github.com/oldratlee/useful-scripts
gchisto https://github.com/jewes/gchisto
gperftools https://github.com/gperftools/gperftools
async-profiler https://github.com/jvm-profiling-tools/async-profiler
perf-map-agent https://github.com/jvm-profiling-tools/perf-map-agent
Badoo HPROF Tools https://github.com/badoo/hprof-tools
visualvm https://github.com/oracle/visualvm
Uber JVM Profiler https://github.com/uber-common/jvm-profiler
btrace https://github.com/btraceio/btrace
IBM HeapAnalyer https://www.ibm.com/support/pages/ibm-heapanalyzer
gceasy https://gceasy.io/
heaphero https://heaphero.io/
fastthread https://fastthread.io/
Yourkit https://www.yourkit.com/java/profiler/index.jsp
JProfiler https://www.ej-technologies.com/products/jprofiler/overview.html
大家还使用过什么比较好的调优或排查问题的好工具吗??