public class OshiGaugeUtils extends Object
Modifier and Type | Field and Description |
---|---|
static oshi.hardware.GlobalMemory |
memory |
static oshi.software.os.OperatingSystem |
operatingSystem |
static oshi.SystemInfo |
oshiSystemInfo |
static oshi.software.os.OSProcess |
osProcess |
static int |
pid |
static oshi.hardware.CentralProcessor |
processor |
static oshi.hardware.VirtualMemory |
virtualMemory |
Constructor and Description |
---|
OshiGaugeUtils() |
public static final oshi.SystemInfo oshiSystemInfo
public static final oshi.hardware.CentralProcessor processor
public static final oshi.hardware.GlobalMemory memory
public static final oshi.hardware.VirtualMemory virtualMemory
public static final oshi.software.os.OperatingSystem operatingSystem
public static final int pid
public static final oshi.software.os.OSProcess osProcess
public static Gauge<Long> createRxBytesGauge(OSStatistics.OSNetInterfaceStats osNetInterfaceStats)
public static Gauge<Long> createTxBytesGauge(OSStatistics.OSNetInterfaceStats osNetInterfaceStats)
public static Gauge<Long> createRxPacketsGauge(OSStatistics.OSNetInterfaceStats osNetInterfaceStats)
public static Gauge<Long> createTxPacketsGauge(OSStatistics.OSNetInterfaceStats osNetInterfaceStats)
public static Gauge<Long> createRxErrorsGauge(OSStatistics.OSNetInterfaceStats osNetInterfaceStats)
public static Gauge<Long> createTxErrorsGauge(OSStatistics.OSNetInterfaceStats osNetInterfaceStats)
public static Gauge<Long> createRxDroppedGauge(OSStatistics.OSNetInterfaceStats osNetInterfaceStats)
public static Gauge<Long> createTxDroppedGauge(OSStatistics.OSNetInterfaceStats osNetInterfaceStats)
Copyright © GigaSpaces.