mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
386 B
386 B
View all thread information
thread{{execute T2}}
View the stack of specific threads
View the stack of thread ID 16:
thread 16{{execute T2}}
View the stack of CPU usage TOP N threads
thread -n 3{{execute T2}}
View the CPU usage TOP N thread stack in 5 seconds
thread -n 3 -i 5000{{execute T2}}
Find if the thread is blocked
thread -b{{execute T2}}