public class OperatingSystemMXBeanFacade extends Object
Constructor and Description |
---|
OperatingSystemMXBeanFacade() |
Modifier and Type | Method and Description |
---|---|
static long |
getCommittedVirtualMemorySize() |
static long |
getFreePhysicalMemorySize() |
static long |
getFreeSwapSpaceSize() |
double |
getProcessCpuLoad() |
static long |
getProcessCpuTime() |
static double |
getSystemCpuLoad() |
static long |
getTotalPhysicalMemorySize() |
static long |
getTotalSwapSpaceSize() |
public static long getCommittedVirtualMemorySize()
public static long getTotalSwapSpaceSize()
public static long getFreeSwapSpaceSize()
public static long getProcessCpuTime()
public static long getFreePhysicalMemorySize()
public static long getTotalPhysicalMemorySize()
public static double getSystemCpuLoad()
public double getProcessCpuLoad()
Copyright © 2013. All Rights Reserved.