Threads
Runnable {{ threadStats.threadDumpRunnable }}
{{ (threadStats.threadDumpRunnable * 100) / threadStats.threadDumpAll | number: '1.0-0' }}%
Tempo de espera ({{ threadStats.threadDumpTimedWaiting }})
{{ (threadStats.threadDumpTimedWaiting * 100) / threadStats.threadDumpAll | number: '1.0-0' }}%
Aguardando ({{ threadStats.threadDumpWaiting }})
{{ (threadStats.threadDumpWaiting * 100) / threadStats.threadDumpAll | number: '1.0-0' }}%
Bloqueado ({{ threadStats.threadDumpBlocked }})
{{ (threadStats.threadDumpBlocked * 100) / threadStats.threadDumpAll | number: '1.0-0' }}%
Total: {{ threadStats.threadDumpAll }}