cset(1)
======
Alex Tsariounov <alext@novell.com>
v0.1, October 2007

NAME
----
cset - manage cpusets functions in Linux kernel

SYNOPSIS
--------
[verse]
'cset' [--version | --help]
'cset' [--help <command> | <command> --help]
'cset' [cset options] <command> [command options] [args]

DESCRIPTION
-----------

Cpuset (cset) is a Python application that provides a command line
application front end for the cpusets functionality found in the Linux
kernel.

Typical uses of cpuset include:

Setting up a shielded CPU environment::
	Shielded CPUs.
+
For such configurations...

CPUSETS
~~~~~~~

The Linux kernel has...

OPTIONS
-------

The following generic option flags are available.  Additional options
are available per-command, and documented in the command-specific
documentation.

--version::
	Prints the cpuset suite version that the 'cset' program came
	from, as well as version of other components used, such as 
	Python and the kernel.

--help::
	Prints the synopsis and a list of all commands.

CPUSET COMMANDS
---------------

The cpuset commands are divided into groups, according to the primary
purpose of those commands.

ifdef::backend-docbook[]
Here is a short description of each command. A more detailed
description is available in individual command manpages.  Those
manpages are named 'cset-<command>(1)'.
endif::backend-docbook[]

CPUSET Super Commands
~~~~~~~~~~~~~~~~~~~~~

cset shield::
	stgdesc:shield[]

CPUSET commands
~~~~~~~~~~~~~~~

cset help::
	stgdesc:help[]
cset version::
	stgdesc:version[]
cset copyright::
	stgdesc:copyright[]
cset set::
	stgdesc:set[]
cset mem::
	stgdesc:mem[]
cset proc::
	stgdesc:proc[]

CONFIGURATION MECHANISM
-----------------------

Does a config file make sense?

LICENSE
-------
Cpuset is licensed under the GNU GPL V2 only.  Some substrate code and
ideas were taken from the excellent Stacked GIT (stgit) v0.13 (see
http://gna.org/projects/stgit  and  http://www.procode.org/stgit).
Stacked GIT is under GPL V2 or later.

COPYRIGHT
---------
Copyright (c) 2007 Novell Inc.

AUTHOR
------
Written by Alex Tsariounov.

SEE ALSO
--------

taskset(1), chrt(1)

/usr/src/linux/Documentation/cpusets.txt

