Package oshi.driver.unix.solaris.kstat
Class SystemPages
java.lang.Object
oshi.driver.unix.solaris.kstat.SystemPages
Utility to query geom part list
- 
Method SummaryModifier and TypeMethodDescriptionQueries thesystem_pageskstat and returns available and physical memory
- 
Method Details- 
queryAvailableTotalQueries thesystem_pageskstat and returns available and physical memory- Returns:
- A pair with the available and total memory, in pages. Mutiply by page size for bytes.
 
 
-