HWDiskStore
interface HWDiskStore
HWDiskStore
represents information about a disk or storage device in the system. It provides details about the disk's model, serial number, size, read/write statistics, partitions, and other attributes.
Author
N7ghtm4r3
Inheritors
HWDiskStoreImpl
Properties
Link copied to clipboard
currentQueueLength
The current length of the disk's I/O request queue.
Link copied to clipboard
partitions
A list of partitions on the disk.
Link copied to clipboard
transferTime
The time (in milliseconds) spent transferring data for I/O operations.
Link copied to clipboard
updateAttributes
A flag indicating whether the disk's attributes should be updated.
Link copied to clipboard
writesBytes
The number of bytes written to the disk.