@for (thread of getThreads(); track $index) {
{{ thread.threadState }}
{{ thread.threadName }} (ID {{ thread.threadId }})
Mostrar
Esconder
@for (st of thread.stackTrace; track $index) {
{{ st.className }}.{{ st.methodName }}({{ st.fileName }}:{{ st.lineNumber }}
)
}
Threads dump:
{{
thread.threadName
}}
Tempo bloqueado |
Número de bloqueios |
Tempo de espera |
Número de esperas |
Nome do bloqueio |
{{ thread.blockedTime }} |
{{ thread.blockedCount }} |
{{ thread.waitedTime }} |
{{ thread.waitedCount }} |
{{ thread.lockName }}
|
}