Package | Description |
---|---|
com.j256.simplemetrics.metric |
Metrics classes which do the value storage and updating.
|
Modifier and Type | Class and Description |
---|---|
class |
ControlledMetricAccum
Managed
ControlledMetric for metrics like page-count or database-accesses that you are adding to continually
as opposed to a ControlledMetricValue . |
class |
ControlledMetricRatio
A metric which tracks the relationship between two values.
|
class |
ControlledMetricTimer
Convenience to allow tracking of the elapsed time of events as a metric.
|
class |
ControlledMetricValue
Managed
ControlledMetric for metrics like number of threads running or the JVM memory usage. |
Modifier and Type | Method and Description |
---|---|
int |
BaseControlledMetric.compareTo(BaseControlledMetric<V,MV> metric) |
This content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.