| Package | Description |
|---|---|
| com.berryworks.jquantify |
Contains classes used to count events,
both point-in-time events as well as session-oriented events having measurable duration,
and efficiently provide lightweight statistics on their frequency, duration, and concurrency.
|
| com.berryworks.jquantify.util |
| Modifier and Type | Class and Description |
|---|---|
class |
EventCounter
This class is used to count and observe the frequency of events.
|
class |
SessionCounter
This class is used to count and observe the frequency, duration, and concurrency
of events that have distinct start/stop times.
|
| Modifier and Type | Method and Description |
|---|---|
static Metric |
MetricRepository.get(String inLabel)
Gets a
Metric with a specified label. |
Metric |
MetricRepository.getMetric(String inLabel)
Gets a
Metric with a specified label. |
| Modifier and Type | Method and Description |
|---|---|
static void |
MetricRepository.put(Metric inMetric)
Places an instance of
Metric into the repository. |
void |
MetricRepository.putMetric(Metric inMetric)
Places an instance of
Metric into the repository. |
| Modifier and Type | Class and Description |
|---|---|
class |
VMUsage
A subclass of
Metric that observes memory usage and number of
threads for the VM. |
| Modifier and Type | Method and Description |
|---|---|
static String |
Format.metricAsCSV(Metric inMetric) |
Copyright © 2015. All rights reserved.