- 
- All Superinterfaces:
- OperatingSystemMXBean,- OperatingSystemMXBean,- PlatformManagedObject
 
 public interface UnixOperatingSystemMXBean extends OperatingSystemMXBean Platform-specific management interface for the Unix operating system on which the Java virtual machine is running.- Since:
- 1.5
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetMaxFileDescriptorCount()Returns the maximum number of file descriptors.longgetOpenFileDescriptorCount()Returns the number of open file descriptors.- 
Methods declared in interface com.sun.management.OperatingSystemMXBeangetCommittedVirtualMemorySize, getFreePhysicalMemorySize, getFreeSwapSpaceSize, getProcessCpuLoad, getProcessCpuTime, getSystemCpuLoad, getTotalPhysicalMemorySize, getTotalSwapSpaceSize
 - 
Methods declared in interface java.lang.management.OperatingSystemMXBeangetArch, getAvailableProcessors, getName, getSystemLoadAverage, getVersion
 - 
Methods declared in interface java.lang.management.PlatformManagedObjectgetObjectName
 
- 
 
- 
- 
- 
Method Detail- 
getOpenFileDescriptorCountlong getOpenFileDescriptorCount() Returns the number of open file descriptors.- Returns:
- the number of open file descriptors.
 
 - 
getMaxFileDescriptorCountlong getMaxFileDescriptorCount() Returns the maximum number of file descriptors.- Returns:
- the maximum number of file descriptors.
 
 
- 
 
-