Class OpenBsdHWDiskStore
java.lang.Object
oshi.hardware.common.AbstractHWDiskStore
oshi.hardware.platform.unix.openbsd.OpenBsdHWDiskStore
- All Implemented Interfaces:
oshi.hardware.HWDiskStore
@ThreadSafe
public final class OpenBsdHWDiskStore
extends oshi.hardware.common.AbstractHWDiskStore
OpenBSD hard disk implementation.
-
Method Summary
Methods inherited from class oshi.hardware.common.AbstractHWDiskStore
getModel, getName, getSerial, getSize, toString
-
Method Details
-
getDisks
Gets the disks on this machine.- Returns:
- a list of
HWDiskStoreobjects representing the disks
-
getReads
public long getReads() -
getReadBytes
public long getReadBytes() -
getWrites
public long getWrites() -
getWriteBytes
public long getWriteBytes() -
getCurrentQueueLength
public long getCurrentQueueLength() -
getTransferTime
public long getTransferTime() -
getTimeStamp
public long getTimeStamp() -
getPartitions
-
updateAttributes
public boolean updateAttributes()
-