Threads dump

All {{vm.threadDumpAll}}  Runnable {{vm.threadDumpRunnable}}  Waiting {{vm.threadDumpWaiting}}  Timed Waiting {{vm.threadDumpTimedWaiting}}  Blocked {{vm.threadDumpBlocked}} 
 
Filter
{{v.threadState}} {{v.threadName}} (ID {{v.threadId}}) Show StackTrace Hide StackTrace
{{stV.className}}.{{stV.methodName}}({{stV.fileName}}:{{stV.lineNumber}})
Blocked Time Blocked Count Waited Time Waited Count Lock Name
{{v.blockedTime}} {{v.blockedCount}} {{v.waitedTime}} {{v.waitedCount}} {{v.lockName}}