public static final class SrvController.StatsRunner extends Thread
Intended For Internal Use Only
| Modifier and Type | Class and Description |
|---|---|
static class |
SrvController.StatsRunner.AdminClients
Handles admin client stats
Intended For Internal Use Only
|
static class |
SrvController.StatsRunner.Apps
Handles apps stats
Intended For Internal Use Only
|
static class |
SrvController.StatsRunner.Pools
Handles pools stats
Intended For Internal Use Only
|
static class |
SrvController.StatsRunner.Sys
Handles system stats
Intended For Internal Use Only
|
static class |
SrvController.StatsRunner.Threads
Handles thread stats
Intended For Internal Use Only
|
Thread.State, Thread.UncaughtExceptionHandlerMAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Modifier and Type | Method and Description |
|---|---|
static void |
formatForPrint(CharSequence prefix,
CharSequence name,
SrvMonIntSeries timings,
StringBuilder sb)
Formats timings for print.
|
void |
run()
Entry point
|
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldpublic final void run()
public static final void formatForPrint(CharSequence prefix, CharSequence name, SrvMonIntSeries timings, StringBuilder sb)
prefix - The prefix to use for each line of trace.name - The name of the timings.timings - The timings to display.sb - The buffer to write to.Copyright © 2019 Neeve Research, LLC. All Rights Reserved.