public class MachineAttributes
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static AttributeSensor<java.lang.Double> |
AVERAGE_CPU_USAGE |
static AttributeSensor<java.lang.Double> |
CPU_USAGE |
static AttributeSensor<java.lang.Long> |
FREE_MEMORY |
static AttributeSensor<java.lang.Double> |
LOAD_AVERAGE |
static AttributeSensor<java.lang.Long> |
TOTAL_MEMORY |
static AttributeSensor<Duration> |
UPTIME |
static AttributeSensor<java.lang.Long> |
USED_MEMORY |
static AttributeSensor<java.lang.Double> |
USED_MEMORY_DELTA_PER_SECOND_IN_WINDOW |
static AttributeSensor<java.lang.Double> |
USED_MEMORY_DELTA_PER_SECOND_LAST |
Modifier and Type | Method and Description |
---|---|
static void |
init()
Setup renderer hints.
|
public static final AttributeSensor<Duration> UPTIME
public static final AttributeSensor<java.lang.Double> LOAD_AVERAGE
public static final AttributeSensor<java.lang.Double> CPU_USAGE
public static final AttributeSensor<java.lang.Double> AVERAGE_CPU_USAGE
public static final AttributeSensor<java.lang.Long> FREE_MEMORY
public static final AttributeSensor<java.lang.Long> TOTAL_MEMORY
public static final AttributeSensor<java.lang.Long> USED_MEMORY
public static final AttributeSensor<java.lang.Double> USED_MEMORY_DELTA_PER_SECOND_LAST
public static final AttributeSensor<java.lang.Double> USED_MEMORY_DELTA_PER_SECOND_IN_WINDOW