OSDN Git Service

Update README
[linuxjm/LDP_man-pages.git] / release / man1 / memusagestat.1
1 .\" Copyright (c) 2013, Peter Schiffer <pschiffe@redhat.com>
2 .\"
3 .\" %%%LICENSE_START(GPLv2+_DOC_FULL)
4 .\" This is free documentation; you can redistribute it and/or
5 .\" modify it under the terms of the GNU General Public License as
6 .\" published by the Free Software Foundation; either version 2 of
7 .\" the License, or (at your option) any later version.
8 .\"
9 .\" The GNU General Public License's references to "object code"
10 .\" and "executables" are to be interpreted as the output of any
11 .\" document formatting or typesetting system, including
12 .\" intermediate and printed output.
13 .\"
14 .\" This manual is distributed in the hope that it will be useful,
15 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
16 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 .\" GNU General Public License for more details.
18 .\"
19 .\" You should have received a copy of the GNU General Public
20 .\" License along with this manual; if not, see
21 .\" <http://www.gnu.org/licenses/>.
22 .\" %%%LICENSE_END
23 .\"*******************************************************************
24 .\"
25 .\" This file was generated with po4a. Translate the source file.
26 .\"
27 .\"*******************************************************************
28 .TH MEMUSAGESTAT 1 2014\-09\-06 GNU "Linux programmer's manual"
29 .SH 名前
30 memusagestat \- メモリーのプロファイリングデータからグラフを出力する
31 .SH 書式
32 \fBmemusagestat\fP [\fIoption\fP]... \fIdatafile\fP [\fIoutfile\fP]
33 .SH 説明
34 \fBmemusagestat\fP は、 ファイル \fIdatafile\fP に格納されたメモリーのプロファイリングデータをグラフとして表現した PNG
35 ファイルを作成する。 \fIdatafile\fP は \fBmemusage\fP(1) の \fI\-d\fP (\fI\-\-data\fP) オプションで生成される。
36
37 グラフの赤色の線はヒープ使用量 (割り当てられたメモリー) を示し、 緑色の線はスタック使用量を示す。 X 軸はメモリー処理関数の呼び出し数
38 (\fI\-t\fP オプションが指定された場合は時間) である。
39 .SH オプション
40 .TP 
41 \fB\-o\ \fP\fIfile\fP,\ \fB\-\-output=\fP\fIfile\fP
42 出力ファイルの名前。
43 .TP 
44 \fB\-s\ \fP\fIstring\fP,\ \fB\-\-string=\fP\fIstring\fP
45 出力グラフに表示するタイトルとして \fIstring\fP を使用する。
46 .TP 
47 \fB\-t\fP,\ \fB\-\-time\fP
48 X 軸の目盛として (関数呼び出し数ではなく) 時間を使用する。
49 .TP 
50 \fB\-T\fP,\ \fB\-\-total\fP
51 全メモリー消費量のグラフも出力する。
52 .TP 
53 \fB\-x\ \fP\fIsize\fP,\ \fB\-\-x\-size=\fP\fIsize\fP
54 出力グラフの幅を \fIsize\fP ピクセルにする。
55 .TP 
56 \fB\-y\ \fP\fIsize\fP,\ \fB\-\-y\-size=\fP\fIsize\fP
57 出力グラフの高さを \fIsize\fP ピクセルにする。
58 .TP 
59 \fB\-?\fP,\ \fB\-\-help\fP
60 ヘルプメッセージを表示して終了する。
61 .TP 
62 \fB\-\-usage\fP
63 簡潔な使用方法を表示して終了する。
64 .TP 
65 \fB\-V\fP,\ \fB\-\-version\fP
66 バージョン情報を表示して終了する。
67 .SH 例
68 \fBmemusage\fP(1) を参照。
69 .SH バグ
70 バグ報告については
71 .UR http://www.gnu.org/software/libc/bugs.html
72 .UE
73 を参照のこと。
74 .SH 関連項目
75 \fBmemusage\fP(1), \fBmtrace\fP(1)
76 .SH この文書について
77 この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.79 の一部
78 である。プロジェクトの説明とバグ報告に関する情報は
79 http://www.kernel.org/doc/man\-pages/ に書かれている。