Threads dump

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