Editing Cgroups

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
 
{{Draft}}
 
{{Draft}}
 
+
cgroups functionality that was released in [[Linux Kernel]] version 2.6.24
==Packages==
 
cgroups functionality that was released in [[Linux Kernel]] version [[2.6.24]]
 
 
 
Packages:
 
* <code>[[cgroup-lite]]</code>: <code>[[cgroups-mount]], [[cgroups-umount]]</code>
 
* <code>[[cgroup-tools]]</code>: <code>[[cgcreate]]</code>, <code>[[cgexec]]</code>, <code>[[lscgroup]]</code> among others
 
* <code>[[cgroupfs-mount]]</code>
 
 
 
  
  
Line 15: Line 7:
 
  [[systemd-cgtop]]
 
  [[systemd-cgtop]]
  
==Basic Commands==
+
[[cgcreate]] -g memory:myGroup
*Create a group : <code>[[cgcreate]] -g memory:myGroup</code>
 
*<code>[[cgexec]] -g memory:myGroup YOUR_PROGRAM_TO_EXEC</code>
 
 
 
  
* You can use <code>[[cgget]]</code> to view the current limits, usage, & high watermarks of the group:
 
sudo [[cgget]] -g memory:/myGroup|grep bytes
 
memory.kmem.tcp.usage_in_bytes: 0
 
memory.soft_limit_in_bytes: 9223372036854771712
 
memory.kmem.tcp.max_usage_in_bytes: 0
 
memory.max_usage_in_bytes: 0
 
memory.limit_in_bytes: 9223372036854771712
 
memory.kmem.max_usage_in_bytes: 0
 
memory.usage_in_bytes: 0
 
memory.kmem.limit_in_bytes: 9223372036854771712
 
memory.kmem.usage_in_bytes: 0
 
memory.kmem.tcp.limit_in_bytes: 9223372036854771712
 
  
 
[[I/O]] control, more accurate cgroup I/O control with <code>blk-iocost</code><ref>https://kernelnewbies.org/Linux_5.4#More_accurate_cgroup_I.2FO_control_with_blk-iocost</ref>
 
[[I/O]] control, more accurate cgroup I/O control with <code>blk-iocost</code><ref>https://kernelnewbies.org/Linux_5.4#More_accurate_cgroup_I.2FO_control_with_blk-iocost</ref>
 
== Related terms ==
 
* <code>[[ulimit]]</code>
 
* [[Cgroups: cgroup mountpoint does not exist: unknown]]
 
* [[Cgroups v2]]
 
Sep 21 11:23:14 yourhostame dockerd[1850]: time="2023-09-21T11:23:14.096834108Z" level=warning msg="Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without [[swap]]."
 
 
== Activities ==
 
* Read https://wiki.archlinux.org/index.php/cgroups
 
* How to limit to CPU and Memory : [[cgcreate]]
 
  
 
== See also ==
 
== See also ==
 
* <code>[[systemd-cgtop]]</code><ref>https://www.freedesktop.org/software/systemd/man/systemd-cgtop.html</ref>, <code>[[docker stats]]</code>
 
* <code>[[systemd-cgtop]]</code><ref>https://www.freedesktop.org/software/systemd/man/systemd-cgtop.html</ref>, <code>[[docker stats]]</code>
 
* <code>[[netdata]]</code> cgroups plugin
 
* <code>[[netdata]]</code> cgroups plugin
 +
* {{cgroup}}
 
* {{containers}}
 
* {{containers}}
* {{cgroups}}
+
* {{io performance commands}}
 +
* {{Linux Kernel}}
 +
 
 +
 
  
 
[[Category:Linux]]
 
[[Category:Linux]]

Please note that all contributions to wikieduonline may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Wikieduonline:Copyrights for details). Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)

Templates used on this page:

Advertising: