Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
28254e63
Commit
28254e63
authored
Nov 07, 2013
by
KATOH Yasufumi
Committed by
Stéphane Graber
Nov 12, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: Update Japanese lxc-info(1) for printing statistics
Update for commit
b9d957c3
Signed-off-by:
KATOH Yasufumi
<
karma@jazz.email.ne.jp
>
Acked-by:
Stéphane Graber
<
stgraber@ubuntu.com
>
parent
56390ccb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
83 additions
and
6 deletions
+83
-6
lxc-info.sgml.in
doc/ja/lxc-info.sgml.in
+83
-6
No files found.
doc/ja/lxc-info.sgml.in
View file @
28254e63
...
@@ -53,12 +53,14 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
...
@@ -53,12 +53,14 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<refsynopsisdiv>
<refsynopsisdiv>
<cmdsynopsis>
<cmdsynopsis>
<command>lxc-info</command>
<command>lxc-info</command>
<arg choice="
req
">-n <replaceable>name</replaceable></arg>
<arg choice="
opt
">-n <replaceable>name</replaceable></arg>
<arg choice="opt">-c <replaceable>KEY</replaceable></arg>
<arg choice="opt">-c <replaceable>KEY</replaceable></arg>
<arg choice="opt">-s</arg>
<arg choice="opt">-s</arg>
<arg choice="opt">-p</arg>
<arg choice="opt">-p</arg>
<arg choice="opt">-i</arg>
<arg choice="opt">-i</arg>
<arg choice="opt">-t <replaceable>state</replaceable></arg>
<arg choice="opt">-t <replaceable>state</replaceable></arg>
<arg choice="opt">-S</arg>
<arg choice="opt">-H</arg>
</cmdsynopsis>
</cmdsynopsis>
</refsynopsisdiv>
</refsynopsisdiv>
...
@@ -66,8 +68,8 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
...
@@ -66,8 +68,8 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<title><!-- Description -->説明</title>
<title><!-- Description -->説明</title>
<para>
<para>
<!--
<!--
<command>lxc-info</command> queries and shows information about
a
<command>lxc-info</command> queries and shows information about
container.
container
s
.
-->
-->
<command>lxc-info</command> は,コンテナに関する情報を問い合わせ,表示します.
<command>lxc-info</command> は,コンテナに関する情報を問い合わせ,表示します.
</para>
</para>
...
@@ -79,14 +81,27 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
...
@@ -79,14 +81,27 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<varlistentry>
<varlistentry>
<term>
<term>
<option>
-n <replaceable>name</replaceable
></option>
<option>
<optional>-n <replaceable>name</replaceable></optional
></option>
</term>
</term>
<listitem>
<listitem>
<para>
<para>
<!--
<!--
The container name.
The container name. It is interpreted as a regular expression,
so it is possible to get information on all containers, several
of them or just one. See
<citerefentry>
<refentrytitle><command>regex</command></refentrytitle>
<manvolnum>7</manvolnum>
</citerefentry> for regular expression syntax. If not specified,
<replaceable>name</replaceable> will default to '.*' which
will give information on all containers in
<command>lxcpath</command>.
-->
-->
コンテナ名
コンテナ名.正規表現として解釈され,全てのコンテナ,指定したいくつかのコンテナ,特定のコンテナのいずれかの情報を取得できます.正規表現については
<citerefentry>
<refentrytitle><command>regex</command></refentrytitle>
<manvolnum>7</manvolnum>
</citerefentry> を参照してください.もし指定しなければ,<replaceable>name</replaceable> はデフォルトで <command>lxcpath</command> に存在する全てのコンテナの情報を取得する '.*' を指定したことになります.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
@@ -150,6 +165,56 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
...
@@ -150,6 +165,56 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<varlistentry>
<varlistentry>
<term>
<term>
<option><optional>-S</optional></option>
</term>
<listitem>
<para>
<!--
Just print the container's statistics.
Note that for performance reasons the kernel does not account
kernel memory use unless a kernel memory limit is set. If a limit
is not set, <command>lxc-info</command> will display kernel memory
use as 0. A limit can be set by specifying
<programlisting>
lxc.cgroup.memory.kmem.limit_in_bytes = <replaceable>number</replaceable>
</programlisting>
in your container configuration file, see
<citerefentry>
<refentrytitle>lxc.conf</refentrytitle>
<manvolnum>5</manvolnum>
</citerefentry>.
-->
コンテナの統計情報を表示します.パフォーマンスへの影響を考慮して,カーネルメモリの使用量は,カーネルメモリの制限値が設定されない限りはカウントされません.もし,制限が設定されていない場合,<command>lxc-info</command> はカーネルメモリの使用量を 0 と表示します.制限は
<programlisting>
lxc.cgroup.memory.kmem.limit_in_bytes = <replaceable>number</replaceable>
</programlisting>
のように,コンテナの設定ファイルで指定することができます.詳しくは,
<citerefentry>
<refentrytitle>lxc.conf</refentrytitle>
<manvolnum>5</manvolnum>
</citerefentry>
を参照してください.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option><optional>-H</optional></option>
</term>
<listitem>
<para>
<!--
Print the container's statistics in raw, non-humanized form. The
default is to print statistics in humanized form.
-->
コンテナの統計情報を人間が読みやすい形に加工しないでそのまま表示します.デフォルトは人間が読みやすい形の統計情報を表示します.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option><optional>-t <replaceable>state</replaceable></optional></option>
<option><optional>-t <replaceable>state</replaceable></optional></option>
</term>
</term>
<listitem>
<listitem>
...
@@ -182,6 +247,18 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
...
@@ -182,6 +247,18 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
</varlistentry>
</varlistentry>
<varlistentry>
<varlistentry>
<term>lxc-info -n 'ubuntu.*'</term>
<listitem>
<para>
<!--
Show information for all containers whose name starts with ubuntu.
-->
ubuntu という文字列で始まる名前の全てのコンテナの情報を表示します.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>lxc-info -n foo -t RUNNING</term>
<term>lxc-info -n foo -t RUNNING</term>
<listitem>
<listitem>
<para>
<para>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment