この文書の現在のバージョンと選択したバージョンの差分を表示します。
次のリビジョン | 前のリビジョン | ||
01_linux:21_centos7:07_cgroup [2020/05/22 15:48] matsui 作成 |
01_linux:21_centos7:07_cgroup [2020/09/12 09:31] (現在) matsui |
||
---|---|---|---|
ライン 3: | ライン 3: | ||
[[https://legitwhiz.github.io/technology_memo/Resource_control_using_cgroups(RHEL7).html]] | [[https://legitwhiz.github.io/technology_memo/Resource_control_using_cgroups(RHEL7).html]] | ||
+ | |||
+ | ===== QOS ===== | ||
+ | |||
+ | |||
+ | [/etc/cgconfig.conf] | ||
+ | | ||
+ | group DiskIO_Group { | ||
+ | blkio { | ||
+ | blkio.throttle.read_iops_device = "8:0 999"; | ||
+ | blkio.throttle.write_iops_device = "8:0 999"; | ||
+ | } | ||
+ | } | ||
{{tag>centos}} | {{tag>centos}} |