Package oshi.driver.windows.perfmon
Class PhysicalDisk
java.lang.Object
oshi.driver.windows.perfmon.PhysicalDisk
@ThreadSafe public final class PhysicalDisk extends java.lang.Object
Utility to query PhysicalDisk performance counter
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPhysicalDisk.PhysicalDiskPropertyPhysical Disk performance counters. -
Method Summary
Modifier and Type Method Description static Pair<java.util.List<java.lang.String>,java.util.Map<PhysicalDisk.PhysicalDiskProperty,java.util.List<java.lang.Long>>>queryDiskCounters()Returns physical disk performance counters.
-
Method Details
-
queryDiskCounters
public static Pair<java.util.List<java.lang.String>,java.util.Map<PhysicalDisk.PhysicalDiskProperty,java.util.List<java.lang.Long>>> queryDiskCounters()Returns physical disk performance counters.- Returns:
- Performance Counters for physical disks.
-