Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.27 KB

LinuxBlockIO.md

File metadata and controls

24 lines (14 loc) · 1.27 KB

LinuxBlockIO

LinuxBlockIO for Linux cgroup 'blkio' resource management

Properties

Name Type Description Notes
leafWeight Integer Specifies tasks' weight in the given cgroup while competing with the cgroup's child cgroups, CFQ scheduler only [optional]
throttleReadBpsDevice List<LinuxThrottleDevice> IO read rate limit per cgroup per device, bytes per second [optional]
throttleReadIOPSDevice List<LinuxThrottleDevice> IO read rate limit per cgroup per device, IO per second [optional]
throttleWriteBpsDevice List<LinuxThrottleDevice> IO write rate limit per cgroup per device, bytes per second [optional]
throttleWriteIOPSDevice List<LinuxThrottleDevice> IO write rate limit per cgroup per device, IO per second [optional]
weight Integer Specifies per cgroup weight [optional]
weightDevice List<LinuxWeightDevice> Weight per cgroup per device, can override BlkioWeight [optional]

Implemented Interfaces

  • Serializable