差分
このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
linux:kernel:cgroup:単一階層構造 [2016/01/19 09:08] – tenforward | linux:kernel:cgroup:単一階層構造 [2016/01/22 08:50] (現在) – tenforward | ||
---|---|---|---|
行 1: | 行 1: | ||
- | ====== 単一階層構造 ====== | + | =i===== 単一階層構造 ====== |
2-1 まで 4.3 カーネルの文書と同期。 | 2-1 まで 4.3 カーネルの文書と同期。 | ||
行 711: | 行 711: | ||
its value to indicate inheritance of the default value. | its value to indicate inheritance of the default value. | ||
| | ||
- | ---(ここまで)--- | ||
- | |||
5-4. Per-Controller Changes | 5-4. Per-Controller Changes | ||
行 794: | 行 792: | ||
The maximum bandwidth and/or iops setting, only available if | The maximum bandwidth and/or iops setting, only available if | ||
blk-throttle is enabled. | blk-throttle is enabled. | ||
+ | |||
+ | 帯域幅もしくは IOPS の最大値の設定です。blk-throttleが有効な場 | ||
+ | 合のみ使えます。ファイルは以下のフォーマットになります。 | ||
$MAJ:$MIN rbps=$RBPS wbps=$WBPS riops=$RIOPS wiops=$WIOPS | $MAJ:$MIN rbps=$RBPS wbps=$WBPS riops=$RIOPS wiops=$WIOPS | ||
行 801: | 行 802: | ||
to the file follows the same format but the individual | to the file follows the same format but the individual | ||
settings may be omitted or specified in any order. | settings may be omitted or specified in any order. | ||
+ | |||
+ | ${R|W}BPS は秒あたりの読みこみ/書きこみのバイト数で、${R|W} | ||
+ | は秒あたりの読みこみ/書きこみ IOPS です。" | ||
+ | します。ファイルへの書きこみは同じフォーマットに従いますが、個 | ||
+ | 別の設定は省略したり、任意の順番で指定できます。 | ||
This file is available only on non-root cgroups. | This file is available only on non-root cgroups. | ||
+ | このファイルはルート cgroup 以外でのみ利用できます。 | ||
5-4-2. cpuset | 5-4-2. cpuset |