Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 679 Bytes

LinuxWeightDevice.md

File metadata and controls

21 lines (11 loc) · 679 Bytes

LinuxWeightDevice

LinuxWeightDevice struct holds a major:minor weight pair for weightDevice

Properties

Name Type Description Notes
leafWeight Integer LeafWeight is the bandwidth rate for the device while competing with the cgroup's child cgroups, CFQ scheduler only [optional]
major Long Major is the device's major number. [optional]
minor Long Minor is the device's minor number. [optional]
weight Integer Weight is the bandwidth rate for the device. [optional]

Implemented Interfaces

  • Serializable