Class SystemPages

java.lang.Object
oshi.driver.unix.solaris.kstat.SystemPages

@ThreadSafe
public final class SystemPages
extends java.lang.Object
Utility to query geom part list
  • Method Summary

    Modifier and Type Method Description
    static Pair<java.lang.Long,​java.lang.Long> queryAvailableTotal()
    Queries the system_pages kstat and returns available and physical memory

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • queryAvailableTotal

      public static Pair<java.lang.Long,​java.lang.Long> queryAvailableTotal()
      Queries the system_pages kstat and returns available and physical memory
      Returns:
      A pair with the available and total memory, in pages. Mutiply by page size for bytes.