#include <cgroups-config.hpp>
uint16_t vasum::CGroupBlockIOConfig::blkioLeafWeight |
Equivalents of blkioWeight for the purpose of deciding how much weight tasks in the given cgroup has while competing with the cgroup's child cgroups.
The range is from 10 to 1000.
std::vector<ThrottleDevice> vasum::CGroupBlockIOConfig::blkioThrottleReadBpsDevice |
std::vector<ThrottleDevice> vasum::CGroupBlockIOConfig::blkioThrottleReadIOPSDevice |
std::vector<ThrottleDevice> vasum::CGroupBlockIOConfig::blkioThrottleWriteBpsDevice |
Specify the list of devices which will be IO rate limited.
std::vector<ThrottleDevice> vasum::CGroupBlockIOConfig::blkioThrottleWriteIOPSDevice |
uint16_t vasum::CGroupBlockIOConfig::blkioWeight |
This is default weight of the group on all devices until and unless overridden by per-device rules.
The range is from 10 to 1000.
std::vector<WeightDevice> vasum::CGroupBlockIOConfig::blkioWeightDevice |
Specifies the list of devices which will be bandwidth rate limited.
The documentation for this struct was generated from the following file: