{{ st.fileName }}:{{ st.lineNumber }})
| {{ t$('metrics.jvm.threads.dump.blockedtime') }} | {{ t$('metrics.jvm.threads.dump.blockedcount') }} | {{ t$('metrics.jvm.threads.dump.waitedtime') }} | {{ t$('metrics.jvm.threads.dump.waitedcount') }} | {{ t$('metrics.jvm.threads.dump.lockname') }} |
|---|---|---|---|---|
| {{ entry.blockedTime }} | {{ entry.blockedCount }} | {{ entry.waitedTime }} | {{ entry.waitedCount }} |
{{ entry.lockName }}
|