<command>lxc-cgroup</command> コマンドは、コンテナと結びつけられている control group サブシステムを設定したり、取得したりするのに使います。サブシステム名の指定はユーザが行ない、このコマンドはサブシステム名の文法チェックは一切行ないません。もし、指定したサブシステム名が存在しない場合は、コマンドの実行は失敗します。
</para>
<para>
<programlisting>
lxc-cgroup -n foo cpuset.cpus
</programlisting>
<!--
<programlisting>
lxc-cgroup -n foo cpuset.cpus
</programlisting>
will display the content of this subsystem.
<programlisting>
lxc-cgroup -n foo cpu.shares 512
</programlisting>
will set the subsystem to the specified value.
will display the content of this subsystem.
-->
<programlisting>
lxc-cgroup -n foo cpuset.cpus
</programlisting>
は、このサブシステムの内容を表示します。
<programlisting>
lxc-cgroup -n foo cpu.shares 512
</programlisting>
<programlisting>
lxc-cgroup -n foo cpu.shares 512
</programlisting>
<!--
will set the subsystem to the specified value.
-->
は、このサブシステムに指定した値を設定します。
</para>
</refsect2>
</refsect1>
<refsect1>
<title><!-- Bugs -->バグ</title>
<para>
<!--
The <command>lxc</command> is still in development, so the
command syntax and the API can change. The version 1.0.0 will be