curl -O https://arthas.aliyun.com/arthas-boot.jar java -jar arthas-boot.jar 1 1是进程号
退出用stop结束。 ---------------------------- thread -all
CPU占用最高的前 n 个线程,并打印堆 thread -n 5
thread 74 thread -b thread --state WAITING
统计最近 1000ms 内的线程 CPU 时间。 thread -i 1000
列出 1000ms 内最忙的 3 个线程栈 thread -n 3 -i 1000 ---------------------------- memory heapdump arthas-output/dump.hprof
|