Threads
Runnable {{ threadStats.threadDumpRunnable }}
{{ (threadStats.threadDumpRunnable * 100) / threadStats.threadDumpAll | number: '1.0-0' }}%
Timed Waiting ({{ threadStats.threadDumpTimedWaiting }})
{{ (threadStats.threadDumpTimedWaiting * 100) / threadStats.threadDumpAll | number: '1.0-0' }}%
Waiting ({{ threadStats.threadDumpWaiting }})
{{ (threadStats.threadDumpWaiting * 100) / threadStats.threadDumpAll | number: '1.0-0' }}%
Blocked ({{ threadStats.threadDumpBlocked }})
{{ (threadStats.threadDumpBlocked * 100) / threadStats.threadDumpAll | number: '1.0-0' }}%
Total: {{ threadStats.threadDumpAll }}