All of lore.kernel.org
 help / color / mirror / Atom feed
* proc.5 /proc/[pid]/cgroup patch
@ 2011-05-27  8:37 Ivana Hutarova Varekova
  0 siblings, 0 replies; only message in thread
From: Ivana Hutarova Varekova @ 2011-05-27  8:37 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

[-- Attachment #1: Type: text/plain, Size: 118 bytes --]

Hello,
I'm sending the patch for proc.5 which adds the information about 
/proc/[pid]/cgroup.
Ivana Hutarova Varekova

[-- Attachment #2: man-pages-3.23-proc_cgroups.patch --]
[-- Type: text/x-patch, Size: 1307 bytes --]

diff -up man-pages-3.32/man5/proc.5.pom man-pages-3.32/man5/proc.5
--- man-pages-3.32/man5/proc.5.pom	2011-05-27 10:11:52.000000000 +0200
+++ man-pages-3.32/man5/proc.5	2011-05-27 09:17:37.000000000 +0200
@@ -94,12 +94,35 @@ to the process at exec time.
 The format is one \fIunsigned long\fP ID
 plus one \fIunsigned long\fP value for each entry.
 The last entry contains two zeros.
-.\" FIXME Describe /proc/[pid]/cgroup and
-.\"       /proc/[pid]/task/[tid]/cgroup
-.\" 	  Info in Documentation/cgroups.txt
-.\"       Added in 2.6.24
-.\"	  CONFIG_CGROUPS
-.\"
+.TP
+.I /proc/[pid]/cgroup " (since Linux 2.6.24)"
+This file describes control groups to which the process/task
+belongs. For each cgroup hierarchy there is one entry of the form
+.nf
+.ft CW
+
+  5:cpuacct,cpu,cpuset:/daemons
+(1)         (2)          (3)
+.ft
+.fi
+.IP
+The numbers in parentheses are labels for the descriptions below:
+.RS 7
+.TP 5
+(1)
+hierarchy id number
+.TP
+(2)
+set of subsystems bound to the hierarchy
+.TP
+(3)
+control group in the hierarchy to which the process belongs
+.RE
+.IP
+
+This file is only present if the
+.B CONFIG_CGROUPS
+kernel configuration option is enabled.
 .\" FIXME Describe /proc/[pid]/clear_refs
 .\"       Added in 2.6.22
 .\"       "Clears page referenced bits shown in smaps output"

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-05-27  8:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-27  8:37 proc.5 /proc/[pid]/cgroup patch Ivana Hutarova Varekova

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.