Class Iostat
java.lang.Object
oshi.driver.unix.solaris.disk.Iostat
-
Method Summary
-
Method Details
-
queryPartitionToMountMap
-
queryDeviceStrings
public 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
-