Files
arthas/tutorials/katacoda/command-thread-en/thread.md
T
gongdeweiandGitHub 503e0de6b4 improve dashboard/thread cpu time sample (#1501)
* dashboard command support native thread, delta time
* thread command support --all option
2020-09-22 22:18:51 +08:00

396 B

thread

Check the basic info and stack trace of the target thread.

Parameters

Name Specification
id thread id in JVM
[n:] the top n busiest threads with stack traces printed
[b] locate the thread blocking the others
[i ] specify the interval to collect data to compute CPU ratios (ms)
[--all] Show all matching threads