public class StandardThreadMetrics extends Object
Modifier and Type | Field and Description |
---|---|
static ThreadMetric |
BLOCKED_COUNT |
static ThreadMetric |
BLOCKED_TIME |
static ThreadMetric |
CLOCK_TIME |
static ThreadMetric |
HEAP_BYTES |
static ThreadMetric |
SYSTEM_CPU_TIME |
static ThreadMetric |
TOTAL_CPU_TIME |
static ThreadMetric |
USER_CPU_TIME |
static ThreadMetric |
WAITED_COUNT |
static ThreadMetric |
WAITED_TIME |
Constructor and Description |
---|
StandardThreadMetrics() |
Modifier and Type | Method and Description |
---|---|
static Collection<? extends ThreadMetric> |
defaults() |
public static final ThreadMetric CLOCK_TIME
public static final ThreadMetric TOTAL_CPU_TIME
public static final ThreadMetric USER_CPU_TIME
public static final ThreadMetric SYSTEM_CPU_TIME
public static final ThreadMetric HEAP_BYTES
public static final ThreadMetric BLOCKED_COUNT
public static final ThreadMetric BLOCKED_TIME
public static final ThreadMetric WAITED_COUNT
public static final ThreadMetric WAITED_TIME
public static Collection<? extends ThreadMetric> defaults()
Copyright © 2009–2019 Performance Co-Pilot. All rights reserved.