summaryrefslogtreecommitdiff
path: root/Software/systemd/ControlGroupInterface.mdwn
diff options
context:
space:
mode:
authorLennartPoettering <LennartPoettering@web>2013-09-26 18:17:16 -0700
committerwww <iki-www@freedesktop.org>2013-09-26 18:17:16 -0700
commit26b21c9d92f279df6aed6969fa3d2dcef510dcba (patch)
tree4a3a307d3475b395e8112eb2b3d37227abeb762c /Software/systemd/ControlGroupInterface.mdwn
parent07550572b9b9bd42ba6c3627e5abb2434868c04f (diff)
Diffstat (limited to 'Software/systemd/ControlGroupInterface.mdwn')
-rw-r--r--Software/systemd/ControlGroupInterface.mdwn5
1 files changed, 4 insertions, 1 deletions
diff --git a/Software/systemd/ControlGroupInterface.mdwn b/Software/systemd/ControlGroupInterface.mdwn
index 8a83756c..6d9c47d6 100644
--- a/Software/systemd/ControlGroupInterface.mdwn
+++ b/Software/systemd/ControlGroupInterface.mdwn
@@ -1 +1,4 @@
-# The new Control Group Interfaces
+# The New Control Group Interfaces
+
+Starting with version 205 systemd provides a number of interfaces that may be used to create and manage labelled groups of processes for the purpose of monitoring and controlling them and their resource usage. This is built on the Linux kernel Control Groups ("cgroups") facility. Previously, the kernel's cgroups API was exposed directly as application API, following the rules of the [[Pax Control Groups|http://www.freedesktop.org/wiki/Software/systemd/PaxControlGroups/]] document. However, the kernel cgroup interface is in the process of being reworked into an API that requires a single writer in userspace managing it. With this change the cgroup tree becomes private property of that userspace component and is no longer a shared resource. On systemd systems PID 1 takes this role and hence needs to provide APIs for clients to take benefit of the control groups functionality of the kernel.
+