Difference between revisions of "Cgroups"

From wikieduonline
Jump to navigation Jump to search
Line 3: Line 3:
  
 
Packages:
 
Packages:
* <code>[[cgroup-lite]]</code>: [[cgroups-mount]], [[cgroups-umount]]
+
* <code>[[cgroup-lite]]</code>: <code>[[cgroups-mount]], [[cgroups-umount]]</code>
* <code>[[cgroup-tools]]</code>: [[cgcreate]] among others
+
* <code>[[cgroup-tools]]</code>: <code>[[cgcreate]]</code> and <code>[[cgexec]]</code> among others
 
* <code>[[cgroupfs-mount]]</code>
 
* <code>[[cgroupfs-mount]]</code>
  
Line 15: Line 15:
 
  [[cgcreate]] -g memory:myGroup
 
  [[cgcreate]] -g memory:myGroup
  
  [[cgexec]] -g memory:myGroup pdftoppm
+
  [[cgexec]] -g memory:myGroup YOUR_PROGRAM_TO_EXEC
  
  

Revision as of 06:04, 22 May 2020

This article is a Draft. Help us to complete it.

cgroups functionality that was released in Linux Kernel version 2.6.24

Packages:


systemd-cgls
systemd-cgls memory
systemd-cgtop
cgcreate -g memory:myGroup
cgexec -g memory:myGroup YOUR_PROGRAM_TO_EXEC


I/O control, more accurate cgroup I/O control with blk-iocost[1]

Related terms

Related terms



See also

  • https://kernelnewbies.org/Linux_5.4#More_accurate_cgroup_I.2FO_control_with_blk-iocost
  • https://www.freedesktop.org/software/systemd/man/systemd-cgtop.html
  • Advertising: