Package oshi.driver.unix.solaris.disk
Class Iostat
java.lang.Object
oshi.driver.unix.solaris.disk.Iostat
Utility to query iostat
- 
Method Summary
- 
Method Details- 
queryPartitionToMountMapQuery iostat to map partitions to mount points- Returns:
- A map with partitions as the key and mount points as the value
 
- 
queryDeviceStringspublic static Map<String,Quintet<String, queryDeviceStringsString, String, String, Long>> (Set<String> diskSet) Query iostat to map detailed drive information- Parameters:
- diskSet- A set of valid disk names; others will be ignored
- Returns:
- A map with disk name as the key and a quintet of model, vendor, product, serial, size as the value
 
 
-