Fork Vasum on GitHub Official Vasum Wiki on Tizen.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vasum::CGroupBlockIOConfig Struct Reference

#include <cgroups-config.hpp>

Public Attributes

uint16_t blkioWeight
 This is default weight of the group on all devices until and unless overridden by per-device rules. More...
 
uint16_t 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. More...
 
std::vector< WeightDeviceblkioWeightDevice
 Specifies the list of devices which will be bandwidth rate limited. More...
 
std::vector< ThrottleDeviceblkioThrottleWriteBpsDevice
 Specify the list of devices which will be IO rate limited. More...
 
std::vector< ThrottleDeviceblkioThrottleReadBpsDevice
 
std::vector< ThrottleDeviceblkioThrottleWriteIOPSDevice
 
std::vector< ThrottleDeviceblkioThrottleReadIOPSDevice
 

Member Data Documentation

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: