-
public class OperatingSystem
-
-
Field Summary
Fields Modifier and Type Field Description public final static OperatingSystemINSTANCE
-
Method Summary
Modifier and Type Method Description final static LonggetFreePhysicalMemorySize()final static DoublegetSystemCpuLoad()-
-
Method Detail
-
getFreePhysicalMemorySize
final static Long getFreePhysicalMemorySize()
-
getSystemCpuLoad
final static Double getSystemCpuLoad()
-
-
-
-