Threads dump

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