Class AuxvFFM

java.lang.Object
oshi.driver.linux.proc.AuxvFFM

@ThreadSafe public final class AuxvFFM extends Object
FFM-based utility to read the auxiliary vector from /proc/self/auxv.
  • Method Details

    • queryAuxv

      public static Map<Integer,Long> queryAuxv()
      Retrieve the auxiliary vector for the current process
      Returns:
      A map of auxiliary vector keys to their respective values
      See Also: