Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 581 Bytes

InspectBlkioWeightDevice.md

File metadata and controls

19 lines (9 loc) · 581 Bytes

InspectBlkioWeightDevice

InspectBlkioWeightDevice holds information about the relative weight of an individual device node. Weights are used in the I/O scheduler to give relative priority to some accesses.

Properties

Name Type Description Notes
path String Path is the path to the device this applies to. [optional]
weight Integer Weight is the relative weight the scheduler will use when scheduling I/O. [optional]

Implemented Interfaces

  • Serializable