Class Auxv

java.lang.Object
oshi.util.driver.linux.proc.Auxv

@ThreadSafe public final class Auxv extends Object
Constants and shared logic for the Linux auxiliary vector (/proc/self/auxv).
See Also:
  • Field Details

  • Method Details

    • queryAuxv

      public static Map<Integer,Long> queryAuxv(Auxv.NativeLongReader reader)
      Retrieve the auxiliary vector for the current process.
      Parameters:
      reader - a function that reads a native-long from a ByteBuffer
      Returns:
      A map of auxiliary vector keys to their respective values
      See Also: