public class SystemMetrics extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SystemMetrics.SystemMetricsSnapshot |
| Modifier and Type | Method and Description |
|---|---|
static double |
getCpuLoadMetrics() |
static long |
getFreePhysicalMemorySizeMetrics() |
static double |
getMaxHeapMemoryUsageMetrics() |
static SystemMetrics.SystemMetricsSnapshot |
getSystemMetricsSnapshot() |
static long |
getTotalPhysicalMemorySizeMetrics() |
static double |
getUsedHeapMemoryUsageMetrics() |
public static double getCpuLoadMetrics()
public static long getTotalPhysicalMemorySizeMetrics()
public static long getFreePhysicalMemorySizeMetrics()
public static double getMaxHeapMemoryUsageMetrics()
public static double getUsedHeapMemoryUsageMetrics()
public static SystemMetrics.SystemMetricsSnapshot getSystemMetricsSnapshot()
Copyright © 2016–2021. All rights reserved.