Package | Description |
---|---|
org.javasimon.callback.calltree |
CallTreeCallback gathers information
for current thread and displays it subsequent calls like a tree. |
org.javasimon.callback.lastsplits |
LastSplitsCallback retains last
splits in a ring a buffer (fixed size FIFO queue). |
org.javasimon.callback.logging |
LoggingCallback is able to log stopwatch splits and statistics once
in a while (N per millisecond, every N split, when split is longer than N ms, etc.)
and to various outputs (SLF4J, JUL). |
org.javasimon.callback.quantiles |
QuantilesCallback sorts splits to categories
(Bucket s) based on time ranges. |
org.javasimon.callback.timeline | |
org.javasimon.jmx |
JMX capabilities for Simons.
|
org.javasimon.utils |
Java Simon supporting utilities and tools.
|
Modifier and Type | Class and Description |
---|---|
class |
CallTreeCallback
Callback which logs the call tree when the main call is bigger than specified threshold.
|
Modifier and Type | Class and Description |
---|---|
class |
LastSplitsCallback
Callback retaining the last N stopwatch splits.
|
Modifier and Type | Class and Description |
---|---|
class |
LoggingCallback
Callback which logs stopwatch splits and manager warnings.
|
Modifier and Type | Class and Description |
---|---|
class |
AutoQuantilesCallback
Callback which stores data in buckets to compute quantiles.
|
class |
FixedQuantilesCallback
Callback which stores data in buckets to compute quantiles.
|
class |
PropertiesQuantilesCallback
Callback which stores data in buckets to compute quantiles.
|
class |
QuantilesCallback
Callback which stores data in buckets to compute quantiles.
|
Modifier and Type | Class and Description |
---|---|
class |
TimelineCallback
Timeline callback aims at keeping simon data for the last N minutes.
|
Modifier and Type | Class and Description |
---|---|
class |
JmxRegisterCallback
Callback that registers MXBeans for Simons after their creation.
|
Modifier and Type | Class and Description |
---|---|
class |
SLF4JLoggingCallback
LoggingCallback logs events via SLF4J logging.
|
class |
SystemDebugCallback
SystemDebugCallback just prints operations on the standard output, warning is sent to error output.
|
Copyright © 2019. All rights reserved.