Class AuxvJNA

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

@ThreadSafe public final class AuxvJNA extends Object
JNA-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: