public static class SystemMetrics.SystemMetricsSnapshot extends Object
| Constructor and Description |
|---|
SystemMetricsSnapshot(double cpuLoad,
long totalPhysicalMemory,
long freePhysicalMemory,
double maxHeapMemory,
double usedHeapMemory) |
| Modifier and Type | Method and Description |
|---|---|
double |
getCpuLoad() |
long |
getFreePhysicalMemory() |
double |
getMaxHeapMemory() |
long |
getTotalPhysicalMemory() |
double |
getUsedHeapMemory() |
Copyright © 2016–2020. All rights reserved.