lxc-monitor.sgml.in revision 2b371b262f7272266ff18cc2aff65176a2c16383
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoolxc: linux Container library
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo(C) Copyright IBM Corp. 2007, 2008
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae YooDaniel Lezcano <daniel.lezcano at free.fr>
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae YooThis library is free software; you can redistribute it and/or
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoomodify it under the terms of the GNU Lesser General Public
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae YooLicense as published by the Free Software Foundation; either
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yooversion 2.1 of the License, or (at your option) any later version.
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae YooThis library is distributed in the hope that it will be useful,
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoobut WITHOUT ANY WARRANTY; without even the implied warranty of
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae YooMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae YooLesser General Public License for more details.
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae YooYou should have received a copy of the GNU Lesser General Public
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae YooLicense along with this library; if not, write to the Free Software
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae YooFoundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae YooTranslated into Korean
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yooby Sungbae Yoo <sungbae.yoo at samsung.com>
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo<!ENTITY commonoptions SYSTEM "@builddir@/common_options.sgml">
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo<!ENTITY seealso SYSTEM "@builddir@/see_also.sgml">
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo <docinfo><date>@LXC_GENERATE_DATE@</date></docinfo>
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo <refnamediv>
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo <refpurpose>
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo monitor the container state
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo 컨테이너의 상태 모니터링
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo </refpurpose>
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo </refnamediv>
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo <refsynopsisdiv>
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo <cmdsynopsis>
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo <arg choice="opt">-n <replaceable>name</replaceable></arg>
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo </cmdsynopsis>
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo </refsynopsisdiv>
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo <command>lxc-monitor</command> monitors the state of containers. The
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo <replaceable>name</replaceable> argument may be used to specify
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo which containers to monitor. It is a regular expression, conforming
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo with posix2, so it is possible to monitor all the containers,
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo several of them or just one. If not specified,
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo <replaceable>name</replaceable> will default to '.*' which will
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo monitor all containers in <command>lxcpath</command>.
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo <replaceable>name</replaceable> 인수는 어떤 컨테이너를 모니터링할지 지정한다.
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo 이 인수는 POSIX 호환 정규 표현식으로 지정할 수 있다. 따라서 모든 컨테이너를 또는 그 중 몇몇만 또는 한 개의 컨테이너만 모니터링하는 것이 가능하다.
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo 만약 인수가 지정되지 않았다면 <replaceable>name</replaceable>는 기본값으로 '.*'가 사용된다. 이 값은 <command>lxcpath</command>에 있는 모든 컨테이너들을 모니터링 할 수 있다.
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo The <option>-P, --lxcpath</option>=PATH option may be specified multiple
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo times to monitor more than one container path. Note however that
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo containers with the same name in multiple paths will be
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo indistinguishable in the output.
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo <option>-P, --lxcpath</option>=PATH 옵션을 사용하여 컨테이너 경로를 지정할 수 있으며, 1개 이상도 가능하다.
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo 하지만 각각 다른 경로에 있는 이름이 같은 컨테이너는 출력에서 구분되지 않는다.
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo <variablelist>
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo <varlistentry>
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo Ask the lxc-monitord daemon on each given <command>lxcpath</command>
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo to quit. After receiving this command, lxc-monitord will exit
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo immediately as soon as it has no clients instead of waiting the
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo normal 30 seconds for new clients. This is useful if you need to
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo unmount the filesystem <command>lxcpath</command> is on.
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo 지정한 <command>lxcpath</command> 각각에 대한 lxc-monitord 데몬을 종료하도록 요청한다.
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo lxc-monitord는 일반적으로 클라이언트가 없으면, 새로운 클라이언트를 를 30초 동안 기다린 후 종료된다. 하지만 이 명령어를 실행한 후에는 클라이언트가 없으면 바로 종료된다.
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo 이 옵션은 <command>lxcpath</command>의 파일시스템을 바로 unmount할 필요가 있을때, 유용하다.
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo </varlistentry>
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo </variablelist>
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo &commonoptions;
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo <variablelist>
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo <varlistentry>
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo will monitor the different states for container foo.
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo foo 컨테이너의 상태 변화를 모니터링한다.
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo </varlistentry>
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo <varlistentry>
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo will monitor the different states for container foo and bar.
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo 컨테이너 foo와 bar의 상태 변화를 모니터링 한다.
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo </varlistentry>
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo <varlistentry>
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo will monitor the different states for container with the
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo name beginning with letter 'f' or 'b'.
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo 이름이 'f' 또는 'b'로 시작하는 컨테이너의 상태 변화를 모니터링한다.
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo </varlistentry>
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo <varlistentry>
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo will monitor the different states for all containers.
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo 모든 컨테이너들의 상태 변화를 모니터링한다.
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo </varlistentry>
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo </variablelist>
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo <variablelist>
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo <varlistentry>
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo The specified container was not created before with
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo the <command>lxc-create</command> command.
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo 지정한 컨테이너가 <command>lxc-create</command>로 생성된 적이 없다.
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo 컨테이너가 존재하지 않는다.
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo </varlistentry>
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo </variablelist>
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo <citerefentry>
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo </citerefentry>,
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo <para>Daniel Lezcano <email>daniel.lezcano@free.fr</email></para>
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoo<!-- Keep this comment at the end of the file
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae YooLocal variables:
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoosgml-omittag:t
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoosgml-shorttag:t
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoosgml-minimize-attributes:nil
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoosgml-always-quote-attributes:t
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoosgml-indent-step:2
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoosgml-indent-data:t
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoosgml-parent-document:nil
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoosgml-default-dtd-file:nil
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoosgml-exposed-tags:nil
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoosgml-local-catalogs:nil
2b371b262f7272266ff18cc2aff65176a2c16383Sungbae Yoosgml-local-ecat-files:nil