Class Auxv

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

@ThreadSafe public final class Auxv extends Object
Utility to read auxiliary vector from /proc/self/auxv
  • Field Details

    • AT_PAGESZ

      public static final int AT_PAGESZ
      system page size
      See Also:
    • AT_HWCAP

      public static final int AT_HWCAP
      arch dependent hints at CPU capabilities
      See Also:
    • AT_CLKTCK

      public static final int AT_CLKTCK
      frequency at which times() increments
      See Also:
  • 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: