java.lang.Object
oshi.driver.unix.solaris.kstat.SystemPages
Utility to query geom part list
-
Method Summary
Modifier and TypeMethodDescriptionQueries thesystem_pages
kstat and returns available and physical memory
-
Method Details
-
queryAvailableTotal
Queries thesystem_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.
-