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, getTotalSwapSpaceSizegetArch, getAvailableProcessors, getName, getSystemLoadAverage, getVersionlong getOpenFileDescriptorCount()
long getMaxFileDescriptorCount()
Copyright © 2003, 2015, Oracle and/or its affiliates. All rights reserved.