For example, configure io.max
in cgroup A
:
8:0 wbps=1024000
And the cgroup.procs
has some processes: p1, p2, p3.
So my question is:
When p1, p2 and p3 write data to 8:0
, the wbps
of p1, p2, and p3 is 1024000
per process or the sum wbps
of p1, p2, and p3 is 1024000
?
I have tested this situation, and the result is the sum wbps of p1, p2, and p3 is 1024000
, but i cannot find the document that describe this behavior.
So is there document or code can confirm this behavior?