summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBalbir Singh <balbir@linux.vnet.ibm.com>2009-02-17 11:17:08 +0000
committerBalbir Singh <balbir@linux.vnet.ibm.com>2009-02-17 11:17:08 +0000
commit7e01d585cfc4667e8af2741206e0a6612cbbc7ad (patch)
tree3c6b0c98b27bc5573628925a504f7744f6ece7d4 /doc
parent076dd1c6714b51dba4d5d001a730504219c49a59 (diff)
downloadlibcg-7e01d585cfc4667e8af2741206e0a6612cbbc7ad.tar.gz
libcg-7e01d585cfc4667e8af2741206e0a6612cbbc7ad.tar.xz
libcg-7e01d585cfc4667e8af2741206e0a6612cbbc7ad.zip
This is my proposal of cgclassify man page. I've used some of some parts
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
Diffstat (limited to 'doc')
-rw-r--r--doc/man/cgclassify.131
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/man/cgclassify.1 b/doc/man/cgclassify.1
new file mode 100644
index 0000000..665c756
--- /dev/null
+++ b/doc/man/cgclassify.1
@@ -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)
+