]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
This is my proposal of cgclassify man page. I've used some of some parts
authorBalbir Singh <balbir@linux.vnet.ibm.com>
Tue, 17 Feb 2009 11:17:08 +0000 (11:17 +0000)
committerBalbir Singh <balbir@linux.vnet.ibm.com>
Tue, 17 Feb 2009 11:17:08 +0000 (11:17 +0000)
of present documentation of libcg - again.

Signed-off-by: Ivana Varekova <varekova@redhat.com>
Signed-off-by: Balbir Singh <balbir@linux.vnet.ibm.com>
git-svn-id: https://libcg.svn.sourceforge.net/svnroot/libcg/trunk@332 4f4bb910-9a46-0410-90c8-c897d4f1cd53

doc/man/cgclassify.1 [new file with mode: 0644]

diff --git a/doc/man/cgclassify.1 b/doc/man/cgclassify.1
new file mode 100644 (file)
index 0000000..665c756
--- /dev/null
@@ -0,0 +1,31 @@
+.\" Copyright (C) 2006 Red Hat, Inc. All Rights Reserved.
+.\" Written by Ivana Varekova <varekova@redhat.com>.
+
+.TH CGCLASSIFY  1 2009-03-15 "Linux" "libcg Manual"
+.SH NAME
+cgclassify \- move running task(s) to given cgroups
+
+.SH SYNOPSIS
+\fBcgclassify\fR <\fIpidlist\fR>
+
+this command moves processes defined by the list
+of processes
+(\fBpidlist\fR)
+to control groups which they
+belong according to \fB/etc/cgrules.conf\fR
+configuration file.
+
+The pids in the pidlist are separated by spaces
+
+.SH FILES
+.LP
+.PD .1v
+.TP 20
+.B /etc/cgrules.conf
+.TP
+default libcgroup configuration file
+
+
+.SH SEE ALSO
+cgrules.conf (5), cgexec (1)
+