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
a5475f8f
Commit
a5475f8f
authored
Sep 24, 2014
by
KATOH Yasufumi
Committed by
Stéphane Graber
Sep 24, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: Update Japanese lxc-top(1) for porting C version
Update for commit
7dc6f6e2
Signed-off-by:
KATOH Yasufumi
<
karma@jazz.email.ne.jp
>
Acked-by:
Stéphane Graber
<
stgraber@ubuntu.com
>
parent
edf3a692
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
28 deletions
+10
-28
lxc-top.sgml.in
doc/ja/lxc-top.sgml.in
+10
-28
No files found.
doc/ja/lxc-top.sgml.in
View file @
a5475f8f
...
@@ -50,7 +50,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
...
@@ -50,7 +50,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
<cmdsynopsis>
<cmdsynopsis>
<command>lxc-top</command>
<command>lxc-top</command>
<arg choice="opt">--help</arg>
<arg choice="opt">--help</arg>
<arg choice="opt">--max <replaceable>count</replaceable></arg>
<arg choice="opt">--delay <replaceable>delay</replaceable></arg>
<arg choice="opt">--delay <replaceable>delay</replaceable></arg>
<arg choice="opt">--sort <replaceable>sortby</replaceable></arg>
<arg choice="opt">--sort <replaceable>sortby</replaceable></arg>
<arg choice="opt">--reverse</arg>
<arg choice="opt">--reverse</arg>
...
@@ -64,12 +63,13 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
...
@@ -64,12 +63,13 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
<command>lxc-top</command> displays container statistics. The output
<command>lxc-top</command> displays container statistics. The output
is updated every <replaceable>delay</replaceable> seconds, and is
is updated every <replaceable>delay</replaceable> seconds, and is
ordered according to the <replaceable>sortby</replaceable> value
ordered according to the <replaceable>sortby</replaceable> value
given. Specifying <replaceable>count</replaceable> will limit the
given. <command>lxc-top</command> will display as many containers as
number of containers displayed, otherwise <command>lxc-top</command>
can fit in your terminal. Press 'q' to quit. Press one of the sort
will display as many containers as can fit in your terminal.
key letters to sort by that statistic. Pressing a sort key letter a
second time reverses the sort order.
-->
-->
<command>lxc-top</command> はコンテナの統計情報を表示します。出力は <replaceable>delay</replaceable> 秒ごとに更新されます。
<command>lxc-top</command> はコンテナの統計情報を表示します。出力は <replaceable>delay</replaceable> 秒ごとに更新されます。
そして、<replaceable>sortby</replaceable>
で指定した値に従ってソートされます。<replaceable>count</replaceable> を指定すると表示するコンテナ数を制限しますが、指定しなければ使用しているターミナルに合うようなコンテナ数で表示し
ます。
そして、<replaceable>sortby</replaceable>
の指定に従ってソートされます。<command>lxc-top</command> は使用しているターミナルに収まるようにできるだけ多くの数のコンテナを表示します。'q' を入力すると終了します。ソートのキーとなる文字を入力するとその統計値でソートします。ソートのキーとなる文字を 2 度入力するとソート順が逆になり
ます。
</para>
</para>
</refsect1>
</refsect1>
...
@@ -79,33 +79,15 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
...
@@ -79,33 +79,15 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
<varlistentry>
<varlistentry>
<term>
<term>
<option><optional>-m, --max <replaceable>count</replaceable></optional></option>
</term>
<listitem>
<para>
<!--
Limit the number of containers displayed to
<replaceable>count</replaceable>.
-->
表示するコンテナ数を <replaceable>count</replaceable> に制限します。
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option><optional>-d, --delay <replaceable>delay</replaceable></optional></option>
<option><optional>-d, --delay <replaceable>delay</replaceable></optional></option>
</term>
</term>
<listitem>
<listitem>
<para>
<para>
<!--
<!--
Amount of time in seconds to delay between screen updates.
Amount of time in seconds to delay between screen updates.
This can be specified as less than a second by giving a
The default is 3 seconds.
rational number, for example 0.5 for a half second delay. The
default is 3 seconds.
-->
-->
表示を更新する間隔を秒で指定します。有理数を指定することにより、1 秒以下を指定することも可能です。
表示を更新する間隔を秒で指定します。デフォルトは 3 秒です。
例えば、1 秒の半分で更新を行うために 0.5 を指定します。デフォルトは 3 秒です。
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
@@ -118,11 +100,11 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
...
@@ -118,11 +100,11 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
<!--
<!--
Sort the containers by name, cpu use, or memory use. The
Sort the containers by name, cpu use, or memory use. The
<replaceable>sortby</replaceable> argument should be one of
<replaceable>sortby</replaceable> argument should be one of
the letters n,c,
d,m,k to sort by name, cpu use, dis
k I/O, memory,
the letters n,c,
b,m,k to sort by name, cpu use, bloc
k I/O, memory,
or kernel memory use respectively. The default is 'n'.
or kernel memory use respectively. The default is 'n'.
-->
-->
名前、CPU 使用量、メモリ使用量でコンテナをソートします。<replaceable>sortby</replaceable> で指定する引数は n,c,
d
,m,k のどれかでなければなりません。
名前、CPU 使用量、メモリ使用量でコンテナをソートします。<replaceable>sortby</replaceable> で指定する引数は n,c,
b
,m,k のどれかでなければなりません。
これはそれぞれ名前、CPU 使用量、
disk
I/O、メモリ使用量、カーネルメモリ使用量を表します。デフォルトは 'n' です。
これはそれぞれ名前、CPU 使用量、
ブロック
I/O、メモリ使用量、カーネルメモリ使用量を表します。デフォルトは 'n' です。
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
...
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