Interface UnixOperatingSystemMXBean

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 Details Link icon

    • getOpenFileDescriptorCount Link icon

      long getOpenFileDescriptorCount()
      Returns the number of open file descriptors.
      Returns:
      the number of open file descriptors.
    • getMaxFileDescriptorCount Link icon

      long getMaxFileDescriptorCount()
      Returns the maximum number of file descriptors.
      Returns:
      the maximum number of file descriptors.