@Exported public interface UnixOperatingSystemMXBean extends OperatingSystemMXBean
Modifier and Type | Method and Description |
---|---|
long |
getMaxFileDescriptorCount()
Returns the maximum number of file descriptors.
|
long |
getOpenFileDescriptorCount()
Returns the number of open file descriptors.
|
getCommittedVirtualMemorySize, getFreePhysicalMemorySize, getFreeSwapSpaceSize, getProcessCpuLoad, getProcessCpuTime, getSystemCpuLoad, getTotalPhysicalMemorySize, getTotalSwapSpaceSize
getArch, getAvailableProcessors, getName, getSystemLoadAverage, getVersion
getObjectName
long getOpenFileDescriptorCount()
long getMaxFileDescriptorCount()
Copyright © 2003, 2016, Oracle and/or its affiliates. All rights reserved.