public class SystemMetrics extends Object
| Constructor and Description |
|---|
SystemMetrics() |
SystemMetrics(OperatingSystemMXBean systemMXBean,
ThreadMXBean threadMXBean,
MemoryMXBean memoryMXBean) |
| Modifier and Type | Method and Description |
|---|---|
double |
getCpuLoad() |
int |
getCpuRunningThreads() |
long |
getHeapCommit() |
long |
getHeapInit() |
long |
getHeapMax() |
long |
getHeapUsed() |
long |
getNonHeapCommit() |
long |
getNonHeapInit() |
long |
getNonHeapMax() |
long |
getNonHeapUsed() |
public SystemMetrics()
public SystemMetrics(OperatingSystemMXBean systemMXBean, ThreadMXBean threadMXBean, MemoryMXBean memoryMXBean)
public double getCpuLoad()
public int getCpuRunningThreads()
public long getHeapInit()
public long getHeapMax()
public long getHeapCommit()
public long getHeapUsed()
public long getNonHeapInit()
public long getNonHeapMax()
public long getNonHeapCommit()
public long getNonHeapUsed()
Copyright © 2017–2018 The Apache Software Foundation. All rights reserved.