com.sun.management
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, getProcessCpuTime, getTotalPhysicalMemorySize, getTotalSwapSpaceSize
getArch, getAvailableProcessors, getName, getSystemLoadAverage, getVersion
long getOpenFileDescriptorCount()
long getMaxFileDescriptorCount()
Copyright © 2003, 2013, Oracle and/or its affiliates. All rights reserved.