From: Balbir Singh Date: Tue, 17 Feb 2009 11:17:08 +0000 (+0000) Subject: This is my proposal of cgclassify man page. I've used some of some parts X-Git-Tag: v0.34~112 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e01d585cfc4667e8af2741206e0a6612cbbc7ad;p=thirdparty%2Flibcgroup.git 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 Signed-off-by: Balbir Singh git-svn-id: https://libcg.svn.sourceforge.net/svnroot/libcg/trunk@332 4f4bb910-9a46-0410-90c8-c897d4f1cd53 --- diff --git a/doc/man/cgclassify.1 b/doc/man/cgclassify.1 new file mode 100644 index 00000000..665c756d --- /dev/null +++ b/doc/man/cgclassify.1 @@ -0,0 +1,31 @@ +.\" Copyright (C) 2006 Red Hat, Inc. All Rights Reserved. +.\" Written by Ivana Varekova . + +.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) +