Package | Description |
---|---|
io.pcp.parfait.timing |
Modifier and Type | Class and Description |
---|---|
class |
AbstractThreadMetric |
private static class |
StandardThreadMetrics.ThreadInfoMetric |
class |
ThreadValueMetric |
Modifier and Type | Field and Description |
---|---|
static ThreadMetric |
StandardThreadMetrics.BLOCKED_COUNT |
static ThreadMetric |
StandardThreadMetrics.BLOCKED_TIME |
static ThreadMetric |
StandardThreadMetrics.CLOCK_TIME |
static ThreadMetric |
StandardThreadMetrics.HEAP_BYTES |
private ThreadMetric |
MetricMeasurement.metricSource |
static ThreadMetric |
StandardThreadMetrics.SYSTEM_CPU_TIME |
static ThreadMetric |
StandardThreadMetrics.TOTAL_CPU_TIME |
static ThreadMetric |
StandardThreadMetrics.USER_CPU_TIME |
static ThreadMetric |
StandardThreadMetrics.WAITED_COUNT |
static ThreadMetric |
StandardThreadMetrics.WAITED_TIME |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ThreadMetric> |
ThreadMetricSuite.metrics |
private java.util.Map<ThreadMetric,EventMetricCounters> |
EventCounters.metrics |
Modifier and Type | Method and Description |
---|---|
ThreadMetric |
MetricMeasurement.getMetricSource() |
Modifier and Type | Method and Description |
---|---|
static java.util.Collection<? extends ThreadMetric> |
StandardThreadMetrics.defaults() |
(package private) java.util.Map<ThreadMetric,EventMetricCounters> |
EventCounters.getMetrics() |
(package private) java.util.Collection<ThreadMetric> |
EventCounters.getMetricSources() |
java.util.List<ThreadMetric> |
ThreadMetricSuite.metrics() |
java.util.Map<ThreadMetric,java.lang.Long> |
StepMeasurements.snapshotValues() |
Modifier and Type | Method and Description |
---|---|
void |
ThreadMetricSuite.addMetric(ThreadMetric metric) |
void |
EventCounters.addMetric(ThreadMetric metric) |
void |
EventCounters.addMetric(ThreadMetric metric,
EventMetricCounters counter) |
(package private) EventMetricCounters |
EventCounters.getCounterForMetric(ThreadMetric metric) |
Modifier and Type | Method and Description |
---|---|
void |
ThreadMetricSuite.addAllMetrics(java.util.Collection<ThreadMetric> metrics) |
Constructor and Description |
---|
MetricMeasurement(ThreadMetric metricSource,
java.lang.Thread thread) |
Constructor and Description |
---|
ThreadMetricSuite(java.util.Collection<? extends ThreadMetric> metrics) |