Interface UnixOperatingSystemMXBean

    • Method Detail

      • getOpenFileDescriptorCount

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

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