Modifier and Type | Method and Description |
---|---|
StringStatistic |
getAllThreadIds()
Returns a comma separated list of all live thread ids
|
CountStatistic |
getCurrentThreadCPUTime()
Returns the CPU time for the current thread in nanoseconds, if
CPU time measurement is enabled.
|
CountStatistic |
getDaemonThreadCount()
Returns the current number of live daemon threads
|
StringStatistic |
getMonitorDeadlockedThreads()
Returns a comma separated list of thread ids that are
monitor deadlocked
|
CountStatistic |
getPeakThreadCount()
Returns the peak live thread count, since the JVM started or
the peak was reset
|
CountStatistic |
getThreadCount()
Returns the current number of live daemon and non-daemon
threads
|
CountStatistic |
getTotalStartedThreadCount()
Returns the total number of threads created and also started
since the JVM started
|
getStatistic, getStatisticNames, getStatistics
CountStatistic getThreadCount()
CountStatistic getPeakThreadCount()
CountStatistic getTotalStartedThreadCount()
CountStatistic getDaemonThreadCount()
StringStatistic getAllThreadIds()
CountStatistic getCurrentThreadCPUTime()
StringStatistic getMonitorDeadlockedThreads()
Copyright © 2018. All rights reserved.