cgroup-v2.txt 57 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565
  1. Control Group v2
  2. October, 2015 Tejun Heo <tj@kernel.org>
  3. This is the authoritative documentation on the design, interface and
  4. conventions of cgroup v2. It describes all userland-visible aspects
  5. of cgroup including core and specific controller behaviors. All
  6. future changes must be reflected in this document. Documentation for
  7. v1 is available under Documentation/cgroup-v1/.
  8. CONTENTS
  9. 1. Introduction
  10. 1-1. Terminology
  11. 1-2. What is cgroup?
  12. 2. Basic Operations
  13. 2-1. Mounting
  14. 2-2. Organizing Processes
  15. 2-3. [Un]populated Notification
  16. 2-4. Controlling Controllers
  17. 2-4-1. Enabling and Disabling
  18. 2-4-2. Top-down Constraint
  19. 2-4-3. No Internal Process Constraint
  20. 2-5. Delegation
  21. 2-5-1. Model of Delegation
  22. 2-5-2. Delegation Containment
  23. 2-6. Guidelines
  24. 2-6-1. Organize Once and Control
  25. 2-6-2. Avoid Name Collisions
  26. 3. Resource Distribution Models
  27. 3-1. Weights
  28. 3-2. Limits
  29. 3-3. Protections
  30. 3-4. Allocations
  31. 4. Interface Files
  32. 4-1. Format
  33. 4-2. Conventions
  34. 4-3. Core Interface Files
  35. 5. Controllers
  36. 5-1. CPU
  37. 5-1-1. CPU Interface Files
  38. 5-2. Memory
  39. 5-2-1. Memory Interface Files
  40. 5-2-2. Usage Guidelines
  41. 5-2-3. Memory Ownership
  42. 5-3. IO
  43. 5-3-1. IO Interface Files
  44. 5-3-2. Writeback
  45. 6. Namespace
  46. 6-1. Basics
  47. 6-2. The Root and Views
  48. 6-3. Migration and setns(2)
  49. 6-4. Interaction with Other Namespaces
  50. P. Information on Kernel Programming
  51. P-1. Filesystem Support for Writeback
  52. D. Deprecated v1 Core Features
  53. R. Issues with v1 and Rationales for v2
  54. R-1. Multiple Hierarchies
  55. R-2. Thread Granularity
  56. R-3. Competition Between Inner Nodes and Threads
  57. R-4. Other Interface Issues
  58. R-5. Controller Issues and Remedies
  59. R-5-1. Memory
  60. 1. Introduction
  61. 1-1. Terminology
  62. "cgroup" stands for "control group" and is never capitalized. The
  63. singular form is used to designate the whole feature and also as a
  64. qualifier as in "cgroup controllers". When explicitly referring to
  65. multiple individual control groups, the plural form "cgroups" is used.
  66. 1-2. What is cgroup?
  67. cgroup is a mechanism to organize processes hierarchically and
  68. distribute system resources along the hierarchy in a controlled and
  69. configurable manner.
  70. cgroup is largely composed of two parts - the core and controllers.
  71. cgroup core is primarily responsible for hierarchically organizing
  72. processes. A cgroup controller is usually responsible for
  73. distributing a specific type of system resource along the hierarchy
  74. although there are utility controllers which serve purposes other than
  75. resource distribution.
  76. cgroups form a tree structure and every process in the system belongs
  77. to one and only one cgroup. All threads of a process belong to the
  78. same cgroup. On creation, all processes are put in the cgroup that
  79. the parent process belongs to at the time. A process can be migrated
  80. to another cgroup. Migration of a process doesn't affect already
  81. existing descendant processes.
  82. Following certain structural constraints, controllers may be enabled or
  83. disabled selectively on a cgroup. All controller behaviors are
  84. hierarchical - if a controller is enabled on a cgroup, it affects all
  85. processes which belong to the cgroups consisting the inclusive
  86. sub-hierarchy of the cgroup. When a controller is enabled on a nested
  87. cgroup, it always restricts the resource distribution further. The
  88. restrictions set closer to the root in the hierarchy can not be
  89. overridden from further away.
  90. 2. Basic Operations
  91. 2-1. Mounting
  92. Unlike v1, cgroup v2 has only single hierarchy. The cgroup v2
  93. hierarchy can be mounted with the following mount command.
  94. # mount -t cgroup2 none $MOUNT_POINT
  95. cgroup2 filesystem has the magic number 0x63677270 ("cgrp"). All
  96. controllers which support v2 and are not bound to a v1 hierarchy are
  97. automatically bound to the v2 hierarchy and show up at the root.
  98. Controllers which are not in active use in the v2 hierarchy can be
  99. bound to other hierarchies. This allows mixing v2 hierarchy with the
  100. legacy v1 multiple hierarchies in a fully backward compatible way.
  101. A controller can be moved across hierarchies only after the controller
  102. is no longer referenced in its current hierarchy. Because per-cgroup
  103. controller states are destroyed asynchronously and controllers may
  104. have lingering references, a controller may not show up immediately on
  105. the v2 hierarchy after the final umount of the previous hierarchy.
  106. Similarly, a controller should be fully disabled to be moved out of
  107. the unified hierarchy and it may take some time for the disabled
  108. controller to become available for other hierarchies; furthermore, due
  109. to inter-controller dependencies, other controllers may need to be
  110. disabled too.
  111. While useful for development and manual configurations, moving
  112. controllers dynamically between the v2 and other hierarchies is
  113. strongly discouraged for production use. It is recommended to decide
  114. the hierarchies and controller associations before starting using the
  115. controllers after system boot.
  116. During transition to v2, system management software might still
  117. automount the v1 cgroup filesystem and so hijack all controllers
  118. during boot, before manual intervention is possible. To make testing
  119. and experimenting easier, the kernel parameter cgroup_no_v1= allows
  120. disabling controllers in v1 and make them always available in v2.
  121. 2-2. Organizing Processes
  122. Initially, only the root cgroup exists to which all processes belong.
  123. A child cgroup can be created by creating a sub-directory.
  124. # mkdir $CGROUP_NAME
  125. A given cgroup may have multiple child cgroups forming a tree
  126. structure. Each cgroup has a read-writable interface file
  127. "cgroup.procs". When read, it lists the PIDs of all processes which
  128. belong to the cgroup one-per-line. The PIDs are not ordered and the
  129. same PID may show up more than once if the process got moved to
  130. another cgroup and then back or the PID got recycled while reading.
  131. A process can be migrated into a cgroup by writing its PID to the
  132. target cgroup's "cgroup.procs" file. Only one process can be migrated
  133. on a single write(2) call. If a process is composed of multiple
  134. threads, writing the PID of any thread migrates all threads of the
  135. process.
  136. When a process forks a child process, the new process is born into the
  137. cgroup that the forking process belongs to at the time of the
  138. operation. After exit, a process stays associated with the cgroup
  139. that it belonged to at the time of exit until it's reaped; however, a
  140. zombie process does not appear in "cgroup.procs" and thus can't be
  141. moved to another cgroup.
  142. A cgroup which doesn't have any children or live processes can be
  143. destroyed by removing the directory. Note that a cgroup which doesn't
  144. have any children and is associated only with zombie processes is
  145. considered empty and can be removed.
  146. # rmdir $CGROUP_NAME
  147. "/proc/$PID/cgroup" lists a process's cgroup membership. If legacy
  148. cgroup is in use in the system, this file may contain multiple lines,
  149. one for each hierarchy. The entry for cgroup v2 is always in the
  150. format "0::$PATH".
  151. # cat /proc/842/cgroup
  152. ...
  153. 0::/test-cgroup/test-cgroup-nested
  154. If the process becomes a zombie and the cgroup it was associated with
  155. is removed subsequently, " (deleted)" is appended to the path.
  156. # cat /proc/842/cgroup
  157. ...
  158. 0::/test-cgroup/test-cgroup-nested (deleted)
  159. 2-3. [Un]populated Notification
  160. Each non-root cgroup has a "cgroup.events" file which contains
  161. "populated" field indicating whether the cgroup's sub-hierarchy has
  162. live processes in it. Its value is 0 if there is no live process in
  163. the cgroup and its descendants; otherwise, 1. poll and [id]notify
  164. events are triggered when the value changes. This can be used, for
  165. example, to start a clean-up operation after all processes of a given
  166. sub-hierarchy have exited. The populated state updates and
  167. notifications are recursive. Consider the following sub-hierarchy
  168. where the numbers in the parentheses represent the numbers of processes
  169. in each cgroup.
  170. A(4) - B(0) - C(1)
  171. \ D(0)
  172. A, B and C's "populated" fields would be 1 while D's 0. After the one
  173. process in C exits, B and C's "populated" fields would flip to "0" and
  174. file modified events will be generated on the "cgroup.events" files of
  175. both cgroups.
  176. 2-4. Controlling Controllers
  177. 2-4-1. Enabling and Disabling
  178. Each cgroup has a "cgroup.controllers" file which lists all
  179. controllers available for the cgroup to enable.
  180. # cat cgroup.controllers
  181. cpu io memory
  182. No controller is enabled by default. Controllers can be enabled and
  183. disabled by writing to the "cgroup.subtree_control" file.
  184. # echo "+cpu +memory -io" > cgroup.subtree_control
  185. Only controllers which are listed in "cgroup.controllers" can be
  186. enabled. When multiple operations are specified as above, either they
  187. all succeed or fail. If multiple operations on the same controller
  188. are specified, the last one is effective.
  189. Enabling a controller in a cgroup indicates that the distribution of
  190. the target resource across its immediate children will be controlled.
  191. Consider the following sub-hierarchy. The enabled controllers are
  192. listed in parentheses.
  193. A(cpu,memory) - B(memory) - C()
  194. \ D()
  195. As A has "cpu" and "memory" enabled, A will control the distribution
  196. of CPU cycles and memory to its children, in this case, B. As B has
  197. "memory" enabled but not "CPU", C and D will compete freely on CPU
  198. cycles but their division of memory available to B will be controlled.
  199. As a controller regulates the distribution of the target resource to
  200. the cgroup's children, enabling it creates the controller's interface
  201. files in the child cgroups. In the above example, enabling "cpu" on B
  202. would create the "cpu." prefixed controller interface files in C and
  203. D. Likewise, disabling "memory" from B would remove the "memory."
  204. prefixed controller interface files from C and D. This means that the
  205. controller interface files - anything which doesn't start with
  206. "cgroup." are owned by the parent rather than the cgroup itself.
  207. 2-4-2. Top-down Constraint
  208. Resources are distributed top-down and a cgroup can further distribute
  209. a resource only if the resource has been distributed to it from the
  210. parent. This means that all non-root "cgroup.subtree_control" files
  211. can only contain controllers which are enabled in the parent's
  212. "cgroup.subtree_control" file. A controller can be enabled only if
  213. the parent has the controller enabled and a controller can't be
  214. disabled if one or more children have it enabled.
  215. 2-4-3. No Internal Process Constraint
  216. Non-root cgroups can only distribute resources to their children when
  217. they don't have any processes of their own. In other words, only
  218. cgroups which don't contain any processes can have controllers enabled
  219. in their "cgroup.subtree_control" files.
  220. This guarantees that, when a controller is looking at the part of the
  221. hierarchy which has it enabled, processes are always only on the
  222. leaves. This rules out situations where child cgroups compete against
  223. internal processes of the parent.
  224. The root cgroup is exempt from this restriction. Root contains
  225. processes and anonymous resource consumption which can't be associated
  226. with any other cgroups and requires special treatment from most
  227. controllers. How resource consumption in the root cgroup is governed
  228. is up to each controller.
  229. Note that the restriction doesn't get in the way if there is no
  230. enabled controller in the cgroup's "cgroup.subtree_control". This is
  231. important as otherwise it wouldn't be possible to create children of a
  232. populated cgroup. To control resource distribution of a cgroup, the
  233. cgroup must create children and transfer all its processes to the
  234. children before enabling controllers in its "cgroup.subtree_control"
  235. file.
  236. 2-5. Delegation
  237. 2-5-1. Model of Delegation
  238. A cgroup can be delegated to a less privileged user by granting write
  239. access of the directory and its "cgroup.procs" file to the user. Note
  240. that resource control interface files in a given directory control the
  241. distribution of the parent's resources and thus must not be delegated
  242. along with the directory.
  243. Once delegated, the user can build sub-hierarchy under the directory,
  244. organize processes as it sees fit and further distribute the resources
  245. it received from the parent. The limits and other settings of all
  246. resource controllers are hierarchical and regardless of what happens
  247. in the delegated sub-hierarchy, nothing can escape the resource
  248. restrictions imposed by the parent.
  249. Currently, cgroup doesn't impose any restrictions on the number of
  250. cgroups in or nesting depth of a delegated sub-hierarchy; however,
  251. this may be limited explicitly in the future.
  252. 2-5-2. Delegation Containment
  253. A delegated sub-hierarchy is contained in the sense that processes
  254. can't be moved into or out of the sub-hierarchy by the delegatee. For
  255. a process with a non-root euid to migrate a target process into a
  256. cgroup by writing its PID to the "cgroup.procs" file, the following
  257. conditions must be met.
  258. - The writer's euid must match either uid or suid of the target process.
  259. - The writer must have write access to the "cgroup.procs" file.
  260. - The writer must have write access to the "cgroup.procs" file of the
  261. common ancestor of the source and destination cgroups.
  262. The above three constraints ensure that while a delegatee may migrate
  263. processes around freely in the delegated sub-hierarchy it can't pull
  264. in from or push out to outside the sub-hierarchy.
  265. For an example, let's assume cgroups C0 and C1 have been delegated to
  266. user U0 who created C00, C01 under C0 and C10 under C1 as follows and
  267. all processes under C0 and C1 belong to U0.
  268. ~~~~~~~~~~~~~ - C0 - C00
  269. ~ cgroup ~ \ C01
  270. ~ hierarchy ~
  271. ~~~~~~~~~~~~~ - C1 - C10
  272. Let's also say U0 wants to write the PID of a process which is
  273. currently in C10 into "C00/cgroup.procs". U0 has write access to the
  274. file and uid match on the process; however, the common ancestor of the
  275. source cgroup C10 and the destination cgroup C00 is above the points
  276. of delegation and U0 would not have write access to its "cgroup.procs"
  277. files and thus the write will be denied with -EACCES.
  278. 2-6. Guidelines
  279. 2-6-1. Organize Once and Control
  280. Migrating a process across cgroups is a relatively expensive operation
  281. and stateful resources such as memory are not moved together with the
  282. process. This is an explicit design decision as there often exist
  283. inherent trade-offs between migration and various hot paths in terms
  284. of synchronization cost.
  285. As such, migrating processes across cgroups frequently as a means to
  286. apply different resource restrictions is discouraged. A workload
  287. should be assigned to a cgroup according to the system's logical and
  288. resource structure once on start-up. Dynamic adjustments to resource
  289. distribution can be made by changing controller configuration through
  290. the interface files.
  291. 2-6-2. Avoid Name Collisions
  292. Interface files for a cgroup and its children cgroups occupy the same
  293. directory and it is possible to create children cgroups which collide
  294. with interface files.
  295. All cgroup core interface files are prefixed with "cgroup." and each
  296. controller's interface files are prefixed with the controller name and
  297. a dot. A controller's name is composed of lower case alphabets and
  298. '_'s but never begins with an '_' so it can be used as the prefix
  299. character for collision avoidance. Also, interface file names won't
  300. start or end with terms which are often used in categorizing workloads
  301. such as job, service, slice, unit or workload.
  302. cgroup doesn't do anything to prevent name collisions and it's the
  303. user's responsibility to avoid them.
  304. 3. Resource Distribution Models
  305. cgroup controllers implement several resource distribution schemes
  306. depending on the resource type and expected use cases. This section
  307. describes major schemes in use along with their expected behaviors.
  308. 3-1. Weights
  309. A parent's resource is distributed by adding up the weights of all
  310. active children and giving each the fraction matching the ratio of its
  311. weight against the sum. As only children which can make use of the
  312. resource at the moment participate in the distribution, this is
  313. work-conserving. Due to the dynamic nature, this model is usually
  314. used for stateless resources.
  315. All weights are in the range [1, 10000] with the default at 100. This
  316. allows symmetric multiplicative biases in both directions at fine
  317. enough granularity while staying in the intuitive range.
  318. As long as the weight is in range, all configuration combinations are
  319. valid and there is no reason to reject configuration changes or
  320. process migrations.
  321. "cpu.weight" proportionally distributes CPU cycles to active children
  322. and is an example of this type.
  323. 3-2. Limits
  324. A child can only consume upto the configured amount of the resource.
  325. Limits can be over-committed - the sum of the limits of children can
  326. exceed the amount of resource available to the parent.
  327. Limits are in the range [0, max] and defaults to "max", which is noop.
  328. As limits can be over-committed, all configuration combinations are
  329. valid and there is no reason to reject configuration changes or
  330. process migrations.
  331. "io.max" limits the maximum BPS and/or IOPS that a cgroup can consume
  332. on an IO device and is an example of this type.
  333. 3-3. Protections
  334. A cgroup is protected to be allocated upto the configured amount of
  335. the resource if the usages of all its ancestors are under their
  336. protected levels. Protections can be hard guarantees or best effort
  337. soft boundaries. Protections can also be over-committed in which case
  338. only upto the amount available to the parent is protected among
  339. children.
  340. Protections are in the range [0, max] and defaults to 0, which is
  341. noop.
  342. As protections can be over-committed, all configuration combinations
  343. are valid and there is no reason to reject configuration changes or
  344. process migrations.
  345. "memory.low" implements best-effort memory protection and is an
  346. example of this type.
  347. 3-4. Allocations
  348. A cgroup is exclusively allocated a certain amount of a finite
  349. resource. Allocations can't be over-committed - the sum of the
  350. allocations of children can not exceed the amount of resource
  351. available to the parent.
  352. Allocations are in the range [0, max] and defaults to 0, which is no
  353. resource.
  354. As allocations can't be over-committed, some configuration
  355. combinations are invalid and should be rejected. Also, if the
  356. resource is mandatory for execution of processes, process migrations
  357. may be rejected.
  358. "cpu.rt.max" hard-allocates realtime slices and is an example of this
  359. type.
  360. 4. Interface Files
  361. 4-1. Format
  362. All interface files should be in one of the following formats whenever
  363. possible.
  364. New-line separated values
  365. (when only one value can be written at once)
  366. VAL0\n
  367. VAL1\n
  368. ...
  369. Space separated values
  370. (when read-only or multiple values can be written at once)
  371. VAL0 VAL1 ...\n
  372. Flat keyed
  373. KEY0 VAL0\n
  374. KEY1 VAL1\n
  375. ...
  376. Nested keyed
  377. KEY0 SUB_KEY0=VAL00 SUB_KEY1=VAL01...
  378. KEY1 SUB_KEY0=VAL10 SUB_KEY1=VAL11...
  379. ...
  380. For a writable file, the format for writing should generally match
  381. reading; however, controllers may allow omitting later fields or
  382. implement restricted shortcuts for most common use cases.
  383. For both flat and nested keyed files, only the values for a single key
  384. can be written at a time. For nested keyed files, the sub key pairs
  385. may be specified in any order and not all pairs have to be specified.
  386. 4-2. Conventions
  387. - Settings for a single feature should be contained in a single file.
  388. - The root cgroup should be exempt from resource control and thus
  389. shouldn't have resource control interface files. Also,
  390. informational files on the root cgroup which end up showing global
  391. information available elsewhere shouldn't exist.
  392. - If a controller implements weight based resource distribution, its
  393. interface file should be named "weight" and have the range [1,
  394. 10000] with 100 as the default. The values are chosen to allow
  395. enough and symmetric bias in both directions while keeping it
  396. intuitive (the default is 100%).
  397. - If a controller implements an absolute resource guarantee and/or
  398. limit, the interface files should be named "min" and "max"
  399. respectively. If a controller implements best effort resource
  400. guarantee and/or limit, the interface files should be named "low"
  401. and "high" respectively.
  402. In the above four control files, the special token "max" should be
  403. used to represent upward infinity for both reading and writing.
  404. - If a setting has a configurable default value and keyed specific
  405. overrides, the default entry should be keyed with "default" and
  406. appear as the first entry in the file.
  407. The default value can be updated by writing either "default $VAL" or
  408. "$VAL".
  409. When writing to update a specific override, "default" can be used as
  410. the value to indicate removal of the override. Override entries
  411. with "default" as the value must not appear when read.
  412. For example, a setting which is keyed by major:minor device numbers
  413. with integer values may look like the following.
  414. # cat cgroup-example-interface-file
  415. default 150
  416. 8:0 300
  417. The default value can be updated by
  418. # echo 125 > cgroup-example-interface-file
  419. or
  420. # echo "default 125" > cgroup-example-interface-file
  421. An override can be set by
  422. # echo "8:16 170" > cgroup-example-interface-file
  423. and cleared by
  424. # echo "8:0 default" > cgroup-example-interface-file
  425. # cat cgroup-example-interface-file
  426. default 125
  427. 8:16 170
  428. - For events which are not very high frequency, an interface file
  429. "events" should be created which lists event key value pairs.
  430. Whenever a notifiable event happens, file modified event should be
  431. generated on the file.
  432. 4-3. Core Interface Files
  433. All cgroup core files are prefixed with "cgroup."
  434. cgroup.procs
  435. A read-write new-line separated values file which exists on
  436. all cgroups.
  437. When read, it lists the PIDs of all processes which belong to
  438. the cgroup one-per-line. The PIDs are not ordered and the
  439. same PID may show up more than once if the process got moved
  440. to another cgroup and then back or the PID got recycled while
  441. reading.
  442. A PID can be written to migrate the process associated with
  443. the PID to the cgroup. The writer should match all of the
  444. following conditions.
  445. - Its euid is either root or must match either uid or suid of
  446. the target process.
  447. - It must have write access to the "cgroup.procs" file.
  448. - It must have write access to the "cgroup.procs" file of the
  449. common ancestor of the source and destination cgroups.
  450. When delegating a sub-hierarchy, write access to this file
  451. should be granted along with the containing directory.
  452. cgroup.controllers
  453. A read-only space separated values file which exists on all
  454. cgroups.
  455. It shows space separated list of all controllers available to
  456. the cgroup. The controllers are not ordered.
  457. cgroup.subtree_control
  458. A read-write space separated values file which exists on all
  459. cgroups. Starts out empty.
  460. When read, it shows space separated list of the controllers
  461. which are enabled to control resource distribution from the
  462. cgroup to its children.
  463. Space separated list of controllers prefixed with '+' or '-'
  464. can be written to enable or disable controllers. A controller
  465. name prefixed with '+' enables the controller and '-'
  466. disables. If a controller appears more than once on the list,
  467. the last one is effective. When multiple enable and disable
  468. operations are specified, either all succeed or all fail.
  469. cgroup.events
  470. A read-only flat-keyed file which exists on non-root cgroups.
  471. The following entries are defined. Unless specified
  472. otherwise, a value change in this file generates a file
  473. modified event.
  474. populated
  475. 1 if the cgroup or its descendants contains any live
  476. processes; otherwise, 0.
  477. 5. Controllers
  478. 5-1. CPU
  479. [NOTE: The interface for the cpu controller hasn't been merged yet]
  480. The "cpu" controllers regulates distribution of CPU cycles. This
  481. controller implements weight and absolute bandwidth limit models for
  482. normal scheduling policy and absolute bandwidth allocation model for
  483. realtime scheduling policy.
  484. 5-1-1. CPU Interface Files
  485. All time durations are in microseconds.
  486. cpu.stat
  487. A read-only flat-keyed file which exists on non-root cgroups.
  488. It reports the following six stats.
  489. usage_usec
  490. user_usec
  491. system_usec
  492. nr_periods
  493. nr_throttled
  494. throttled_usec
  495. cpu.weight
  496. A read-write single value file which exists on non-root
  497. cgroups. The default is "100".
  498. The weight in the range [1, 10000].
  499. cpu.max
  500. A read-write two value file which exists on non-root cgroups.
  501. The default is "max 100000".
  502. The maximum bandwidth limit. It's in the following format.
  503. $MAX $PERIOD
  504. which indicates that the group may consume upto $MAX in each
  505. $PERIOD duration. "max" for $MAX indicates no limit. If only
  506. one number is written, $MAX is updated.
  507. cpu.rt.max
  508. [NOTE: The semantics of this file is still under discussion and the
  509. interface hasn't been merged yet]
  510. A read-write two value file which exists on all cgroups.
  511. The default is "0 100000".
  512. The maximum realtime runtime allocation. Over-committing
  513. configurations are disallowed and process migrations are
  514. rejected if not enough bandwidth is available. It's in the
  515. following format.
  516. $MAX $PERIOD
  517. which indicates that the group may consume upto $MAX in each
  518. $PERIOD duration. If only one number is written, $MAX is
  519. updated.
  520. 5-2. Memory
  521. The "memory" controller regulates distribution of memory. Memory is
  522. stateful and implements both limit and protection models. Due to the
  523. intertwining between memory usage and reclaim pressure and the
  524. stateful nature of memory, the distribution model is relatively
  525. complex.
  526. While not completely water-tight, all major memory usages by a given
  527. cgroup are tracked so that the total memory consumption can be
  528. accounted and controlled to a reasonable extent. Currently, the
  529. following types of memory usages are tracked.
  530. - Userland memory - page cache and anonymous memory.
  531. - Kernel data structures such as dentries and inodes.
  532. - TCP socket buffers.
  533. The above list may expand in the future for better coverage.
  534. 5-2-1. Memory Interface Files
  535. All memory amounts are in bytes. If a value which is not aligned to
  536. PAGE_SIZE is written, the value may be rounded up to the closest
  537. PAGE_SIZE multiple when read back.
  538. memory.current
  539. A read-only single value file which exists on non-root
  540. cgroups.
  541. The total amount of memory currently being used by the cgroup
  542. and its descendants.
  543. memory.low
  544. A read-write single value file which exists on non-root
  545. cgroups. The default is "0".
  546. Best-effort memory protection. If the memory usages of a
  547. cgroup and all its ancestors are below their low boundaries,
  548. the cgroup's memory won't be reclaimed unless memory can be
  549. reclaimed from unprotected cgroups.
  550. Putting more memory than generally available under this
  551. protection is discouraged.
  552. memory.high
  553. A read-write single value file which exists on non-root
  554. cgroups. The default is "max".
  555. Memory usage throttle limit. This is the main mechanism to
  556. control memory usage of a cgroup. If a cgroup's usage goes
  557. over the high boundary, the processes of the cgroup are
  558. throttled and put under heavy reclaim pressure.
  559. Going over the high limit never invokes the OOM killer and
  560. under extreme conditions the limit may be breached.
  561. memory.max
  562. A read-write single value file which exists on non-root
  563. cgroups. The default is "max".
  564. Memory usage hard limit. This is the final protection
  565. mechanism. If a cgroup's memory usage reaches this limit and
  566. can't be reduced, the OOM killer is invoked in the cgroup.
  567. Under certain circumstances, the usage may go over the limit
  568. temporarily.
  569. This is the ultimate protection mechanism. As long as the
  570. high limit is used and monitored properly, this limit's
  571. utility is limited to providing the final safety net.
  572. memory.events
  573. A read-only flat-keyed file which exists on non-root cgroups.
  574. The following entries are defined. Unless specified
  575. otherwise, a value change in this file generates a file
  576. modified event.
  577. low
  578. The number of times the cgroup is reclaimed due to
  579. high memory pressure even though its usage is under
  580. the low boundary. This usually indicates that the low
  581. boundary is over-committed.
  582. high
  583. The number of times processes of the cgroup are
  584. throttled and routed to perform direct memory reclaim
  585. because the high memory boundary was exceeded. For a
  586. cgroup whose memory usage is capped by the high limit
  587. rather than global memory pressure, this event's
  588. occurrences are expected.
  589. max
  590. The number of times the cgroup's memory usage was
  591. about to go over the max boundary. If direct reclaim
  592. fails to bring it down, the OOM killer is invoked.
  593. oom
  594. The number of times the OOM killer has been invoked in
  595. the cgroup. This may not exactly match the number of
  596. processes killed but should generally be close.
  597. memory.stat
  598. A read-only flat-keyed file which exists on non-root cgroups.
  599. This breaks down the cgroup's memory footprint into different
  600. types of memory, type-specific details, and other information
  601. on the state and past events of the memory management system.
  602. All memory amounts are in bytes.
  603. The entries are ordered to be human readable, and new entries
  604. can show up in the middle. Don't rely on items remaining in a
  605. fixed position; use the keys to look up specific values!
  606. anon
  607. Amount of memory used in anonymous mappings such as
  608. brk(), sbrk(), and mmap(MAP_ANONYMOUS)
  609. file
  610. Amount of memory used to cache filesystem data,
  611. including tmpfs and shared memory.
  612. kernel_stack
  613. Amount of memory allocated to kernel stacks.
  614. slab
  615. Amount of memory used for storing in-kernel data
  616. structures.
  617. sock
  618. Amount of memory used in network transmission buffers
  619. file_mapped
  620. Amount of cached filesystem data mapped with mmap()
  621. file_dirty
  622. Amount of cached filesystem data that was modified but
  623. not yet written back to disk
  624. file_writeback
  625. Amount of cached filesystem data that was modified and
  626. is currently being written back to disk
  627. inactive_anon
  628. active_anon
  629. inactive_file
  630. active_file
  631. unevictable
  632. Amount of memory, swap-backed and filesystem-backed,
  633. on the internal memory management lists used by the
  634. page reclaim algorithm
  635. slab_reclaimable
  636. Part of "slab" that might be reclaimed, such as
  637. dentries and inodes.
  638. slab_unreclaimable
  639. Part of "slab" that cannot be reclaimed on memory
  640. pressure.
  641. pgfault
  642. Total number of page faults incurred
  643. pgmajfault
  644. Number of major page faults incurred
  645. memory.swap.current
  646. A read-only single value file which exists on non-root
  647. cgroups.
  648. The total amount of swap currently being used by the cgroup
  649. and its descendants.
  650. memory.swap.max
  651. A read-write single value file which exists on non-root
  652. cgroups. The default is "max".
  653. Swap usage hard limit. If a cgroup's swap usage reaches this
  654. limit, anonymous meomry of the cgroup will not be swapped out.
  655. 5-2-2. Usage Guidelines
  656. "memory.high" is the main mechanism to control memory usage.
  657. Over-committing on high limit (sum of high limits > available memory)
  658. and letting global memory pressure to distribute memory according to
  659. usage is a viable strategy.
  660. Because breach of the high limit doesn't trigger the OOM killer but
  661. throttles the offending cgroup, a management agent has ample
  662. opportunities to monitor and take appropriate actions such as granting
  663. more memory or terminating the workload.
  664. Determining whether a cgroup has enough memory is not trivial as
  665. memory usage doesn't indicate whether the workload can benefit from
  666. more memory. For example, a workload which writes data received from
  667. network to a file can use all available memory but can also operate as
  668. performant with a small amount of memory. A measure of memory
  669. pressure - how much the workload is being impacted due to lack of
  670. memory - is necessary to determine whether a workload needs more
  671. memory; unfortunately, memory pressure monitoring mechanism isn't
  672. implemented yet.
  673. 5-2-3. Memory Ownership
  674. A memory area is charged to the cgroup which instantiated it and stays
  675. charged to the cgroup until the area is released. Migrating a process
  676. to a different cgroup doesn't move the memory usages that it
  677. instantiated while in the previous cgroup to the new cgroup.
  678. A memory area may be used by processes belonging to different cgroups.
  679. To which cgroup the area will be charged is in-deterministic; however,
  680. over time, the memory area is likely to end up in a cgroup which has
  681. enough memory allowance to avoid high reclaim pressure.
  682. If a cgroup sweeps a considerable amount of memory which is expected
  683. to be accessed repeatedly by other cgroups, it may make sense to use
  684. POSIX_FADV_DONTNEED to relinquish the ownership of memory areas
  685. belonging to the affected files to ensure correct memory ownership.
  686. 5-3. IO
  687. The "io" controller regulates the distribution of IO resources. This
  688. controller implements both weight based and absolute bandwidth or IOPS
  689. limit distribution; however, weight based distribution is available
  690. only if cfq-iosched is in use and neither scheme is available for
  691. blk-mq devices.
  692. 5-3-1. IO Interface Files
  693. io.stat
  694. A read-only nested-keyed file which exists on non-root
  695. cgroups.
  696. Lines are keyed by $MAJ:$MIN device numbers and not ordered.
  697. The following nested keys are defined.
  698. rbytes Bytes read
  699. wbytes Bytes written
  700. rios Number of read IOs
  701. wios Number of write IOs
  702. An example read output follows.
  703. 8:16 rbytes=1459200 wbytes=314773504 rios=192 wios=353
  704. 8:0 rbytes=90430464 wbytes=299008000 rios=8950 wios=1252
  705. io.weight
  706. A read-write flat-keyed file which exists on non-root cgroups.
  707. The default is "default 100".
  708. The first line is the default weight applied to devices
  709. without specific override. The rest are overrides keyed by
  710. $MAJ:$MIN device numbers and not ordered. The weights are in
  711. the range [1, 10000] and specifies the relative amount IO time
  712. the cgroup can use in relation to its siblings.
  713. The default weight can be updated by writing either "default
  714. $WEIGHT" or simply "$WEIGHT". Overrides can be set by writing
  715. "$MAJ:$MIN $WEIGHT" and unset by writing "$MAJ:$MIN default".
  716. An example read output follows.
  717. default 100
  718. 8:16 200
  719. 8:0 50
  720. io.max
  721. A read-write nested-keyed file which exists on non-root
  722. cgroups.
  723. BPS and IOPS based IO limit. Lines are keyed by $MAJ:$MIN
  724. device numbers and not ordered. The following nested keys are
  725. defined.
  726. rbps Max read bytes per second
  727. wbps Max write bytes per second
  728. riops Max read IO operations per second
  729. wiops Max write IO operations per second
  730. When writing, any number of nested key-value pairs can be
  731. specified in any order. "max" can be specified as the value
  732. to remove a specific limit. If the same key is specified
  733. multiple times, the outcome is undefined.
  734. BPS and IOPS are measured in each IO direction and IOs are
  735. delayed if limit is reached. Temporary bursts are allowed.
  736. Setting read limit at 2M BPS and write at 120 IOPS for 8:16.
  737. echo "8:16 rbps=2097152 wiops=120" > io.max
  738. Reading returns the following.
  739. 8:16 rbps=2097152 wbps=max riops=max wiops=120
  740. Write IOPS limit can be removed by writing the following.
  741. echo "8:16 wiops=max" > io.max
  742. Reading now returns the following.
  743. 8:16 rbps=2097152 wbps=max riops=max wiops=max
  744. 5-3-2. Writeback
  745. Page cache is dirtied through buffered writes and shared mmaps and
  746. written asynchronously to the backing filesystem by the writeback
  747. mechanism. Writeback sits between the memory and IO domains and
  748. regulates the proportion of dirty memory by balancing dirtying and
  749. write IOs.
  750. The io controller, in conjunction with the memory controller,
  751. implements control of page cache writeback IOs. The memory controller
  752. defines the memory domain that dirty memory ratio is calculated and
  753. maintained for and the io controller defines the io domain which
  754. writes out dirty pages for the memory domain. Both system-wide and
  755. per-cgroup dirty memory states are examined and the more restrictive
  756. of the two is enforced.
  757. cgroup writeback requires explicit support from the underlying
  758. filesystem. Currently, cgroup writeback is implemented on ext2, ext4
  759. and btrfs. On other filesystems, all writeback IOs are attributed to
  760. the root cgroup.
  761. There are inherent differences in memory and writeback management
  762. which affects how cgroup ownership is tracked. Memory is tracked per
  763. page while writeback per inode. For the purpose of writeback, an
  764. inode is assigned to a cgroup and all IO requests to write dirty pages
  765. from the inode are attributed to that cgroup.
  766. As cgroup ownership for memory is tracked per page, there can be pages
  767. which are associated with different cgroups than the one the inode is
  768. associated with. These are called foreign pages. The writeback
  769. constantly keeps track of foreign pages and, if a particular foreign
  770. cgroup becomes the majority over a certain period of time, switches
  771. the ownership of the inode to that cgroup.
  772. While this model is enough for most use cases where a given inode is
  773. mostly dirtied by a single cgroup even when the main writing cgroup
  774. changes over time, use cases where multiple cgroups write to a single
  775. inode simultaneously are not supported well. In such circumstances, a
  776. significant portion of IOs are likely to be attributed incorrectly.
  777. As memory controller assigns page ownership on the first use and
  778. doesn't update it until the page is released, even if writeback
  779. strictly follows page ownership, multiple cgroups dirtying overlapping
  780. areas wouldn't work as expected. It's recommended to avoid such usage
  781. patterns.
  782. The sysctl knobs which affect writeback behavior are applied to cgroup
  783. writeback as follows.
  784. vm.dirty_background_ratio
  785. vm.dirty_ratio
  786. These ratios apply the same to cgroup writeback with the
  787. amount of available memory capped by limits imposed by the
  788. memory controller and system-wide clean memory.
  789. vm.dirty_background_bytes
  790. vm.dirty_bytes
  791. For cgroup writeback, this is calculated into ratio against
  792. total available memory and applied the same way as
  793. vm.dirty[_background]_ratio.
  794. 6. Namespace
  795. 6-1. Basics
  796. cgroup namespace provides a mechanism to virtualize the view of the
  797. "/proc/$PID/cgroup" file and cgroup mounts. The CLONE_NEWCGROUP clone
  798. flag can be used with clone(2) and unshare(2) to create a new cgroup
  799. namespace. The process running inside the cgroup namespace will have
  800. its "/proc/$PID/cgroup" output restricted to cgroupns root. The
  801. cgroupns root is the cgroup of the process at the time of creation of
  802. the cgroup namespace.
  803. Without cgroup namespace, the "/proc/$PID/cgroup" file shows the
  804. complete path of the cgroup of a process. In a container setup where
  805. a set of cgroups and namespaces are intended to isolate processes the
  806. "/proc/$PID/cgroup" file may leak potential system level information
  807. to the isolated processes. For Example:
  808. # cat /proc/self/cgroup
  809. 0::/batchjobs/container_id1
  810. The path '/batchjobs/container_id1' can be considered as system-data
  811. and undesirable to expose to the isolated processes. cgroup namespace
  812. can be used to restrict visibility of this path. For example, before
  813. creating a cgroup namespace, one would see:
  814. # ls -l /proc/self/ns/cgroup
  815. lrwxrwxrwx 1 root root 0 2014-07-15 10:37 /proc/self/ns/cgroup -> cgroup:[4026531835]
  816. # cat /proc/self/cgroup
  817. 0::/batchjobs/container_id1
  818. After unsharing a new namespace, the view changes.
  819. # ls -l /proc/self/ns/cgroup
  820. lrwxrwxrwx 1 root root 0 2014-07-15 10:35 /proc/self/ns/cgroup -> cgroup:[4026532183]
  821. # cat /proc/self/cgroup
  822. 0::/
  823. When some thread from a multi-threaded process unshares its cgroup
  824. namespace, the new cgroupns gets applied to the entire process (all
  825. the threads). This is natural for the v2 hierarchy; however, for the
  826. legacy hierarchies, this may be unexpected.
  827. A cgroup namespace is alive as long as there are processes inside or
  828. mounts pinning it. When the last usage goes away, the cgroup
  829. namespace is destroyed. The cgroupns root and the actual cgroups
  830. remain.
  831. 6-2. The Root and Views
  832. The 'cgroupns root' for a cgroup namespace is the cgroup in which the
  833. process calling unshare(2) is running. For example, if a process in
  834. /batchjobs/container_id1 cgroup calls unshare, cgroup
  835. /batchjobs/container_id1 becomes the cgroupns root. For the
  836. init_cgroup_ns, this is the real root ('/') cgroup.
  837. The cgroupns root cgroup does not change even if the namespace creator
  838. process later moves to a different cgroup.
  839. # ~/unshare -c # unshare cgroupns in some cgroup
  840. # cat /proc/self/cgroup
  841. 0::/
  842. # mkdir sub_cgrp_1
  843. # echo 0 > sub_cgrp_1/cgroup.procs
  844. # cat /proc/self/cgroup
  845. 0::/sub_cgrp_1
  846. Each process gets its namespace-specific view of "/proc/$PID/cgroup"
  847. Processes running inside the cgroup namespace will be able to see
  848. cgroup paths (in /proc/self/cgroup) only inside their root cgroup.
  849. From within an unshared cgroupns:
  850. # sleep 100000 &
  851. [1] 7353
  852. # echo 7353 > sub_cgrp_1/cgroup.procs
  853. # cat /proc/7353/cgroup
  854. 0::/sub_cgrp_1
  855. From the initial cgroup namespace, the real cgroup path will be
  856. visible:
  857. $ cat /proc/7353/cgroup
  858. 0::/batchjobs/container_id1/sub_cgrp_1
  859. From a sibling cgroup namespace (that is, a namespace rooted at a
  860. different cgroup), the cgroup path relative to its own cgroup
  861. namespace root will be shown. For instance, if PID 7353's cgroup
  862. namespace root is at '/batchjobs/container_id2', then it will see
  863. # cat /proc/7353/cgroup
  864. 0::/../container_id2/sub_cgrp_1
  865. Note that the relative path always starts with '/' to indicate that
  866. its relative to the cgroup namespace root of the caller.
  867. 6-3. Migration and setns(2)
  868. Processes inside a cgroup namespace can move into and out of the
  869. namespace root if they have proper access to external cgroups. For
  870. example, from inside a namespace with cgroupns root at
  871. /batchjobs/container_id1, and assuming that the global hierarchy is
  872. still accessible inside cgroupns:
  873. # cat /proc/7353/cgroup
  874. 0::/sub_cgrp_1
  875. # echo 7353 > batchjobs/container_id2/cgroup.procs
  876. # cat /proc/7353/cgroup
  877. 0::/../container_id2
  878. Note that this kind of setup is not encouraged. A task inside cgroup
  879. namespace should only be exposed to its own cgroupns hierarchy.
  880. setns(2) to another cgroup namespace is allowed when:
  881. (a) the process has CAP_SYS_ADMIN against its current user namespace
  882. (b) the process has CAP_SYS_ADMIN against the target cgroup
  883. namespace's userns
  884. No implicit cgroup changes happen with attaching to another cgroup
  885. namespace. It is expected that the someone moves the attaching
  886. process under the target cgroup namespace root.
  887. 6-4. Interaction with Other Namespaces
  888. Namespace specific cgroup hierarchy can be mounted by a process
  889. running inside a non-init cgroup namespace.
  890. # mount -t cgroup2 none $MOUNT_POINT
  891. This will mount the unified cgroup hierarchy with cgroupns root as the
  892. filesystem root. The process needs CAP_SYS_ADMIN against its user and
  893. mount namespaces.
  894. The virtualization of /proc/self/cgroup file combined with restricting
  895. the view of cgroup hierarchy by namespace-private cgroupfs mount
  896. provides a properly isolated cgroup view inside the container.
  897. P. Information on Kernel Programming
  898. This section contains kernel programming information in the areas
  899. where interacting with cgroup is necessary. cgroup core and
  900. controllers are not covered.
  901. P-1. Filesystem Support for Writeback
  902. A filesystem can support cgroup writeback by updating
  903. address_space_operations->writepage[s]() to annotate bio's using the
  904. following two functions.
  905. wbc_init_bio(@wbc, @bio)
  906. Should be called for each bio carrying writeback data and
  907. associates the bio with the inode's owner cgroup. Can be
  908. called anytime between bio allocation and submission.
  909. wbc_account_io(@wbc, @page, @bytes)
  910. Should be called for each data segment being written out.
  911. While this function doesn't care exactly when it's called
  912. during the writeback session, it's the easiest and most
  913. natural to call it as data segments are added to a bio.
  914. With writeback bio's annotated, cgroup support can be enabled per
  915. super_block by setting SB_I_CGROUPWB in ->s_iflags. This allows for
  916. selective disabling of cgroup writeback support which is helpful when
  917. certain filesystem features, e.g. journaled data mode, are
  918. incompatible.
  919. wbc_init_bio() binds the specified bio to its cgroup. Depending on
  920. the configuration, the bio may be executed at a lower priority and if
  921. the writeback session is holding shared resources, e.g. a journal
  922. entry, may lead to priority inversion. There is no one easy solution
  923. for the problem. Filesystems can try to work around specific problem
  924. cases by skipping wbc_init_bio() or using bio_associate_blkcg()
  925. directly.
  926. D. Deprecated v1 Core Features
  927. - Multiple hierarchies including named ones are not supported.
  928. - All mount options and remounting are not supported.
  929. - The "tasks" file is removed and "cgroup.procs" is not sorted.
  930. - "cgroup.clone_children" is removed.
  931. - /proc/cgroups is meaningless for v2. Use "cgroup.controllers" file
  932. at the root instead.
  933. R. Issues with v1 and Rationales for v2
  934. R-1. Multiple Hierarchies
  935. cgroup v1 allowed an arbitrary number of hierarchies and each
  936. hierarchy could host any number of controllers. While this seemed to
  937. provide a high level of flexibility, it wasn't useful in practice.
  938. For example, as there is only one instance of each controller, utility
  939. type controllers such as freezer which can be useful in all
  940. hierarchies could only be used in one. The issue is exacerbated by
  941. the fact that controllers couldn't be moved to another hierarchy once
  942. hierarchies were populated. Another issue was that all controllers
  943. bound to a hierarchy were forced to have exactly the same view of the
  944. hierarchy. It wasn't possible to vary the granularity depending on
  945. the specific controller.
  946. In practice, these issues heavily limited which controllers could be
  947. put on the same hierarchy and most configurations resorted to putting
  948. each controller on its own hierarchy. Only closely related ones, such
  949. as the cpu and cpuacct controllers, made sense to be put on the same
  950. hierarchy. This often meant that userland ended up managing multiple
  951. similar hierarchies repeating the same steps on each hierarchy
  952. whenever a hierarchy management operation was necessary.
  953. Furthermore, support for multiple hierarchies came at a steep cost.
  954. It greatly complicated cgroup core implementation but more importantly
  955. the support for multiple hierarchies restricted how cgroup could be
  956. used in general and what controllers was able to do.
  957. There was no limit on how many hierarchies there might be, which meant
  958. that a thread's cgroup membership couldn't be described in finite
  959. length. The key might contain any number of entries and was unlimited
  960. in length, which made it highly awkward to manipulate and led to
  961. addition of controllers which existed only to identify membership,
  962. which in turn exacerbated the original problem of proliferating number
  963. of hierarchies.
  964. Also, as a controller couldn't have any expectation regarding the
  965. topologies of hierarchies other controllers might be on, each
  966. controller had to assume that all other controllers were attached to
  967. completely orthogonal hierarchies. This made it impossible, or at
  968. least very cumbersome, for controllers to cooperate with each other.
  969. In most use cases, putting controllers on hierarchies which are
  970. completely orthogonal to each other isn't necessary. What usually is
  971. called for is the ability to have differing levels of granularity
  972. depending on the specific controller. In other words, hierarchy may
  973. be collapsed from leaf towards root when viewed from specific
  974. controllers. For example, a given configuration might not care about
  975. how memory is distributed beyond a certain level while still wanting
  976. to control how CPU cycles are distributed.
  977. R-2. Thread Granularity
  978. cgroup v1 allowed threads of a process to belong to different cgroups.
  979. This didn't make sense for some controllers and those controllers
  980. ended up implementing different ways to ignore such situations but
  981. much more importantly it blurred the line between API exposed to
  982. individual applications and system management interface.
  983. Generally, in-process knowledge is available only to the process
  984. itself; thus, unlike service-level organization of processes,
  985. categorizing threads of a process requires active participation from
  986. the application which owns the target process.
  987. cgroup v1 had an ambiguously defined delegation model which got abused
  988. in combination with thread granularity. cgroups were delegated to
  989. individual applications so that they can create and manage their own
  990. sub-hierarchies and control resource distributions along them. This
  991. effectively raised cgroup to the status of a syscall-like API exposed
  992. to lay programs.
  993. First of all, cgroup has a fundamentally inadequate interface to be
  994. exposed this way. For a process to access its own knobs, it has to
  995. extract the path on the target hierarchy from /proc/self/cgroup,
  996. construct the path by appending the name of the knob to the path, open
  997. and then read and/or write to it. This is not only extremely clunky
  998. and unusual but also inherently racy. There is no conventional way to
  999. define transaction across the required steps and nothing can guarantee
  1000. that the process would actually be operating on its own sub-hierarchy.
  1001. cgroup controllers implemented a number of knobs which would never be
  1002. accepted as public APIs because they were just adding control knobs to
  1003. system-management pseudo filesystem. cgroup ended up with interface
  1004. knobs which were not properly abstracted or refined and directly
  1005. revealed kernel internal details. These knobs got exposed to
  1006. individual applications through the ill-defined delegation mechanism
  1007. effectively abusing cgroup as a shortcut to implementing public APIs
  1008. without going through the required scrutiny.
  1009. This was painful for both userland and kernel. Userland ended up with
  1010. misbehaving and poorly abstracted interfaces and kernel exposing and
  1011. locked into constructs inadvertently.
  1012. R-3. Competition Between Inner Nodes and Threads
  1013. cgroup v1 allowed threads to be in any cgroups which created an
  1014. interesting problem where threads belonging to a parent cgroup and its
  1015. children cgroups competed for resources. This was nasty as two
  1016. different types of entities competed and there was no obvious way to
  1017. settle it. Different controllers did different things.
  1018. The cpu controller considered threads and cgroups as equivalents and
  1019. mapped nice levels to cgroup weights. This worked for some cases but
  1020. fell flat when children wanted to be allocated specific ratios of CPU
  1021. cycles and the number of internal threads fluctuated - the ratios
  1022. constantly changed as the number of competing entities fluctuated.
  1023. There also were other issues. The mapping from nice level to weight
  1024. wasn't obvious or universal, and there were various other knobs which
  1025. simply weren't available for threads.
  1026. The io controller implicitly created a hidden leaf node for each
  1027. cgroup to host the threads. The hidden leaf had its own copies of all
  1028. the knobs with "leaf_" prefixed. While this allowed equivalent
  1029. control over internal threads, it was with serious drawbacks. It
  1030. always added an extra layer of nesting which wouldn't be necessary
  1031. otherwise, made the interface messy and significantly complicated the
  1032. implementation.
  1033. The memory controller didn't have a way to control what happened
  1034. between internal tasks and child cgroups and the behavior was not
  1035. clearly defined. There were attempts to add ad-hoc behaviors and
  1036. knobs to tailor the behavior to specific workloads which would have
  1037. led to problems extremely difficult to resolve in the long term.
  1038. Multiple controllers struggled with internal tasks and came up with
  1039. different ways to deal with it; unfortunately, all the approaches were
  1040. severely flawed and, furthermore, the widely different behaviors
  1041. made cgroup as a whole highly inconsistent.
  1042. This clearly is a problem which needs to be addressed from cgroup core
  1043. in a uniform way.
  1044. R-4. Other Interface Issues
  1045. cgroup v1 grew without oversight and developed a large number of
  1046. idiosyncrasies and inconsistencies. One issue on the cgroup core side
  1047. was how an empty cgroup was notified - a userland helper binary was
  1048. forked and executed for each event. The event delivery wasn't
  1049. recursive or delegatable. The limitations of the mechanism also led
  1050. to in-kernel event delivery filtering mechanism further complicating
  1051. the interface.
  1052. Controller interfaces were problematic too. An extreme example is
  1053. controllers completely ignoring hierarchical organization and treating
  1054. all cgroups as if they were all located directly under the root
  1055. cgroup. Some controllers exposed a large amount of inconsistent
  1056. implementation details to userland.
  1057. There also was no consistency across controllers. When a new cgroup
  1058. was created, some controllers defaulted to not imposing extra
  1059. restrictions while others disallowed any resource usage until
  1060. explicitly configured. Configuration knobs for the same type of
  1061. control used widely differing naming schemes and formats. Statistics
  1062. and information knobs were named arbitrarily and used different
  1063. formats and units even in the same controller.
  1064. cgroup v2 establishes common conventions where appropriate and updates
  1065. controllers so that they expose minimal and consistent interfaces.
  1066. R-5. Controller Issues and Remedies
  1067. R-5-1. Memory
  1068. The original lower boundary, the soft limit, is defined as a limit
  1069. that is per default unset. As a result, the set of cgroups that
  1070. global reclaim prefers is opt-in, rather than opt-out. The costs for
  1071. optimizing these mostly negative lookups are so high that the
  1072. implementation, despite its enormous size, does not even provide the
  1073. basic desirable behavior. First off, the soft limit has no
  1074. hierarchical meaning. All configured groups are organized in a global
  1075. rbtree and treated like equal peers, regardless where they are located
  1076. in the hierarchy. This makes subtree delegation impossible. Second,
  1077. the soft limit reclaim pass is so aggressive that it not just
  1078. introduces high allocation latencies into the system, but also impacts
  1079. system performance due to overreclaim, to the point where the feature
  1080. becomes self-defeating.
  1081. The memory.low boundary on the other hand is a top-down allocated
  1082. reserve. A cgroup enjoys reclaim protection when it and all its
  1083. ancestors are below their low boundaries, which makes delegation of
  1084. subtrees possible. Secondly, new cgroups have no reserve per default
  1085. and in the common case most cgroups are eligible for the preferred
  1086. reclaim pass. This allows the new low boundary to be efficiently
  1087. implemented with just a minor addition to the generic reclaim code,
  1088. without the need for out-of-band data structures and reclaim passes.
  1089. Because the generic reclaim code considers all cgroups except for the
  1090. ones running low in the preferred first reclaim pass, overreclaim of
  1091. individual groups is eliminated as well, resulting in much better
  1092. overall workload performance.
  1093. The original high boundary, the hard limit, is defined as a strict
  1094. limit that can not budge, even if the OOM killer has to be called.
  1095. But this generally goes against the goal of making the most out of the
  1096. available memory. The memory consumption of workloads varies during
  1097. runtime, and that requires users to overcommit. But doing that with a
  1098. strict upper limit requires either a fairly accurate prediction of the
  1099. working set size or adding slack to the limit. Since working set size
  1100. estimation is hard and error prone, and getting it wrong results in
  1101. OOM kills, most users tend to err on the side of a looser limit and
  1102. end up wasting precious resources.
  1103. The memory.high boundary on the other hand can be set much more
  1104. conservatively. When hit, it throttles allocations by forcing them
  1105. into direct reclaim to work off the excess, but it never invokes the
  1106. OOM killer. As a result, a high boundary that is chosen too
  1107. aggressively will not terminate the processes, but instead it will
  1108. lead to gradual performance degradation. The user can monitor this
  1109. and make corrections until the minimal memory footprint that still
  1110. gives acceptable performance is found.
  1111. In extreme cases, with many concurrent allocations and a complete
  1112. breakdown of reclaim progress within the group, the high boundary can
  1113. be exceeded. But even then it's mostly better to satisfy the
  1114. allocation from the slack available in other groups or the rest of the
  1115. system than killing the group. Otherwise, memory.max is there to
  1116. limit this type of spillover and ultimately contain buggy or even
  1117. malicious applications.
  1118. Setting the original memory.limit_in_bytes below the current usage was
  1119. subject to a race condition, where concurrent charges could cause the
  1120. limit setting to fail. memory.max on the other hand will first set the
  1121. limit to prevent new charges, and then reclaim and OOM kill until the
  1122. new limit is met - or the task writing to memory.max is killed.
  1123. The combined memory+swap accounting and limiting is replaced by real
  1124. control over swap space.
  1125. The main argument for a combined memory+swap facility in the original
  1126. cgroup design was that global or parental pressure would always be
  1127. able to swap all anonymous memory of a child group, regardless of the
  1128. child's own (possibly untrusted) configuration. However, untrusted
  1129. groups can sabotage swapping by other means - such as referencing its
  1130. anonymous memory in a tight loop - and an admin can not assume full
  1131. swappability when overcommitting untrusted jobs.
  1132. For trusted jobs, on the other hand, a combined counter is not an
  1133. intuitive userspace interface, and it flies in the face of the idea
  1134. that cgroup controllers should account and limit specific physical
  1135. resources. Swap space is a resource like all others in the system,
  1136. and that's why unified hierarchy allows distributing it separately.